#include <player.h>
Definition at line 36 of file player.h.
Enumerator |
---|
none |
|
track |
|
playlist |
|
Definition at line 49 of file player.h.
Enumerator |
---|
playing |
|
paused |
|
stopped |
|
Definition at line 42 of file player.h.
com::ubuntu::music::Player::Player |
( |
const Player & |
) | |
|
|
delete |
com::ubuntu::music::Player::~Player |
( |
) | |
|
bool com::ubuntu::music::Player::can_go_next |
( |
) | |
|
bool com::ubuntu::music::Player::can_go_previous |
( |
) | |
|
bool com::ubuntu::music::Player::can_pause |
( |
) | |
|
bool com::ubuntu::music::Player::can_play |
( |
) | |
|
bool com::ubuntu::music::Player::can_seek |
( |
) | |
|
bool com::ubuntu::music::Player::is_shuffle |
( |
) | |
const |
LoopStatus com::ubuntu::music::Player::loop_status |
( |
) | |
const |
PlaybackRate com::ubuntu::music::Player::maximum_playback_rate |
( |
) | |
const |
Track::MetaData com::ubuntu::music::Player::meta_data_for_current_track |
( |
) | |
const |
PlaybackRate com::ubuntu::music::Player::minimum_playback_rate |
( |
) | |
const |
void com::ubuntu::music::Player::next |
( |
) | |
|
Connection com::ubuntu::music::Player::on_loop_status_changed |
( |
const std::function< void(LoopStatus)> & |
handler) | |
|
Connection com::ubuntu::music::Player::on_meta_data_for_current_track_changed |
( |
const std::function< void(const Track::MetaData &)> & |
handler) | |
|
Connection com::ubuntu::music::Player::on_playback_rate_changed |
( |
const std::function< void(PlaybackRate)> & |
handler) | |
|
Connection com::ubuntu::music::Player::on_playback_status_changed |
( |
const std::function< void(PlaybackStatus)> & |
handler) | |
|
Connection com::ubuntu::music::Player::on_shuffle_changed |
( |
const std::function< void(bool)> & |
handler) | |
|
Connection com::ubuntu::music::Player::on_volume_changed |
( |
const std::function< void(Volume)> & |
handler) | |
|
Player& com::ubuntu::music::Player::operator= |
( |
const Player & |
) | |
|
|
delete |
bool com::ubuntu::music::Player::operator== |
( |
const Player & |
) | |
const |
|
delete |
void com::ubuntu::music::Player::pause |
( |
) | |
|
void com::ubuntu::music::Player::play |
( |
) | |
|
PlaybackRate com::ubuntu::music::Player::playback_rate |
( |
) | |
const |
void com::ubuntu::music::Player::previous |
( |
) | |
|
void com::ubuntu::music::Player::seek_to |
( |
const std::chrono::microseconds & |
offset) | |
|
void com::ubuntu::music::Player::set_loop_status |
( |
LoopStatus |
new_status) | |
|
void com::ubuntu::music::Player::set_playback_rate |
( |
PlaybackRate |
rate) | |
|
void com::ubuntu::music::Player::set_shuffle |
( |
bool |
b) | |
|
void com::ubuntu::music::Player::set_volume |
( |
Volume |
new_volume) | |
|
void com::ubuntu::music::Player::stop |
( |
) | |
|
const std::shared_ptr<TrackList>& com::ubuntu::music::Player::track_list |
( |
) | |
const |
Volume com::ubuntu::music::Player::volume |
( |
) | |
const |
The documentation for this class was generated from the following file:
- /build/buildd/music-hub-0.0+13.10.20130920/include/com/ubuntu/music/player.h