Method | Description | |
---|---|---|
Open ( |
||
Open ( string uri ) : |
||
OpenPlay ( |
||
OpenPlay ( string uri ) : |
||
Play ( ) : void | ||
PlayNextStream ( ) : bool | ||
PlayPreviousStream ( ) : bool | ||
RadioTrackInfo ( |
||
RadioTrackInfo ( Track track ) : System | ||
RadioTrackInfo ( Banshee.Collection.TrackInfo parentTrack ) : System | ||
SavePlaybackError ( StreamPlaybackError value ) : void |
Method | Description | |
---|---|---|
RadioTrackInfo ( ) : System |
Method | Description | |
---|---|---|
LoadStreamUri ( string uri ) : void | ||
LoadStreamUris ( ) : void | ||
OnParsingPlaylistEvent ( ) : void | ||
OnParsingPlaylistFinished ( ) : void | ||
OnParsingPlaylistStarted ( ) : void | ||
OnTrackIntercept ( Banshee.Collection.TrackInfo track ) : bool | ||
PlayCore ( ) : void |
public static Open ( |
||
uri | ||
return |
public static Open ( string uri ) : |
||
uri | string | |
return |
public static OpenPlay ( |
||
uri | ||
return |
public static OpenPlay ( string uri ) : |
||
uri | string | |
return |
public RadioTrackInfo ( |
||
uri | ||
return | System |
public RadioTrackInfo ( Track track ) : System | ||
track | Track | |
return | System |
public RadioTrackInfo ( Banshee.Collection.TrackInfo parentTrack ) : System | ||
parentTrack | Banshee.Collection.TrackInfo | |
return | System |
public SavePlaybackError ( StreamPlaybackError value ) : void | ||
value | StreamPlaybackError | |
return | void |