SpeechDecoderSetCodec Method (Codec) |
Sets the codec type of the data to be decoded and default frame duration.
Namespace: StreamCoders.DecoderAssembly: 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 to use.
See Also