C# 클래스 RTPModel, RTSPExample

파일 보기 프로젝트 열기: fajoy/RTSPExample 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CC int
Extension int
Marker int
Padding int
PayloadType int
SequenceNumber int
Ssrc int
TimeStamp int
Version int
header byte[]
payload byte[]

공개 메소드들

메소드 설명
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

메소드 상세

RTPModel() 공개 메소드

public RTPModel ( byte parsedata ) : System
parsedata byte
리턴 System

RTPModel() 공개 메소드

public RTPModel ( int PType, int Framenb, int Time, byte data ) : System
PType int
Framenb int
Time int
data byte
리턴 System

toBytes() 공개 메소드

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

updateSeq() 공개 정적인 메소드

public static updateSeq ( byte header, int SequenceNumber ) : void
header byte
SequenceNumber int
리턴 void

updateTimeStamp() 공개 정적인 메소드

public static updateTimeStamp ( byte header, int TimeStamp ) : void
header byte
TimeStamp int
리턴 void

프로퍼티 상세

CC 공개적으로 프로퍼티

public int CC
리턴 int

Extension 공개적으로 프로퍼티

public int Extension
리턴 int

Marker 공개적으로 프로퍼티

public int Marker
리턴 int

Padding 공개적으로 프로퍼티

public int Padding
리턴 int

PayloadType 공개적으로 프로퍼티

public int PayloadType
리턴 int

SequenceNumber 공개적으로 프로퍼티

public int SequenceNumber
리턴 int

Ssrc 공개적으로 프로퍼티

public int Ssrc
리턴 int

TimeStamp 공개적으로 프로퍼티

public int TimeStamp
리턴 int

Version 공개적으로 프로퍼티

public int Version
리턴 int

header 공개적으로 프로퍼티

public byte[] header
리턴 byte[]

payload 공개적으로 프로퍼티

public byte[] payload
리턴 byte[]