Свойство | Type | Description | |
---|---|---|---|
Header | SIPSorcery.Net.RTCPHeader | ||
NTPTimestamp | System.UInt64 | ||
RTPTimestamp | uint | ||
Reports | byte[] | ||
SenderOctetCount | uint | ||
SenderPacketCount | uint | ||
SenderSyncSource | uint |
Méthode | Description | |
---|---|---|
GetBytes ( ) : byte[] | ||
GetBytes ( byte reports ) : byte[] | ||
RTCPPacket ( byte packet ) : NUnit.Framework | ||
RTCPPacket ( uint senderSyncSource, ulong ntpTimestamp, uint rtpTimestamp, uint senderPacketCount, uint senderOctetCount ) : NUnit.Framework |
public RTCPPacket ( byte packet ) : NUnit.Framework | ||
packet | byte | |
Résultat | NUnit.Framework |
public RTCPPacket ( uint senderSyncSource, ulong ntpTimestamp, uint rtpTimestamp, uint senderPacketCount, uint senderOctetCount ) : NUnit.Framework | ||
senderSyncSource | uint | |
ntpTimestamp | ulong | |
rtpTimestamp | uint | |
senderPacketCount | uint | |
senderOctetCount | uint | |
Résultat | NUnit.Framework |
public RTCPHeader,SIPSorcery.Net Header | ||
Résultat | SIPSorcery.Net.RTCPHeader |