SpeechCodecCapabilityPacketDuration Property |
The packet duration used by this codec.
Namespace: StreamCoders.HelpersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int PacketDuration { get; }
Public ReadOnly Property PacketDuration As Integer
Get
public:
property int PacketDuration {
int get ();
}
member PacketDuration : int with get
Property Value
Type:
Int32
The packet duration.
See Also