Class VideoFormat
Summary description for VideoFormat.
Inherited Members
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class VideoFormat : WebMediaFormat, IMediaFormat, IItem<int>, 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