Method
RBShellPlayerget_active_source
Declaration [src]
RBSource*
rb_shell_player_get_active_source (
RBShellPlayer* player
)
Description [src]
Retrieves the active source. This is the source that the user selected for playback.
Return value
Type: RBSource
The active RBSource
.
The returned data is owned by the instance. |