MediaChannelDescriptionSupportedCodecs Property |
Gets the list of the supported codecs of the media channel.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public List<CodecDescription> SupportedCodecs { get; }
Public ReadOnly Property SupportedCodecs As List(Of CodecDescription)
Get
public:
property List<CodecDescription^>^ SupportedCodecs {
List<CodecDescription^>^ get ();
}
member SupportedCodecs : List<CodecDescription> with get
Property Value
Type:
ListCodecDescriptionSee Also