C# 클래스 SIPSorcery.Net.RTPFrame

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

공개 프로퍼티들

프로퍼티 타입 설명
FrameType FrameTypesEnum
HasBeenProcessed bool
HasMarker bool
Timestamp uint

공개 메소드들

메소드 설명
AddRTPPacket ( RTPPacket rtpPacket ) : void
GetFramePayload ( ) : byte[]
IsComplete ( ) : bool
MakeSinglePacketFrame ( RTPPacket rtpPacket ) : RTPFrame

Audio frames are generally contained within a single RTP packet. This method is a shortcut to construct a frame from a single RTP packet.

RTPFrame ( ) : System

메소드 상세

AddRTPPacket() 공개 메소드

public AddRTPPacket ( RTPPacket rtpPacket ) : void
rtpPacket RTPPacket
리턴 void

GetFramePayload() 공개 메소드

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

IsComplete() 공개 메소드

public IsComplete ( ) : bool
리턴 bool

MakeSinglePacketFrame() 공개 정적인 메소드

Audio frames are generally contained within a single RTP packet. This method is a shortcut to construct a frame from a single RTP packet.
public static MakeSinglePacketFrame ( RTPPacket rtpPacket ) : RTPFrame
rtpPacket RTPPacket
리턴 RTPFrame

RTPFrame() 공개 메소드

public RTPFrame ( ) : System
리턴 System

프로퍼티 상세

FrameType 공개적으로 프로퍼티

public FrameTypesEnum FrameType
리턴 FrameTypesEnum

HasBeenProcessed 공개적으로 프로퍼티

public bool HasBeenProcessed
리턴 bool

HasMarker 공개적으로 프로퍼티

public bool HasMarker
리턴 bool

Timestamp 공개적으로 프로퍼티

public uint Timestamp
리턴 uint