Creates a new video.
Namespace:
Gallio.Common.MediaAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
protected Video( VideoParameters parameters ) |
| Visual Basic (Declaration) |
|---|
Protected Sub New ( _ parameters As VideoParameters _ ) |
Parameters
- parameters
- Type: Gallio.Common.Media..::.VideoParameters
The video parameters.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown if parameters is null. |
