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.EncoderAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public virtual int PacketDuration { get; set; }
Public Overridable Property PacketDuration As Integer
Get
Set
public:
virtual property int PacketDuration {
int get ();
void set (int value);
}
abstract PacketDuration : int with get, set
override PacketDuration : int with get, set
Property Value
Type:
Int32
The packet duration.
Implements
ISpeechEncoderPacketDurationSee Also