Click or drag to resize
ElementSimpleBlock Class
SimpleBlock Element.
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 ElementSimpleBlock : ElementBlock

The ElementSimpleBlock type exposes the following members.

Constructors
  NameDescription
Public methodElementSimpleBlock
Initializes a new instance of the ElementSimpleBlock class
Top
Properties
  NameDescription
Public propertyElementOffset (Inherited from ElementBase.)
Top
Methods
  NameDescription
Public methodAddSample (Overrides ElementBlockAddSample(MatroskaWriterConfiguration, Int64, MediaBufferByte, Int64, Int64, Int64).)
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 ElementBlockPopulate(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 (Inherited from ElementBlock.)
Public fieldData (Inherited from ElementBlock.)
Public fieldDelacedElementBlocks
The delaced element blocks only contains data of LacingType != NoLacing.
(Inherited from ElementBlock.)
Public fieldDiscardableFrame
Indicates whether the contained frame can be discarded by the player.
Public fieldElementSize (Inherited from ElementBase.)
Public fieldHasUnknownSize (Inherited from ElementBase.)
Public fieldId (Inherited from ElementBase.)
Public fieldInvisibleFrame (Inherited from ElementBlock.)
Public fieldKeyFrame
Indicates whether the contained frame is a key frame.
Public fieldLacingType (Inherited from ElementBlock.)
Public fieldParent (Inherited from ElementBase.)
Public fieldTimecode (Inherited from ElementBlock.)
Public fieldTrackNumber (Inherited from ElementBlock.)
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