MediaChannelDescriptionCommunicationMode Property |
Gets the communication mode of the media channel.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic CommunicationMode CommunicationMode { get; set; }
Public Property CommunicationMode As CommunicationMode
Get
Set
public:
property CommunicationMode CommunicationMode {
CommunicationMode get ();
void set (CommunicationMode value);
}
member CommunicationMode : CommunicationMode with get, set
Property Value
Type:
CommunicationMode
See Also