CallMediaChannelInfoDecoder Property |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic CodecDescription Decoder { get; set; }
Public Property Decoder As CodecDescription
Get
Set
public:
property CodecDescription^ Decoder {
CodecDescription^ get ();
void set (CodecDescription^ value);
}
member Decoder : CodecDescription with get, set
Property Value
Type:
CodecDescription
See Also