Click or drag to resize
ElementFloat Class
Float Element supports reading and writing of floating point values.
Inheritance Hierarchy
SystemObject
  StreamCoders.ContainerElementBase
    StreamCoders.Container.ElementsElementFloat

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

The ElementFloat type exposes the following members.

Constructors
  NameDescription
Public methodElementFloat(ElementMap)
Initializes a new instance of the ElementFloat class
Public methodElementFloat(ElementMap, Double)
Initializes a new instance of the ElementFloat 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 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 fieldElementSize (Inherited from ElementBase.)
Public fieldHasUnknownSize (Inherited from ElementBase.)
Public fieldId (Inherited from ElementBase.)
Public fieldParent (Inherited from ElementBase.)
Public fieldValue
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