MulticastNetworkInterfaceResolveMethod Enumeration |
Contains various methods on how the corresponding local network interface is determined
for multicast.
Namespace: StreamCoders.NetworkAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public enum MulticastNetworkInterfaceResolveMethod
Public Enumeration MulticastNetworkInterfaceResolveMethod
public enum class MulticastNetworkInterfaceResolveMethod
type MulticastNetworkInterfaceResolveMethod
Members
| Member name | Value | Description |
---|
| Default | 0 |
Default method let's OS decide
|
| Automatic | 1 |
Automatic method tries to exclude emulators and adapters without active links
|
| Manual | 2 |
The network interface index has to be set manually
|
See Also