Creates an MP4 Box instance.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public static Box CreateBox(
Type t,
Box paramBox
)
Public Shared Function CreateBox (
t As Type,
paramBox As Box
) As Box
public:
static Box^ CreateBox(
Type^ t,
Box^ paramBox
)
static member CreateBox :
t : Type *
paramBox : Box -> Box
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