RtpFrameTimestamp Property |
Returns the timestamp of this frame.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic virtual int Timestamp { get; }
Public Overridable ReadOnly Property Timestamp As Integer
Get
public:
virtual property int Timestamp {
int get ();
}
abstract Timestamp : int with get
override Timestamp : int with get
Property Value
Type:
Int32
The timestamp.
See Also