Click or drag to resize
MediaDataBoxSetSize Method
Sets the size of the MDAT. There is no content here, as it is written separately, but we still need to report it in this box once known.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void SetSize(
	long size
)

Parameters

size
Type: SystemInt64
The size.
See Also