Class Video
Summary description for Video.
Inherited Members
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
[MediaFormatType]
public class Video : WebMedia, IItem<int>, ISizeInformation
Constructors
Video()
Initializes a new instance of the Video class.
Declaration
public Video()
Video(Video)
Initializes a new instance of the Video class.
Declaration
public Video(Video info)
Parameters
Type | Name | Description |
---|---|---|
Video | info |
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public override Media Clone()
Returns
Type | Description |
---|---|
Media | A new object that is a copy of this instance. |