Class YouTubeVideoInfo
YouTube video file info.
Inherited Members
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public class YouTubeVideoInfo
Constructors
YouTubeVideoInfo(string, YouTubeVideoInfoFormat, int)
Initializes a new instance of the YouTubeVideoInfo class.
Declaration
public YouTubeVideoInfo(string uri, YouTubeVideoInfoFormat format, int resolution)
Parameters
Type | Name | Description |
---|---|---|
string | uri | URI. |
YouTubeVideoInfoFormat | format | Format. |
int | resolution | Resolution. |
Properties
Format
Gets format.
Declaration
public YouTubeVideoInfoFormat Format { get; }
Property Value
Type | Description |
---|---|
YouTubeVideoInfoFormat |
Resolution
Gets resolution.
Declaration
public int Resolution { get; }
Property Value
Type | Description |
---|---|
int |
Uri
Gets Uri.
Declaration
public string Uri { get; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
ToString implementation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | Returns string. |