Go to the documentation of this file.
19 #define MAX_CAM_SLOTS_PER_ADAPTER 8 // maximum possible value is 255
20 #define MAX_CONNECTIONS_PER_CAM_SLOT 8 // maximum possible value is 254
21 #define CAM_READ_TIMEOUT 50 // ms
69 void Reply(
const char *s);
91 virtual int Read(uint8_t *Buffer,
int MaxLength) = 0;
96 virtual void Write(
const uint8_t *Buffer,
int Length) = 0;
98 virtual bool Reset(
int Slot) = 0;
116 virtual bool Ready(
void);
203 void AddPid(
int ProgramNumber,
int Pid,
int StreamType);
206 void SetPid(
int Pid,
bool Active);
250 void Reset(
int CamSlotNumber);