Click or drag to resize
EbmlWriterWriteVsInt Method
Writes a variable length signed integer to the stream.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void WriteVsInt(
	long data
)

Parameters

data
Type: SystemInt64
See Also