C# Class SIPSorcery.Net.RTPVP8Header

Exmaples of size Payload Header size calculations: For length of first parition 54: S0 = 4, S1 = 0x32, S2 = 0. For length of first parition 1777: S0 = 1, S1 = 0xde, S2 = 0.
Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Свойство Type Description
ExtendedControlBitsPresent bool
FirstPartitionSize int
IsKeyFrame bool
IsPictureIDPresent bool
NonReferenceFrame bool
PartitionIndex byte
PictureID ushort
ShowFrame bool
StartOfVP8Partition bool
VersionNumber int

Méthodes publiques

Méthode Description
GetBytes ( ) : byte[]
GetVP8Header ( byte rtpPayload ) : RTPVP8Header
RTPVP8Header ( ) : System

Method Details

GetBytes() public méthode

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

GetVP8Header() public static méthode

public static GetVP8Header ( byte rtpPayload ) : RTPVP8Header
rtpPayload byte
Résultat RTPVP8Header

RTPVP8Header() public méthode

public RTPVP8Header ( ) : System
Résultat System

Property Details

ExtendedControlBitsPresent public_oe property

public bool ExtendedControlBitsPresent
Résultat bool

FirstPartitionSize public_oe property

public int FirstPartitionSize
Résultat int

IsKeyFrame public_oe property

public bool IsKeyFrame
Résultat bool

IsPictureIDPresent public_oe property

public bool IsPictureIDPresent
Résultat bool

NonReferenceFrame public_oe property

public bool NonReferenceFrame
Résultat bool

PartitionIndex public_oe property

public byte PartitionIndex
Résultat byte

PictureID public_oe property

public ushort PictureID
Résultat ushort

ShowFrame public_oe property

public bool ShowFrame
Résultat bool

StartOfVP8Partition public_oe property

public bool StartOfVP8Partition
Résultat bool

VersionNumber public_oe property

public int VersionNumber
Résultat int