C# Class 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)
ファイルを表示 Open project: i-e-b/HLS---Smooth-Encoder

Public Properties

Property Type Description
Map int>.Dictionary

Public Methods

Method Description
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

Private Methods

Method Description
ValidateTable ( BitSplitter bs ) : void

Method Details

PAT() public method

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
return System

Property Details

Map public_oe property

public Dictionary Map
return int>.Dictionary