Click or drag to resize
RtpFrameIsExpired Property
Gets or sets or Sets the IsExpired property.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual bool IsExpired { get; set; }

Property Value

Type: Boolean
Returns true of the frame is expired based on the criteria set by SetExpiry, otherwise false.
See Also