Click or drag to resize
ElementBasePopulateNextChild Method
Populates the next child only.

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

Parameters

reader
Type: StreamCoders.ContainerEbmlReader
inputStream to read from.

Return Value

Type: ElementBase
.
Exceptions
ExceptionCondition
Exception Thrown when an exception error condition occurs.
See Also