Click or drag to resize
SpeechEncoderSetCodec Method
Sets the Codec the data will be encoded to. This function also set the correct packet duration for the codec.

Namespace: StreamCoders.Encoder
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.
See Also