JitterBufferTFrameExpiry Field |
Time to wait before a frame is released from the jitter.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic TimeSpan FrameExpiry
Public FrameExpiry As TimeSpan
public:
TimeSpan FrameExpiry
val mutable FrameExpiry: TimeSpan
Field Value
Type:
TimeSpan
Remarks
This value can be used together with InterarrivalJitter class. Also with streams that
only contain one packet per frame, it may be advisable to set this value to 0.
See Also