SelectableCodecManagerGetEnabledCodecFactory Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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