Click or drag to resize
BoxHeaderUtilityGetBoxObjectType Method (BoxType)
Gets a box object type.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static Type GetBoxObjectType(
	BoxType t
)

Parameters

t
Type: StreamCoders.Container.MP4BoxType
The BoxType to process.

Return Value

Type: Type
The box object type.
See Also