MediaChannelConfigPreferredPayloadTypes Property |
Gets the preferred payload types defined by the user.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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