MediaChannelDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerated type of audio/video channel status.
This enumeration supports a bitwise combination of its member values.
public enum class MediaChannelDirection
[System.Flags]
public enum MediaChannelDirection
type MediaChannelDirection =
Public Enum MediaChannelDirection
- Inheritance
-
MediaChannelDirection
- Attributes
Fields
Name | Value | Description |
---|---|---|
Inactive | 0 | Stream neither sends nor receives media. |
SendOnly | 1 | Stream is send-only, from the remote point of view. |
ReceiveOnly | 2 | Stream is receive-only, from the remote point of view. |
SendReceive | 3 | Stream sends and receives. |
Remarks
Acts as a flag.