Show / Hide Table of Contents

Class Video

Inheritance
System.Object
Video
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: Dishooks.Embeds
Assembly: cs.temp.dll.dll
Syntax
public class Video

Constructors

Video(String)

Declaration
public Video(string url)
Parameters
Type Name Description
System.String url

Video(String, Int32, Int32)

Declaration
public Video(string url, int height, int width)
Parameters
Type Name Description
System.String url
System.Int32 height
System.Int32 width

Properties

Height

The height of the video.

Declaration
public int? Height { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ProxyUrl

A proxied url of the video.

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

Url

The source url of video.

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

Width

The width of the video.

Declaration
public int? Width { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
In This Article
Back to top Generated by DocFX