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#
protected override void SaveImpl(
	Stream stream
)
Visual Basic (Declaration)
Protected Overrides Sub SaveImpl ( _
	stream As Stream _
)

Parameters

stream
Type: System.IO..::.Stream
The stream, not null.

See Also