Click or drag to resize
EbmlWriterWriteFixedInt Method
Writes a fixed size 32-bit unsigned integer to the stream.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void WriteFixedInt(
	long data,
	int numberOfBytesToWrite
)

Parameters

data
Type: SystemInt64
numberOfBytesToWrite
Type: SystemInt32
See Also