ICodecFactoryManagerSupportedMediaTypes Property |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
SyntaxIEnumerable<MediaType> SupportedMediaTypes { get; }
ReadOnly Property SupportedMediaTypes As IEnumerable(Of MediaType)
Get
property IEnumerable<MediaType>^ SupportedMediaTypes {
IEnumerable<MediaType>^ get ();
}
abstract SupportedMediaTypes : IEnumerable<MediaType> with get
Property Value
Type:
IEnumerableMediaType
See Also