RtcpSenderReportRtpTimestamp Property |
The NTP time of the sender expressed in RTP Timestamp units.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int RtpTimestamp { get; set; }
Public Property RtpTimestamp As Integer
Get
Set
public:
property int RtpTimestamp {
int get ();
void set (int value);
}
member RtpTimestamp : int with get, set
Property Value
Type:
Int32
The rtp timestamp.
See Also