~phablet-team/media-hub/add_move_track

« back to all changes in this revision

Viewing changes to src/core/media/track_list_skeleton.h

  • Committer: Jim Hodapp
  • Date: 2015-11-05 13:43:48 UTC
  • mfrom: (162.1.8 stable)
  • Revision ID: jim.hodapp@canonical.com-20151105134348-ij7eyvkqfy3x11ba
Merged with upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
    void on_loop_status_changed(const core::ubuntu::media::Player::LoopStatus& loop_status);
72
72
    core::ubuntu::media::Player::LoopStatus loop_status() const;
73
73
 
 
74
    void on_position_changed(uint64_t position);
 
75
 
74
76
    /** Gets called when the shuffle property on the Player interface is changed
75
77
     * by the client */
76
78
    void on_shuffle_changed(bool shuffle);