McuMediaChannelStatus 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.
Represents the SDP media direction attributes.
public enum class McuMediaChannelStatus
public enum McuMediaChannelStatus
type McuMediaChannelStatus =
Public Enum McuMediaChannelStatus
- Inheritance
-
McuMediaChannelStatus
Fields
Name | Value | Description |
---|---|---|
None | 0 | None specified, or uninitialized. |
ReceiveOnly | 1 | Receive direction only. |
SendOnly | 2 | Send direction only. |
SendReceive | 3 | Send and receive directions. |
Inactive | 4 | Stream is not active. |