Class VideoFormat
Summary description for VideoFormat.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class VideoFormat : WebMediaFormat, IMediaFormat, IItem<int>, ICloneable, IResizeFormat
Constructors
VideoFormat()
Initializes a new instance of the VideoFormat class.
Declaration
public VideoFormat()
VideoFormat(VideoFormat)
Initializes a new instance of the VideoFormat class.
Declaration
public VideoFormat(VideoFormat videoFormat)
Parameters
Type | Name | Description |
---|---|---|
VideoFormat | videoFormat |
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public override MediaFormatBase Clone()
Returns
Type | Description |
---|---|
MediaFormatBase | A new object that is a copy of this instance. |
Overrides
CopyFrom(VideoFormat)
Declaration
protected void CopyFrom(VideoFormat videoFormat)
Parameters
Type | Name | Description |
---|---|---|
VideoFormat | videoFormat |
Implements
System.ICloneable