ElementRoot Class |
Namespace: StreamCoders.Container.Elements
The ElementRoot type exposes the following members.
Name | Description | |
---|---|---|
ElementRoot | Initializes a new instance of the ElementRoot class |
Name | Description | |
---|---|---|
ElementOffset | (Inherited from ElementBase.) |
Name | Description | |
---|---|---|
FindAll(ElementType) |
Finds all children that match an ElementType (Inherited from ElementBase.) | |
FindFirstChild(ElementType) |
Finds the first child that matches an ElementType (Inherited from ElementBase.) | |
Populate | (Overrides ElementBasePopulate(EbmlReader).) | |
PopulateChildren |
Populate children of the current element.
(Inherited from ElementBase.) | |
PopulateNextChild |
Populates the next child only.
(Inherited from ElementBase.) | |
ProceedReading | (Inherited from ElementBase.) | |
ReadBuffer |
Reads a number of bytes into a byte array.
(Inherited from ElementBase.) | |
ReadElementSize |
Stores and returns size of element and also initializes internal element offset tracking.
(Inherited from ElementBase.) | |
ReadId |
Reads an Element ID.
(Inherited from ElementBase.) | |
ReadString |
Reads an octet string.
(Inherited from ElementBase.) | |
SeekToElement | (Inherited from ElementBase.) | |
SkipElement |
Skips the current element.
(Inherited from ElementBase.) | |
ToString | (Inherited from ElementBase.) | |
ToString(String) | (Inherited from ElementBase.) | |
WriteElement |
Writes the whole element to the EBML output stream
(Inherited from ElementBase.) |
Name | Description | |
---|---|---|
Children | (Inherited from ElementBase.) | |
ElementSize | (Inherited from ElementBase.) | |
HasUnknownSize | (Inherited from ElementBase.) | |
Id | (Inherited from ElementBase.) | |
Parent | (Inherited from ElementBase.) |
Name | Description | |
---|---|---|
Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |