Click or drag to resize
UtilityCreateBoxInstanceT 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 T CreateBoxInstance<T>(
	Box paramBox
)
where T : new(), Box

Parameters

paramBox
Type: StreamCoders.Container.MP4Box
A box used to initialize the newly created instance of box type T.

Type Parameters

T
Generic type parameter constrained to Box and derivations.

Return Value

Type: T
The new box instance.
See Also