Click or drag to resize
BoxWriteInto Method
Writes the box and its children to a destination stream.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public long WriteInto(
	MP4StreamWriter destinationStream
)

Parameters

destinationStream
Type: StreamCoders.Container.MP4MP4StreamWriter
inputStream to write data to.

Return Value

Type: Int64
Returns the number of bytes written to the destination stream.
See Also