C# Class SharpCaster.Extensions.ChromeCastClientExtension

Afficher le fichier Open project: tapanila/SharpCaster

Méthodes publiques

Méthode Description
GetPlexChannel ( this channels ) : PlexChannel
GetYouTubeChannel ( this channels ) : YouTubeChannel
LaunchPlex ( this client ) : Task
LaunchSharpCaster ( this client ) : Task
LaunchYouTube ( this client ) : Task

Method Details

GetPlexChannel() public static méthode

public static GetPlexChannel ( this channels ) : PlexChannel
channels this
Résultat SharpCaster.Channels.PlexChannel

GetYouTubeChannel() public static méthode

public static GetYouTubeChannel ( this channels ) : YouTubeChannel
channels this
Résultat SharpCaster.Channels.YouTubeChannel

LaunchPlex() public static méthode

public static LaunchPlex ( this client ) : Task
client this
Résultat Task

LaunchSharpCaster() public static méthode

public static LaunchSharpCaster ( this client ) : Task
client this
Résultat Task

LaunchYouTube() public static méthode

public static LaunchYouTube ( this client ) : Task
client this
Résultat Task