Click or drag to resize
ElementBasePopulateChildren Method
Populate children of the current element.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual PopulateResult PopulateChildren(
	EbmlReader reader
)

Parameters

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

Return Value

Type: PopulateResult
Returns PopulateResult to indicate success or failure.
Exceptions
ExceptionCondition
Exception Thrown when an exception error condition occurs.
See Also