ElementBasePopulateChildren Method |
Populate children of the current element.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public virtual PopulateResult PopulateChildren(
EbmlReader reader
)
Public Overridable Function PopulateChildren (
reader As EbmlReader
) As PopulateResult
public:
virtual PopulateResult PopulateChildren(
EbmlReader^ reader
)
abstract PopulateChildren :
reader : EbmlReader -> PopulateResult
override PopulateChildren :
reader : EbmlReader -> PopulateResult
Parameters
- reader
- Type: StreamCoders.ContainerEbmlReader
The stream to read from.
Return Value
Type:
PopulateResult
Returns
PopulateResult to indicate success or failure.
Exceptions Exception | Condition |
---|
Exception | Thrown when an exception error condition occurs. |
See Also