C# Class SIPSorcery.Net.RTCPPacket

Exibir arquivo Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property Type Description
Header SIPSorcery.Net.RTCPHeader
NTPTimestamp System.UInt64
RTPTimestamp uint
Reports byte[]
SenderOctetCount uint
SenderPacketCount uint
SenderSyncSource uint

Public Methods

Method 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 method

public GetBytes ( ) : byte[]
return byte[]

GetBytes() public method

public GetBytes ( byte reports ) : byte[]
reports byte
return byte[]

RTCPPacket() public method

public RTCPPacket ( byte packet ) : NUnit.Framework
packet byte
return NUnit.Framework

RTCPPacket() public method

public RTCPPacket ( uint senderSyncSource, ulong ntpTimestamp, uint rtpTimestamp, uint senderPacketCount, uint senderOctetCount ) : NUnit.Framework
senderSyncSource uint
ntpTimestamp ulong
rtpTimestamp uint
senderPacketCount uint
senderOctetCount uint
return NUnit.Framework

Property Details

Header public_oe property

public RTCPHeader,SIPSorcery.Net Header
return SIPSorcery.Net.RTCPHeader

NTPTimestamp public_oe property

public UInt64,System NTPTimestamp
return System.UInt64

RTPTimestamp public_oe property

public uint RTPTimestamp
return uint

Reports public_oe property

public byte[] Reports
return byte[]

SenderOctetCount public_oe property

public uint SenderOctetCount
return uint

SenderPacketCount public_oe property

public uint SenderPacketCount
return uint

SenderSyncSource public_oe property

public uint SenderSyncSource
return uint