MythTV
master
programs
mythbackend
serviceHosts
videoServiceHost.h
Go to the documentation of this file.
1
// Program Name: videoServiceHost.h
3
// Created : Apr. 21, 2011
4
//
5
// Purpose - Imported Video Service Host
6
//
7
// Copyright (c) 2011 Robert McNamara <rmcnamara@mythtv.org>
8
//
9
// This program is free software; you can redistribute it and/or modify
10
// it under the terms of the GNU General Public License as published by
11
// the Free Software Foundation; either version 2 of the License, or
12
// (at your option) any later version.
13
//
14
// This program is distributed in the hope that it will be useful,
15
// but WITHOUT ANY WARRANTY; without even the implied warranty of
16
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
// GNU General Public License for more details.
18
//
19
// You should have received a copy of the GNU General Public License
20
// along with this program; if not, write to the Free Software
21
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22
//
23
// You should have received a copy of the GNU General Public License
24
// along with this program. If not, see <http://www.gnu.org/licenses/>.
25
//
27
28
#ifndef VIDEOSERVICEHOST_H_
29
#define VIDEOSERVICEHOST_H_
30
31
#include "
libmythupnp/servicehost.h
"
32
#include "
services/video.h
"
33
36
//
37
//
38
//
41
42
class
VideoServiceHost
:
public
ServiceHost
43
{
44
public
:
45
46
explicit
VideoServiceHost
(
const
QString &sSharePath )
47
:
ServiceHost
(
Video
::staticMetaObject,
48
"Video"
,
49
"/Video"
,
50
sSharePath )
51
{
52
}
53
54
~VideoServiceHost
()
override
=
default
;
55
};
56
57
#endif
Video
Definition:
video.h:37
video.h
ServiceHost
Definition:
servicehost.h:63
VideoServiceHost::~VideoServiceHost
~VideoServiceHost() override=default
VideoServiceHost::VideoServiceHost
VideoServiceHost(const QString &sSharePath)
Definition:
videoServiceHost.h:46
VideoServiceHost
Definition:
videoServiceHost.h:42
servicehost.h
Generated on Wed Sep 6 2023 03:18:38 for MythTV by
1.8.17