Click or drag to resize
ElementBlock Class
Contains one or more media buffers.
Inheritance Hierarchy
SystemObject
  StreamCoders.ContainerElementBase
    StreamCoders.Container.ElementsElementBlock
      StreamCoders.Container.ElementsElementSimpleBlock

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

The ElementBlock type exposes the following members.

Constructors
  NameDescription
Public methodElementBlock
Initializes a new instance of the ElementBlock class
Top
Properties
  NameDescription
Public propertyElementOffset (Inherited from ElementBase.)
Top
Methods
  NameDescription
Public methodAddSample
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 ElementBasePopulate(EbmlReader).)
Public methodPopulateChildren
Populate children of the current element.
(Inherited from ElementBase.)
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 fieldClusterTimeCode
Public fieldStatic memberCounter
Public fieldData
Public fieldDelacedElementBlocks
The delaced element blocks only contains data of LacingType != NoLacing.
Public fieldElementSize (Inherited from ElementBase.)
Public fieldHasUnknownSize (Inherited from ElementBase.)
Public fieldId (Inherited from ElementBase.)
Public fieldInvisibleFrame
Public fieldLacingType
Public fieldParent (Inherited from ElementBase.)
Public fieldTimecode
Public fieldTrackNumber
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
Remarks
When the ElementBlock is written the lacing type is determined based upon the traits of the media buffers contained within.
See Also