Returns the age of the frame since creation time in milliseconds.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public virtual TimeSpan Age { get; }
Public Overridable ReadOnly Property Age As TimeSpan
Get
public:
virtual property TimeSpan Age {
TimeSpan get ();
}
abstract Age : TimeSpan with get
override Age : TimeSpan with get
Property Value
Type:
TimeSpan
The age.
See Also