summaryrefslogtreecommitdiff
path: root/services.h
diff options
context:
space:
mode:
Diffstat (limited to 'services.h')
-rw-r--r--services.h22
1 files changed, 7 insertions, 15 deletions
diff --git a/services.h b/services.h
index bf14b70..14099e3 100644
--- a/services.h
+++ b/services.h
@@ -1,22 +1,14 @@
#pragma once
-#include <string>
-
-#define PLAY_OSD_3DMODE_SERVICE "Play-Osd3DModeService-v1.0"
-#define PLAY_START_PLAY_SERVICE "Play-StartPlayService_v1_0"
-#define PLAY_SET_TITLE_SERVICE "Play-SetTitleService_v1_0"
-
-typedef struct
-{
- int Mode;
-} Play_Osd3DModeService_v1_0_t;
+#define MPV_START_PLAY_SERVICE "Mpv-StartPlayService_v1_0"
+#define MPV_SET_TITLE_SERVICE "Mpv-SetTitleService_v1_0"
typedef struct
{
- char* Filename;
- char* Title;
-} Play_StartPlayService_v1_0_t;
+ char* Filename;
+ char* Title;
+} Mpv_StartPlayService_v1_0_t;
typedef struct
{
- char* Title;
-} Play_SetTitleService_v1_0_t; \ No newline at end of file
+ char* Title;
+} Mpv_SetTitleService_v1_0_t; \ No newline at end of file