Music Hub  ..
A session-wide music playback service
core::ubuntu::media::ServiceStub Class Reference

#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< Playercreate_session (const Player::Configuration &)
 
std::shared_ptr< Playercreate_fixed_session (const std::string &name, const Player::Configuration &)
 
std::shared_ptr< Playerresume_session (Player::PlayerKey key)
 
void pause_other_sessions (Player::PlayerKey key)
 

Detailed Description

Definition at line 36 of file service_stub.h.

Constructor & Destructor Documentation

core::ubuntu::media::ServiceStub::ServiceStub ( )
core::ubuntu::media::ServiceStub::~ServiceStub ( )

Member Function Documentation

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::pause_other_sessions ( Player::PlayerKey  key)
std::shared_ptr<Player> core::ubuntu::media::ServiceStub::resume_session ( Player::PlayerKey  key)

The documentation for this class was generated from the following file: