Click or drag to resize
SmartJitterBufferTFrameDropped Event
Optional Event informing of a frame being dropped.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public event EventHandler<SmartJitterDroppedFrameEventArgs> FrameDropped

Value

Type: SystemEventHandlerSmartJitterDroppedFrameEventArgs
Remarks
Subscribing to this event could have a negative impact on performance and could amplify the amount of dropped frames. Therefore it should only be used for debugging purposes.
See Also