Class Video
Summary description for Video.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
[MediaFormatType(typeof(VideoFormat))]
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. |