Click or drag to resize
AudioEncoderFactoryCreateEncoder Method
Creates an audio encoder given the codec.

Namespace: StreamCoders.Encoder
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static IAudioEncoderBase CreateEncoder(
	Codec codec
)

Parameters

codec
Type: StreamCodersCodec
The codec.

Return Value

Type: IAudioEncoderBase
Returns a newly created encoder object, otherwise null.
See Also