Click or drag to resize
ElementBaseWriteElement Method
Writes the whole element to the EBML output stream

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual long WriteElement(
	EbmlWriter writer
)

Parameters

writer
Type: StreamCoders.ContainerEbmlWriter
EBML writer object

Return Value

Type: Int64
See Also