| IMediaChannelCodecConfig Property  | 
            Gets the currently selected payload type of the encoder.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
SyntaxMediaChannelConfig CodecConfig { get; set; }Property CodecConfig As MediaChannelConfig
	Get
	Set
property MediaChannelConfig^ CodecConfig {
	MediaChannelConfig^ get ();
	void set (MediaChannelConfig^ value);
}abstract CodecConfig : MediaChannelConfig with get, set
Property Value
Type: 
MediaChannelConfig
See Also