Music Hub
..
A session-wide music playback service
recorder_observer.cpp
Go to the documentation of this file.
1
/*
2
* Copyright © 2014 Canonical Ltd.
3
*
4
* This program is free software: you can redistribute it and/or modify it
5
* under the terms of the GNU Lesser General Public License version 3,
6
* as published by the Free Software Foundation.
7
*
8
* This program is distributed in the hope that it will be useful,
9
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
* GNU Lesser General Public License for more details.
12
*
13
* You should have received a copy of the GNU Lesser General Public License
14
* along with this program. If not, see <http://www.gnu.org/licenses/>.
15
*
16
* Authored by: Thomas Voß <thomas.voss@canonical.com>
17
*/
18
19
#include <
core/media/recorder_observer.h
>
20
21
#include <
core/media/hybris_recorder_observer.h
>
22
23
namespace
media
=
core::ubuntu::media
;
24
25
media::RecorderObserver::Ptr
media::make_platform_default_recorder_observer
()
26
{
27
return
media::HybrisRecorderObserver::create
();
28
}
core::ubuntu::media::HybrisRecorderObserver::create
static RecorderObserver::Ptr create()
Definition:
hybris_recorder_observer.cpp:92
core::ubuntu::media
Definition:
player.h:37
core::ubuntu::media::make_platform_default_recorder_observer
RecorderObserver::Ptr make_platform_default_recorder_observer()
Definition:
recorder_observer.cpp:25
hybris_recorder_observer.h
core::ubuntu::media::RecorderObserver::Ptr
std::shared_ptr< RecorderObserver > Ptr
Definition:
recorder_observer.h:46
recorder_observer.h
src
core
media
recorder_observer.cpp
Generated on Wed May 27 2015 18:52:55 for Music Hub by
1.8.9.1