Writes the box and its children to a destination stream.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public long WriteInto(
MP4StreamWriter destinationStream
)
Public Function WriteInto (
destinationStream As MP4StreamWriter
) As Long
public:
long long WriteInto(
MP4StreamWriter^ destinationStream
)
member WriteInto :
destinationStream : MP4StreamWriter -> int64
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