Search Results for

    Show / Hide Table of Contents

    Class Video

    Summary description for Video.

    Inheritance
    System.Object
    Media
    WebMedia
    Video
    Implements
    IItem<System.Int32>
    ISizeInformation
    Inherited Members
    WebMedia.Width
    WebMedia.Height
    WebMedia.AspectRatio
    WebMedia.FormatWidth
    WebMedia.FormatHeight
    WebMedia.FormatAspectRatio
    Media.MediaFormatName
    Media.Id
    Media.MediaFormatId
    Media.Url
    Media.ContentDisplayType
    Media.Html
    Media.ContentType
    Media.Name
    Media.DisplayInformation
    Media.IsFileIcon
    Media.RendererId
    Media.RendererData
    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.

    Overrides
    Media.Clone()

    Implements

    IItem<T>
    ISizeInformation

    Extension Methods

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