Click or drag to resize
ElementSegment Class
Segment Element.
Inheritance Hierarchy
SystemObject
  StreamCoders.ContainerElementBase
    StreamCoders.Container.ElementsElementMasterElement
      StreamCoders.Container.ElementsElementSegment

Namespace: StreamCoders.Container.Elements
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class ElementSegment : ElementMasterElement

The ElementSegment type exposes the following members.

Constructors
  NameDescription
Public methodElementSegment
Initializes a new instance of the ElementSegment class
Top
Properties
  NameDescription
Public propertyElementOffset (Inherited from ElementBase.)
Top
Methods
  NameDescription
Public methodFindAll(ElementType)
Finds all children that match an ElementType
(Inherited from ElementBase.)
Public methodFindFirstChild(ElementType)
Finds the first child that matches an ElementType
(Inherited from ElementBase.)
Public methodPopulate (Overrides ElementMasterElementPopulate(EbmlReader).)
Public methodPopulateChildren (Overrides ElementBasePopulateChildren(EbmlReader).)
Public methodPopulateNextChild
Populates the next child only.
(Inherited from ElementBase.)
Public methodProceedReading (Inherited from ElementBase.)
Public methodReadBuffer
Reads a number of bytes into a byte array.
(Inherited from ElementBase.)
Public methodReadElementSize
Stores and returns size of element and also initializes internal element offset tracking.
(Inherited from ElementBase.)
Public methodReadId
Reads an Element ID.
(Inherited from ElementBase.)
Public methodReadString
Reads an octet string.
(Inherited from ElementBase.)
Public methodSeekToElement (Inherited from ElementBase.)
Public methodSkipElement
Skips the current element.
(Inherited from ElementBase.)
Public methodToString (Inherited from ElementBase.)
Public methodToString(String) (Inherited from ElementBase.)
Public methodWriteElement
Writes the whole element to the EBML output stream
(Inherited from ElementBase.)
Top
Fields
  NameDescription
Public fieldChildren (Inherited from ElementBase.)
Public fieldElementSize (Inherited from ElementBase.)
Public fieldHasUnknownSize (Inherited from ElementBase.)
Public fieldId (Inherited from ElementBase.)
Public fieldParent (Inherited from ElementBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also