Click or drag to resize
BoxHeaderUtilityGetBoxType Method
Gets a box type.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static BoxType GetBoxType(
	uint headerVal
)

Parameters

headerVal
Type: SystemUInt32
The header value.

Return Value

Type: BoxType
The box type.
See Also