ICodecFactoryManagerGetEnabledCodecs Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax IEnumerable<CodecDescription> GetEnabledCodecs(
MediaType mediaType
)
Function GetEnabledCodecs (
mediaType As MediaType
) As IEnumerable(Of CodecDescription)
IEnumerable<CodecDescription^>^ GetEnabledCodecs(
MediaType mediaType
)
abstract GetEnabledCodecs :
mediaType : MediaType -> IEnumerable<CodecDescription>
Parameters
- mediaType
- Type: Ozeki.MediaMediaType
Return Value
Type:
IEnumerableCodecDescriptionSee Also