| ICodecFactoryManagerEnabledCodecs Property  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
SyntaxIEnumerable<CodecDescription> EnabledCodecs { get; }ReadOnly Property EnabledCodecs As IEnumerable(Of CodecDescription)
	Get
property IEnumerable<CodecDescription^>^ EnabledCodecs {
	IEnumerable<CodecDescription^>^ get ();
}abstract EnabledCodecs : IEnumerable<CodecDescription> with get
Property Value
Type: 
IEnumerableCodecDescription
See Also