BoxHeaderEntry Constructor |
Constructor.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic BoxHeaderEntry(
uint headerVal,
Type ObjectTypeID
)
Public Sub New (
headerVal As UInteger,
ObjectTypeID As Type
)
public:
BoxHeaderEntry(
unsigned int headerVal,
Type^ ObjectTypeID
)
new :
headerVal : uint32 *
ObjectTypeID : Type -> BoxHeaderEntry
Parameters
- headerVal
- Type: SystemUInt32
The header value. - ObjectTypeID
- Type: SystemType
Identifier for the object type.
See Also