Click or drag to resize
BoxHeaderUtilityGetBoxObjectType Method (Box)
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(
	Box b
)

Parameters

b
Type: StreamCoders.Container.MP4Box
The Box to process.

Return Value

Type: Type
The box object type.
See Also