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.
Datei anzeigen Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property Type Description
ExtendedControlBitsPresent bool
FirstPartitionSize int
IsKeyFrame bool
IsPictureIDPresent bool
NonReferenceFrame bool
PartitionIndex byte
PictureID ushort
ShowFrame bool
StartOfVP8Partition bool
VersionNumber int

Public Methods

Method Description
GetBytes ( ) : byte[]
GetVP8Header ( byte rtpPayload ) : RTPVP8Header
RTPVP8Header ( ) : System

Method Details

GetBytes() public method

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

GetVP8Header() public static method

public static GetVP8Header ( byte rtpPayload ) : RTPVP8Header
rtpPayload byte
return RTPVP8Header

RTPVP8Header() public method

public RTPVP8Header ( ) : System
return System

Property Details

ExtendedControlBitsPresent public_oe property

public bool ExtendedControlBitsPresent
return bool

FirstPartitionSize public_oe property

public int FirstPartitionSize
return int

IsKeyFrame public_oe property

public bool IsKeyFrame
return bool

IsPictureIDPresent public_oe property

public bool IsPictureIDPresent
return bool

NonReferenceFrame public_oe property

public bool NonReferenceFrame
return bool

PartitionIndex public_oe property

public byte PartitionIndex
return byte

PictureID public_oe property

public ushort PictureID
return ushort

ShowFrame public_oe property

public bool ShowFrame
return bool

StartOfVP8Partition public_oe property

public bool StartOfVP8Partition
return bool

VersionNumber public_oe property

public int VersionNumber
return int