MediaChannelDescriptionCommunicationMode Property |
Gets the communication mode of the media channel.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
CommunicationModeSee Also