Click or drag to resize
AudioDecoderFactoryCreateDecoder Method
Creates a audio decoder object based on codec enumeration value.

Namespace: StreamCoders.Decoder
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static IAudioDecoderBase CreateDecoder(
	Codec codec
)

Parameters

codec
Type: StreamCodersCodec
The codec to create.

Return Value

Type: IAudioDecoderBase
Returns a newly created decoder object, otherwise null.
See Also