#include <service_stub.h>
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 | 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 | ) |