Saves the video to a stream.
Namespace:
Gallio.Common.MediaAssembly: 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
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown if stream is null. |
