Click or drag to resize
EbmlWriterWriteAutoDataInt Method
Writes a fixed int, but determines the minimum size and returns it.

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

Parameters

data
Type: SystemInt64
The data.

Return Value

Type: Int64
.
See Also