Click or drag to resize
BoxHeaderUtility Class
Assists with finding and instantiating MP4 box data.
Inheritance Hierarchy
SystemObject
  StreamCoders.Container.MP4BoxHeaderUtility

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

The BoxHeaderUtility type exposes the following members.

Constructors
  NameDescription
Public methodBoxHeaderUtility
Initializes a new instance of the BoxHeaderUtility class
Top
Methods
  NameDescription
Public methodStatic memberFindUUidBoxBytes
Checks the UuidHandlerDict if a particular user type exists and returns the 16 byte user type byte array.
Public methodStatic memberFindUuidBoxType
Checks the UuidHandlerDict if a particular user type exists and returns the object type.
Public methodStatic memberGetBoxObjectType(Box)
Gets a box object type.
Public methodStatic memberGetBoxObjectType(BoxType)
Gets a box object type.
Public methodStatic memberGetBoxType
Gets a box type.
Public methodStatic memberGetHandlerType
Gets a handler type.
Public methodStatic memberGetHandlerTypeValue
Gets a handler type value.
Public methodStatic memberGetHeaderValue
Gets a header value.
Top
Fields
  NameDescription
Public fieldStatic memberUuidHandlerDict
Dictionary of uuid handlers.
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