#include <service_stub.h>
Inheritance diagram for core::ubuntu::media::ServiceStub:
Collaboration diagram for core::ubuntu::media::ServiceStub:Public Member Functions | |
| ServiceStub () | |
| ~ServiceStub () | |
| std::shared_ptr< Player > | create_session (const Player::Configuration &) |
| void | detach_session (const std::string &uuid, const Player::Configuration &) |
| std::shared_ptr< Player > | reattach_session (const std::string &uuid, const Player::Configuration &) |
| void | destroy_session (const std::string &uuid, const Player::Configuration &) |
| std::shared_ptr< Player > | create_fixed_session (const std::string &name, const Player::Configuration &) |
| std::shared_ptr< Player > | resume_session (Player::PlayerKey key) |
| void | set_current_player (Player::PlayerKey key) |
| void | pause_other_sessions (Player::PlayerKey key) |
Definition at line 36 of file service_stub.h.
| core::ubuntu::media::ServiceStub::ServiceStub | ( | ) |
| core::ubuntu::media::ServiceStub::~ServiceStub | ( | ) |
| std::shared_ptr<Player> core::ubuntu::media::ServiceStub::create_fixed_session | ( | const std::string & | name, |
| const Player::Configuration & | |||
| ) |
| std::shared_ptr<Player> core::ubuntu::media::ServiceStub::create_session | ( | const Player::Configuration & | ) |
| void core::ubuntu::media::ServiceStub::destroy_session | ( | const std::string & | uuid, |
| const Player::Configuration & | |||
| ) |
| void core::ubuntu::media::ServiceStub::detach_session | ( | const std::string & | uuid, |
| const Player::Configuration & | |||
| ) |
| void core::ubuntu::media::ServiceStub::pause_other_sessions | ( | Player::PlayerKey | key | ) |
| std::shared_ptr<Player> core::ubuntu::media::ServiceStub::reattach_session | ( | const std::string & | uuid, |
| const Player::Configuration & | |||
| ) |
| std::shared_ptr<Player> core::ubuntu::media::ServiceStub::resume_session | ( | Player::PlayerKey | key | ) |
| void core::ubuntu::media::ServiceStub::set_current_player | ( | Player::PlayerKey | key | ) |