MediaChannelDirection Enum

Definition

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

Inactive 0

Stream neither sends nor receives media.

ReceiveOnly 2

Stream is receive-only, from the remote point of view.

SendOnly 1

Stream is send-only, from the remote point of view.

SendReceive 3

Stream sends and receives.

Remarks

Acts as a flag.

Applies to