C# Class RTPModel, RTSPExample

Afficher le fichier Open project: fajoy/RTSPExample Class Usage Examples

Méthodes publiques

Свойство Type Description
CC int
Extension int
Marker int
Padding int
PayloadType int
SequenceNumber int
Ssrc int
TimeStamp int
Version int
header byte[]
payload byte[]

Méthodes publiques

Méthode 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 méthode

public RTPModel ( byte parsedata ) : System
parsedata byte
Résultat System

RTPModel() public méthode

public RTPModel ( int PType, int Framenb, int Time, byte data ) : System
PType int
Framenb int
Time int
data byte
Résultat System

toBytes() public méthode

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

updateSeq() public static méthode

public static updateSeq ( byte header, int SequenceNumber ) : void
header byte
SequenceNumber int
Résultat void

updateTimeStamp() public static méthode

public static updateTimeStamp ( byte header, int TimeStamp ) : void
header byte
TimeStamp int
Résultat void

Property Details

CC public_oe property

public int CC
Résultat int

Extension public_oe property

public int Extension
Résultat int

Marker public_oe property

public int Marker
Résultat int

Padding public_oe property

public int Padding
Résultat int

PayloadType public_oe property

public int PayloadType
Résultat int

SequenceNumber public_oe property

public int SequenceNumber
Résultat int

Ssrc public_oe property

public int Ssrc
Résultat int

TimeStamp public_oe property

public int TimeStamp
Résultat int

Version public_oe property

public int Version
Résultat int

header public_oe property

public byte[] header
Résultat byte[]

payload public_oe property

public byte[] payload
Résultat byte[]