SelectableCodecManagerWrapperGetEnabledCodecFactory Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: Ozeki.MediaCodecDescription
Return Value
Type:
ICodecFactoryImplements
ICodecFactoryManagerGetEnabledCodecFactory(CodecDescription)
See Also