RB.StreamingSource¶
- Subclasses:
 None
Methods¶
- Inherited:
 RB.Source (34), RB.DisplayPage (12), Gtk.Box (14), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Orientable (2)
- Structs:
 Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
  | 
|
  | 
|
  | 
|
  | 
Virtual Methods¶
Properties¶
Child Properties¶
- Inherited:
 
Style Properties¶
- Inherited:
 
Signals¶
Fields¶
- Inherited:
 RB.Source (3), RB.DisplayPage (2), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent  | 
r  | 
Class Details¶
- class RB.StreamingSource(*args, **kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
This class provides handling of buffering signals and streaming song metadata common to different types of sources that play continuous streaming media.
- get_progress()¶
 - Returns:
 - text:
 returns buffering status text
- progress:
 returns buffering progress fraction
- Return type:
 
Provides status text and progress fraction suitable for use in a streaming source’s rb_source_get_status method.
- set_streaming_album(album)¶
 - Parameters:
 album (
str) – the new streaming song album name
Updates the streaming song album name. Call this when an updated streaming song album name is received from the stream.