SpeechEncoderSetCodec Method |
Sets the Codec the data will be encoded to. This function also set the correct packet
duration for the codec.
Namespace: StreamCoders.EncoderAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public void SetCodec(
Codec codec
)
Public Sub SetCodec (
codec As Codec
)
public:
void SetCodec(
Codec codec
)
member SetCodec :
codec : Codec -> unit
Parameters
- codec
- Type: StreamCodersCodec
The codec.
See Also