C# 클래스 HCS_Encoder.Outputs.SmoothStream.Multiplexing.MpegTS_Demux.PAT

Class to handle 2nd level PAT tables (ITU-T Rec H.222.0 (2000 E) -- page 43)
파일 보기 프로젝트 열기: i-e-b/HLS---Smooth-Encoder

공개 프로퍼티들

프로퍼티 타입 설명
Map int>.Dictionary

공개 메소드들

메소드 설명
PAT ( byte RawPayload ) : System

Digest a packet payload into structured table. Payload should be from the pointer field onward. Does not yet handle multi-packet tables

비공개 메소드들

메소드 설명
ValidateTable ( BitSplitter bs ) : void

메소드 상세

PAT() 공개 메소드

Digest a packet payload into structured table. Payload should be from the pointer field onward. Does not yet handle multi-packet tables
public PAT ( byte RawPayload ) : System
RawPayload byte
리턴 System

프로퍼티 상세

Map 공개적으로 프로퍼티

public Dictionary Map
리턴 int>.Dictionary