C# Class TsRemux.Constants

ファイルを表示 Open project: antiochus/tsremux

Public Properties

Property Type Description
DefaultSitTableOne byte[]
ac3_registration_descriptor byte[]
copy_control_descriptor byte[]
hdmv_registration_descriptor byte[]
vc1_descriptor byte[]

Public Methods

Method Description
ComputeCrc ( byte data ) : uint
ComputeCrc ( byte data, int length ) : uint
ComputeCrc ( byte data, int length, int startIndex ) : uint

Method Details

ComputeCrc() public static method

public static ComputeCrc ( byte data ) : uint
data byte
return uint

ComputeCrc() public static method

public static ComputeCrc ( byte data, int length ) : uint
data byte
length int
return uint

ComputeCrc() public static method

public static ComputeCrc ( byte data, int length, int startIndex ) : uint
data byte
length int
startIndex int
return uint

Property Details

DefaultSitTableOne public_oe static_oe property

public static byte[] DefaultSitTableOne
return byte[]

ac3_registration_descriptor public_oe static_oe property

public static byte[] ac3_registration_descriptor
return byte[]

copy_control_descriptor public_oe static_oe property

public static byte[] copy_control_descriptor
return byte[]

hdmv_registration_descriptor public_oe static_oe property

public static byte[] hdmv_registration_descriptor
return byte[]

vc1_descriptor public_oe static_oe property

public static byte[] vc1_descriptor
return byte[]