diff options
Diffstat (limited to 'play_service.h')
-rw-r--r-- | play_service.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/play_service.h b/play_service.h new file mode 100644 index 0000000..0084603 --- /dev/null +++ b/play_service.h @@ -0,0 +1,31 @@ +/// +/// @file play_service.h @brief Play service header file. +/// +/// Copyright (c) 2012 by durchflieger. All Rights Reserved. +/// +/// Contributor(s): +/// +/// License: AGPLv3 +/// +/// This program is free software: you can redistribute it and/or modify +/// it under the terms of the GNU Affero General Public License as +/// published by the Free Software Foundation, either version 3 of the +/// License. +/// +/// This program is distributed in the hope that it will be useful, +/// but WITHOUT ANY WARRANTY; without even the implied warranty of +/// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +/// GNU Affero General Public License for more details. +/// +/// $Id: d903996c670a05e72a189a0a5de30724eb2ea903 $ +////////////////////////////////////////////////////////////////////////////// + +#pragma once + +#define PLEX_OSD_3DMODE_SERVICE "Plex-Osd3DModeService-v1.0" +#define PLEX_PLAY_FILE_SERVICE "Plex-PlayFileService-v1.0" + +typedef struct +{ + int Mode; +} Play_Osd3DModeService_v1_0_t; |