Click or drag to resize
EbmlWriterWriteVInt Method
Writes a variable length 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 WriteVInt(
	long data
)

Parameters

data
Type: SystemInt64
See Also