C# Class Banshee.Streaming.RadioTrackInfo

Inheritance: Banshee.Collection.TrackInfo
Mostrar archivo Open project: mono-soc-2011/banshee Class Usage Examples

Public Methods

Method Description
Open ( SafeUri uri ) : RadioTrackInfo
Open ( string uri ) : RadioTrackInfo
OpenPlay ( SafeUri uri ) : RadioTrackInfo
OpenPlay ( string uri ) : RadioTrackInfo
Play ( ) : void
PlayNextStream ( ) : bool
PlayPreviousStream ( ) : bool
RadioTrackInfo ( SafeUri uri ) : System
RadioTrackInfo ( Track track ) : System
RadioTrackInfo ( Banshee.Collection.TrackInfo parentTrack ) : System
SavePlaybackError ( StreamPlaybackError value ) : void

Protected Methods

Method Description
RadioTrackInfo ( ) : System

Private Methods

Method Description
LoadStreamUri ( string uri ) : void
LoadStreamUris ( ) : void
OnParsingPlaylistEvent ( ) : void
OnParsingPlaylistFinished ( ) : void
OnParsingPlaylistStarted ( ) : void
OnTrackIntercept ( Banshee.Collection.TrackInfo track ) : bool
PlayCore ( ) : void

Method Details

Open() public static method

public static Open ( SafeUri uri ) : RadioTrackInfo
uri Hyena.SafeUri
return RadioTrackInfo

Open() public static method

public static Open ( string uri ) : RadioTrackInfo
uri string
return RadioTrackInfo

OpenPlay() public static method

public static OpenPlay ( SafeUri uri ) : RadioTrackInfo
uri Hyena.SafeUri
return RadioTrackInfo

OpenPlay() public static method

public static OpenPlay ( string uri ) : RadioTrackInfo
uri string
return RadioTrackInfo

Play() public method

public Play ( ) : void
return void

PlayNextStream() public method

public PlayNextStream ( ) : bool
return bool

PlayPreviousStream() public method

public PlayPreviousStream ( ) : bool
return bool

RadioTrackInfo() protected method

protected RadioTrackInfo ( ) : System
return System

RadioTrackInfo() public method

public RadioTrackInfo ( SafeUri uri ) : System
uri Hyena.SafeUri
return System

RadioTrackInfo() public method

public RadioTrackInfo ( Track track ) : System
track Track
return System

RadioTrackInfo() public method

public RadioTrackInfo ( Banshee.Collection.TrackInfo parentTrack ) : System
parentTrack Banshee.Collection.TrackInfo
return System

SavePlaybackError() public method

public SavePlaybackError ( StreamPlaybackError value ) : void
value StreamPlaybackError
return void