Click or drag to resize
SpeechEncoderPacketDuration Property
Set/Get maximum packet duration. After calling SetCodec the PacketDuration will have it's default value depending on the codec selected.

Namespace: StreamCoders.Encoder
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual int PacketDuration { get; set; }

Property Value

Type: Int32
The packet duration.

Implements

ISpeechEncoderPacketDuration
See Also