mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
lib/libcoolstream2/dmx_cs.h: update apollo header
Origin commit data
------------------
Branch: ni/coolstream
Commit: 88a622a0ad
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-31 (Mon, 31 Mar 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -23,7 +23,12 @@
|
|||||||
#endif
|
#endif
|
||||||
#define DMX_FILTER_SIZE MAX_FILTER_LENGTH
|
#define DMX_FILTER_SIZE MAX_FILTER_LENGTH
|
||||||
|
|
||||||
#define MAX_DMX_UNITS 5
|
#define MAX_DMX_UNITS cDemux::GetCount(DMX_TS)
|
||||||
|
|
||||||
|
typedef enum {
|
||||||
|
DMX_TS = 0,
|
||||||
|
DMX_DMA,
|
||||||
|
} DMX_TYPE;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
DMX_VIDEO_CHANNEL = 1,
|
DMX_VIDEO_CHANNEL = 1,
|
||||||
@@ -81,5 +86,6 @@ public:
|
|||||||
int GetSource();
|
int GetSource();
|
||||||
static bool SetSource(int unit, int source);
|
static bool SetSource(int unit, int source);
|
||||||
static int GetSource(int unit);
|
static int GetSource(int unit);
|
||||||
|
static u32 GetCount(DMX_TYPE Type = DMX_TS);
|
||||||
};
|
};
|
||||||
#endif //__DMX_CS_H_
|
#endif //__DMX_CS_H_
|
||||||
|
Reference in New Issue
Block a user