C# Class SIPSorcery.Net.RTCPPacket

Show file 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 property

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

NTPTimestamp public property

public UInt64,System NTPTimestamp
return System.UInt64

RTPTimestamp public property

public uint RTPTimestamp
return uint

Reports public property

public byte[] Reports
return byte[]

SenderOctetCount public property

public uint SenderOctetCount
return uint

SenderPacketCount public property

public uint SenderPacketCount
return uint

SenderSyncSource public property

public uint SenderSyncSource
return uint