SelectableCodecManagerWrapperGetEnabledCodecFactory Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic ICodecFactory GetEnabledCodecFactory(
CodecDescription codecDescription
)
Public Function GetEnabledCodecFactory (
codecDescription As CodecDescription
) As ICodecFactory
public:
virtual ICodecFactory^ GetEnabledCodecFactory(
CodecDescription^ codecDescription
) sealed
abstract GetEnabledCodecFactory :
codecDescription : CodecDescription -> ICodecFactory
override GetEnabledCodecFactory :
codecDescription : CodecDescription -> ICodecFactory
Parameters
- codecDescription CodecDescription
-
Return Value
ICodecFactoryImplements
ICodecFactoryManagerGetEnabledCodecFactory(CodecDescription)
See Also