Click or drag to resize
HevcConfigurationBox Class
Inheritance Hierarchy
System.Object
  StreamCoders.Container.MP4.Box
    StreamCoders.Container.MP4.HevcConfigurationBox

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class HevcConfigurationBox : Box

The HevcConfigurationBox type exposes the following members.

Constructors
  NameDescription
Public methodHevcConfigurationBox()
Initializes a new instance of the HevcConfigurationBox class
Public methodHevcConfigurationBox(Box)
Initializes a new instance of the HevcConfigurationBox class
Top
Properties
  NameDescription
Public propertyBoxSize
Gets the content + header size of a single box (without children) in bytes.
(Inherited from Box.)
Public propertyContentSize (Overrides Box.ContentSize.)
Public propertyFullTreeSize
Gets the boxes size including all children and header sizes (in bytes).
(Inherited from Box.)
Public propertyHeaderSize
Gets the Boxes header size in bytes.
(Inherited from Box.)
Top
Methods
  NameDescription
Public methodAddChild
Adds a child.
(Inherited from Box.)
Public methodDebugWriteToFile (Inherited from Box.)
Public methodFindChild(BoxType)
Finds a child of this item.
(Inherited from Box.)
Public methodFindChild(BoxType[])
Finds a child of this item.
(Inherited from Box.)
Public methodFindChild<T>()
Finds the first occurance of a child immediate to the current box.
(Inherited from Box.)
Public methodFindChildFull<T>
Finds child of type T in full tree.
(Inherited from Box.)
Public methodFindChildFullSubClassed<T>
Finds first child subclassed from type T in full tree.
(Inherited from Box.)
Public methodFindChildren<T>
Finds multiple Children of the same type immediate to the current box.
(Inherited from Box.)
Public methodFindChildrenFullSubClassed<T>
Finds object derived subclassed from T in full tree.
(Inherited from Box.)
Public methodFindParent<T>
Traverses up until root node until an immediate parent is found.
(Inherited from Box.)
Public methodFindParentOrChild<T>
Traverses Parent and immediate children up to root node for a specific box type.
(Inherited from Box.)
Public methodParse (Overrides Box.Parse().)
Public methodReadDebugData
Reads the debug data.
(Inherited from Box.)
Public methodSetDirty
Marks box and its children as dirty. Initially all boxes are dirty.
(Inherited from Box.)
Public methodSkip
Skips the remaining bytes of the box by reading them.
(Inherited from Box.)
Public methodUpdate
Updates the box and it's children. The box must be set dirty.
(Inherited from Box.)
Public methodVerifyDebugData()
Verify debug data.
(Inherited from Box.)
Public methodVerifyDebugData(String)
Verify debug data.
(Inherited from Box.)
Public methodWriteInto
Writes the box and its children to a destination stream.
(Inherited from Box.)
Top
Events
  NameDescription
Public eventOnBeforeWrite
Event to be raised before a Box is written to an output stream using Box.WriteInto
(Inherited from Box.)
Top
Fields
  NameDescription
Public fieldBoxType
Contains the type of the box.
(Inherited from Box.)
Public fieldBoxValueType
The value representation of the box type.
(Inherited from Box.)
Public fieldHevcConfig
Public fieldRawData
Public fieldSizeExcludingHeader
The size of the box without header.
(Inherited from Box.)
Public fieldSizeIncludingHeader
The size of the current box including header.
(Inherited from Box.)
Public fieldUserType
Custom Box type (uuid).
(Inherited from Box.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopy()Overloaded.
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