ElementBasePopulateNextChild Method |
Populates the next child only.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public ElementBase PopulateNextChild(
EbmlReader reader
)
Public Function PopulateNextChild (
reader As EbmlReader
) As ElementBase
public:
ElementBase^ PopulateNextChild(
EbmlReader^ reader
)
member PopulateNextChild :
reader : EbmlReader -> ElementBase
Parameters
- reader
- Type: StreamCoders.ContainerEbmlReader
inputStream to read from.
Return Value
Type:
ElementBase
.
Exceptions Exception | Condition |
---|
Exception | Thrown when an exception error condition occurs. |
See Also