Search Results for

    Show / Hide Table of Contents

    Class Html5VideoSource

    Inheritance
    System.Object
    Html5VideoSource
    Namespace: ImageVault.Common.Html
    Assembly: ImageVault.Common.dll
    Syntax
    public class Html5VideoSource : Object

    Constructors

    Html5VideoSource()

    Declaration
    public Html5VideoSource()

    Properties

    MediaKeyAndName

    Set this if you refer to ImageVault media and want to keep the correct urls for the media

    Declaration
    public string MediaKeyAndName { get; set; }
    Property Value
    Type Description
    System.String

    Src

    Set this if you want to use a specific src to the video source

    Declaration
    public string Src { get; set; }
    Property Value
    Type Description
    System.String

    Type

    The MIME type of the content that the source refers to

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

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