Click or drag to resize
EbmlReaderReadFixedInt Method
This is to facilitate unsigned fixed length primitives such as: int8 or sint16.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public long ReadFixedInt(
	int numberOfBytes
)

Parameters

numberOfBytes
Type: SystemInt32
Number of bytes to read.

Return Value

Type: Int64
The fixed unsigned int.
See Also