Property | Type | Description | |
---|---|---|---|
DefaultSitTableOne | byte[] | ||
ac3_registration_descriptor | byte[] | ||
copy_control_descriptor | byte[] | ||
hdmv_registration_descriptor | byte[] | ||
vc1_descriptor | byte[] |
Method | Description | |
---|---|---|
ComputeCrc ( byte data ) : uint | ||
ComputeCrc ( byte data, int length ) : uint | ||
ComputeCrc ( byte data, int length, int startIndex ) : uint |
public static ComputeCrc ( byte data ) : uint | ||
data | byte | |
return | uint |
public static ComputeCrc ( byte data, int length ) : uint | ||
data | byte | |
length | int | |
return | uint |
public static ComputeCrc ( byte data, int length, int startIndex ) : uint | ||
data | byte | |
length | int | |
startIndex | int | |
return | uint |
public static byte[] DefaultSitTableOne | ||
return | byte[] |
public static byte[] ac3_registration_descriptor | ||
return | byte[] |
public static byte[] copy_control_descriptor | ||
return | byte[] |
public static byte[] hdmv_registration_descriptor | ||
return | byte[] |