C# Class RTPModel, RTSPExample

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

public int CC
return int

Extension public property

public int Extension
return int

Marker public property

public int Marker
return int

Padding public property

public int Padding
return int

PayloadType public property

public int PayloadType
return int

SequenceNumber public property

public int SequenceNumber
return int

Ssrc public property

public int Ssrc
return int

TimeStamp public property

public int TimeStamp
return int

Version public property

public int Version
return int

header public property

public byte[] header
return byte[]

payload public property

public byte[] payload
return byte[]