VisioForge (c) 2025

Search Results for

    Class YouTubeVideoInfo

    YouTube video file info.

    Inheritance
    object
    YouTubeVideoInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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.

    Overrides
    object.ToString()