Click or drag to resize
FullBox Constructor (BoxType, Byte, UInt32)
Initializes a new instance of the FullBox class

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public FullBox(
	BoxType boxtype,
	byte version,
	uint flags
)

Parameters

boxtype
Type: StreamCoders.Container.MP4BoxType
version
Type: SystemByte
flags
Type: SystemUInt32
See Also