Click or drag to resize
SpeechDecoderSetCodec Method (Codec)
Sets the codec type of the data to be decoded and default frame duration.

Namespace: StreamCoders.Decoder
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void SetCodec(
	Codec codec
)

Parameters

codec
Type: StreamCodersCodec
The codec to use.
See Also