ICodecFactoryManagerGetEnabledCodecFactory Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
SyntaxICodecFactory GetEnabledCodecFactory(
CodecDescription codecDescription
)
Function GetEnabledCodecFactory (
codecDescription As CodecDescription
) As ICodecFactory
ICodecFactory^ GetEnabledCodecFactory(
CodecDescription^ codecDescription
)
abstract GetEnabledCodecFactory :
codecDescription : CodecDescription -> ICodecFactory
Parameters
- codecDescription
- Type: Ozeki.MediaCodecDescription
Return Value
Type:
ICodecFactory
See Also