Search Results for

    Show / Hide Table of Contents

    Class VideoFormat

    Summary description for VideoFormat.

    Inheritance
    System.Object
    MediaFormatBase
    TransformableFormat
    WebMediaFormat
    VideoFormat
    Implements
    IMediaFormat
    IItem<System.Int32>
    System.ICloneable
    IResizeFormat
    Inherited Members
    WebMediaFormat.CopyFrom(WebMediaFormat)
    WebMediaFormat.Equals(WebMediaFormat)
    WebMediaFormat.Equals(Object)
    WebMediaFormat.GetHashCode()
    WebMediaFormat.Width
    WebMediaFormat.Height
    WebMediaFormat.KeepAspectRatio
    WebMediaFormat.AspectRatio
    WebMediaFormat.IsEmpty
    TransformableFormat.CopyFrom(TransformableFormat)
    TransformableFormat.Equals(TransformableFormat)
    TransformableFormat.Effects
    MediaFormatBase.CopyFrom(MediaFormatBase)
    MediaFormatBase.ICloneable.Clone()
    MediaFormatBase.Equals(MediaFormatBase)
    MediaFormatBase.Id
    MediaFormatBase.Name
    MediaFormatBase.MediaFormatOutputType
    MediaFormatBase.SystemFormat
    MediaFormatBase.IsInUse
    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
    WebMediaFormat.Clone()

    CopyFrom(VideoFormat)

    Declaration
    protected void CopyFrom(VideoFormat videoFormat)
    Parameters
    Type Name Description
    VideoFormat videoFormat

    Implements

    IMediaFormat
    IItem<T>
    System.ICloneable
    IResizeFormat

    Extension Methods

    MediaFormatBaseExtensions.GetEffect<T>(MediaFormatBase)
    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022