A video is an abstraction of an encoded video stream (possibly incorporating audio).
Namespace:
Gallio.Common.MediaAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)
Syntax
| C# |
|---|
public abstract class Video |
| Visual Basic (Declaration) |
|---|
Public MustInherit Class Video |
Remarks
The primary use of this class is to author videos that can be embedded in test reports. It is not intended to be used for playback.
Subclasses define specific encoding formats.
While a video is being created, its contents may be buffered in memory or on disk in a temporary location.
