C# Class SIPSorcery.Net.RTCPPacket

Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Свойство Type Description
Header SIPSorcery.Net.RTCPHeader
NTPTimestamp System.UInt64
RTPTimestamp uint
Reports byte[]
SenderOctetCount uint
SenderPacketCount uint
SenderSyncSource uint

Méthodes publiques

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

Method Details

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]

GetBytes() public méthode

public GetBytes ( byte reports ) : byte[]
reports byte
Résultat byte[]

RTCPPacket() public méthode

public RTCPPacket ( byte packet ) : NUnit.Framework
packet byte
Résultat NUnit.Framework

RTCPPacket() public méthode

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

Property Details

Header public_oe property

public RTCPHeader,SIPSorcery.Net Header
Résultat SIPSorcery.Net.RTCPHeader

NTPTimestamp public_oe property

public UInt64,System NTPTimestamp
Résultat System.UInt64

RTPTimestamp public_oe property

public uint RTPTimestamp
Résultat uint

Reports public_oe property

public byte[] Reports
Résultat byte[]

SenderOctetCount public_oe property

public uint SenderOctetCount
Résultat uint

SenderPacketCount public_oe property

public uint SenderPacketCount
Résultat uint

SenderSyncSource public_oe property

public uint SenderSyncSource
Résultat uint