C# Class TsRemux.Constants

Afficher le fichier Open project: antiochus/tsremux

Méthodes publiques

Свойство Type Description
DefaultSitTableOne byte[]
ac3_registration_descriptor byte[]
copy_control_descriptor byte[]
hdmv_registration_descriptor byte[]
vc1_descriptor byte[]

Méthodes publiques

Méthode Description
ComputeCrc ( byte data ) : uint
ComputeCrc ( byte data, int length ) : uint
ComputeCrc ( byte data, int length, int startIndex ) : uint

Method Details

ComputeCrc() public static méthode

public static ComputeCrc ( byte data ) : uint
data byte
Résultat uint

ComputeCrc() public static méthode

public static ComputeCrc ( byte data, int length ) : uint
data byte
length int
Résultat uint

ComputeCrc() public static méthode

public static ComputeCrc ( byte data, int length, int startIndex ) : uint
data byte
length int
startIndex int
Résultat uint

Property Details

DefaultSitTableOne public_oe static_oe property

public static byte[] DefaultSitTableOne
Résultat byte[]

ac3_registration_descriptor public_oe static_oe property

public static byte[] ac3_registration_descriptor
Résultat byte[]

copy_control_descriptor public_oe static_oe property

public static byte[] copy_control_descriptor
Résultat byte[]

hdmv_registration_descriptor public_oe static_oe property

public static byte[] hdmv_registration_descriptor
Résultat byte[]

vc1_descriptor public_oe static_oe property

public static byte[] vc1_descriptor
Résultat byte[]