C# 클래스 NewTOAPIA.Net.Rtp.RtpPacketFec

RtpPacketFec is a forward error correction packet. It is used to provide error correction for data packets that may become lost. It has a fixed payload type PayloadType.FEC The normal Rtp Timestamp has been repurposed in order to save bytes. It is split into... FecIndex - the index of this packet within the fec packet[]. The size of the fec packet[] is either determined by the constant fec ratio, or the percent coverage across a chunk. DataRangeMin - the starting data packet sequence number for which this packet provides coverage. PacketsInFrame - how many packets are in a chunk. Used in the event that no data packets are received, but enough fec packets arrive to recover the data. 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |V=2|P|X| CC |M| PT.FEC | sequence number | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | DataRangeMin | PacketsInFrame | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | synchronization source (SSRC) identifier | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | FecIndex | +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
상속: RtpPacketBase
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

Private Properties

프로퍼티 타입 설명
RtpPacketFec System
RtpPacketFec System

공개 메소드들

메소드 설명
Reset ( ) : void

비공개 메소드들

메소드 설명
RtpPacketFec ( ) : System
RtpPacketFec ( RtpPacketBase packet ) : System

메소드 상세

Reset() 공개 메소드

public Reset ( ) : void
리턴 void