Class YouTubeVideoPlaybackEventArgs
YouTube video playback event args.
Inherited Members
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 |