Click or drag to resize
MulticastNetworkInterfaceResolveMethod Enumeration
Contains various methods on how the corresponding local network interface is determined for multicast.

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public enum MulticastNetworkInterfaceResolveMethod
Members
  Member nameValueDescription
Default0 Default method let's OS decide
Automatic1 Automatic method tries to exclude emulators and adapters without active links
Manual2 The network interface index has to be set manually
See Also