Saves the video to a stream.

Namespace:  Gallio.Common.Media
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public void Save(
	Stream stream
)
Visual Basic (Declaration)
Public Sub Save ( _
	stream As Stream _
)

Parameters

stream
Type: System.IO..::.Stream
The stream.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionThrown if stream is null.

See Also