RtpFrameIsExpired Property |
Gets or sets or Sets the IsExpired property.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public virtual bool IsExpired { get; set; }
Public Overridable Property IsExpired As Boolean
Get
Set
public:
virtual property bool IsExpired {
bool get ();
void set (bool value);
}
abstract IsExpired : bool with get, set
override IsExpired : bool with get, set
Property Value
Type:
Boolean
Returns true of the frame is expired based on the criteria set by
SetExpiry,
otherwise false.
See Also