Click or drag to resize
ElementBaseReadElementSize Method
Stores and returns size of element and also initializes internal element offset tracking.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public long ReadElementSize(
	EbmlReader reader
)

Parameters

reader
Type: StreamCoders.ContainerEbmlReader
The stream to read from.

Return Value

Type: Int64
Returns size of element.
Remarks
Element sizes of all binary 1s indicate that the element is of undetermined size. (e.g. live streams)
See Also