Click or drag to resize
EbmlReaderReadFixedSInt Method
This is to facilitate signed 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 ReadFixedSInt(
	int numberOfBytes
)

Parameters

numberOfBytes
Type: SystemInt32
Number of bytes to read.

Return Value

Type: Int64
The fixed signed int.
See Also