C# Class RTPModel, RTSPExample

Datei anzeigen Open project: fajoy/RTSPExample Class Usage Examples

Public Properties

Property Type Description
CC int
Extension int
Marker int
Padding int
PayloadType int
SequenceNumber int
Ssrc int
TimeStamp int
Version int
header byte[]
payload byte[]

Public Methods

Method Description
RTPModel ( byte parsedata ) : System
RTPModel ( int PType, int Framenb, int Time, byte data ) : System
toBytes ( ) : byte[]
updateSeq ( byte header, int SequenceNumber ) : void
updateTimeStamp ( byte header, int TimeStamp ) : void

Method Details

RTPModel() public method

public RTPModel ( byte parsedata ) : System
parsedata byte
return System

RTPModel() public method

public RTPModel ( int PType, int Framenb, int Time, byte data ) : System
PType int
Framenb int
Time int
data byte
return System

toBytes() public method

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

updateSeq() public static method

public static updateSeq ( byte header, int SequenceNumber ) : void
header byte
SequenceNumber int
return void

updateTimeStamp() public static method

public static updateTimeStamp ( byte header, int TimeStamp ) : void
header byte
TimeStamp int
return void

Property Details

CC public_oe property

public int CC
return int

Extension public_oe property

public int Extension
return int

Marker public_oe property

public int Marker
return int

Padding public_oe property

public int Padding
return int

PayloadType public_oe property

public int PayloadType
return int

SequenceNumber public_oe property

public int SequenceNumber
return int

Ssrc public_oe property

public int Ssrc
return int

TimeStamp public_oe property

public int TimeStamp
return int

Version public_oe property

public int Version
return int

header public_oe property

public byte[] header
return byte[]

payload public_oe property

public byte[] payload
return byte[]