| MediaChannelConfigPreferredPayloadTypes Property  | 
            Gets the preferred payload types defined by the user.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic List<CodecPayloadType> PreferredPayloadTypes { get; }Public ReadOnly Property PreferredPayloadTypes As List(Of CodecPayloadType)
	Get
public:
property List<CodecPayloadType>^ PreferredPayloadTypes {
	List<CodecPayloadType>^ get ();
}member PreferredPayloadTypes : List<CodecPayloadType> with get
Property Value
Type: 
ListCodecPayloadType
See Also