C# 클래스 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.
파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ExtendedControlBitsPresent bool
FirstPartitionSize int
IsKeyFrame bool
IsPictureIDPresent bool
NonReferenceFrame bool
PartitionIndex byte
PictureID ushort
ShowFrame bool
StartOfVP8Partition bool
VersionNumber int

공개 메소드들

메소드 설명
GetBytes ( ) : byte[]
GetVP8Header ( byte rtpPayload ) : RTPVP8Header
RTPVP8Header ( ) : System

메소드 상세

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

GetVP8Header() 공개 정적인 메소드

public static GetVP8Header ( byte rtpPayload ) : RTPVP8Header
rtpPayload byte
리턴 RTPVP8Header

RTPVP8Header() 공개 메소드

public RTPVP8Header ( ) : System
리턴 System

프로퍼티 상세

ExtendedControlBitsPresent 공개적으로 프로퍼티

public bool ExtendedControlBitsPresent
리턴 bool

FirstPartitionSize 공개적으로 프로퍼티

public int FirstPartitionSize
리턴 int

IsKeyFrame 공개적으로 프로퍼티

public bool IsKeyFrame
리턴 bool

IsPictureIDPresent 공개적으로 프로퍼티

public bool IsPictureIDPresent
리턴 bool

NonReferenceFrame 공개적으로 프로퍼티

public bool NonReferenceFrame
리턴 bool

PartitionIndex 공개적으로 프로퍼티

public byte PartitionIndex
리턴 byte

PictureID 공개적으로 프로퍼티

public ushort PictureID
리턴 ushort

ShowFrame 공개적으로 프로퍼티

public bool ShowFrame
리턴 bool

StartOfVP8Partition 공개적으로 프로퍼티

public bool StartOfVP8Partition
리턴 bool

VersionNumber 공개적으로 프로퍼티

public int VersionNumber
리턴 int