SubStreamConfigurationMaintainJitter Field |
If a TCP interleave session is active, setting this to true will have the SubStream
object maintain a basic jitter and playout buffer. Subscribing to OnFrameComplete will
allow the application to receive complete frames without having to maintain such buffers
itself.
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool MaintainJitter
Public MaintainJitter As Boolean
public:
bool MaintainJitter
val mutable MaintainJitter: bool
Field Value
Type:
Boolean
See Also