Class Html5VideoSource
Inheritance
System.Object
Html5VideoSource
Inherited Members
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.Html
Assembly: ImageVault.Common.dll
Syntax
public class Html5VideoSource
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 |