Click or drag to resize
UtilityCreateBox Method
Creates an MP4 Box instance.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static Box CreateBox(
	Type t,
	Box paramBox
)

Parameters

t
Type: SystemType
The Type of the box to create.
paramBox
Type: StreamCoders.Container.MP4Box
A box used to initialize the newly created instance of box.

Return Value

Type: Box
The new box instance.
See Also