EbmlReaderReadFixedSInt Method |
This is to facilitate signed fixed length primitives such as: int8 or sint16.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public long ReadFixedSInt(
int numberOfBytes
)
Public Function ReadFixedSInt (
numberOfBytes As Integer
) As Long
public:
long long ReadFixedSInt(
int numberOfBytes
)
member ReadFixedSInt :
numberOfBytes : int -> int64
Parameters
- numberOfBytes
- Type: SystemInt32
Number of bytes to read.
Return Value
Type:
Int64
The fixed signed int.
See Also