VisioForge (c) 2025

Search Results for

    Class YouTubeVideoPlaybackEventArgs

    YouTube video playback event args.

    Inheritance
    object
    EventArgs
    YouTubeVideoPlaybackEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types
    Assembly: VisioForge.Core.dll
    Syntax
    public class YouTubeVideoPlaybackEventArgs : EventArgs

    Constructors

    YouTubeVideoPlaybackEventArgs(List<YouTubeVideoInfo>)

    Initializes a new instance of the YouTubeVideoPlaybackEventArgs class.

    Declaration
    public YouTubeVideoPlaybackEventArgs(List<YouTubeVideoInfo> formats)
    Parameters
    Type Name Description
    List<YouTubeVideoInfo> formats

    The formats.

    Properties

    Formats

    Gets formats.

    Declaration
    public List<YouTubeVideoInfo> Formats { get; }
    Property Value
    Type Description
    List<YouTubeVideoInfo>

    SelectedFormatIndex

    Gets or sets selected format index.

    Declaration
    public int SelectedFormatIndex { get; set; }
    Property Value
    Type Description
    int