50 #ifndef _FormatterPassiveDevice_H_
51 #define _FormatterPassiveDevice_H_
53 #include "FormatterMultiDevice.h"
60 namespace multidevice {
64 GingaScreenID screenId,
65 IDeviceLayout* deviceLayout,
66 int x,
int y,
int w,
int h,
bool useMulticast,
int srvPort);
71 void postMediaContent(
int destDevClass){};
72 bool newDeviceConnected(
int newDevClass,
int w,
int h) {
76 void connectedToBaseDevice(
unsigned int domainAddr);
78 bool receiveRemoteEvent(
81 string eventContent) {
86 bool receiveRemoteContent(
88 char *stream,
int streamSize) {
93 bool receiveRemoteContent(
int remoteDevClass,
string contentUri);
94 bool userEventReceived(IInputEvent* ev);
Definition: FormatterPassiveDevice.h:61
HAVE_MULTIDEVICE.
Definition: FormatterMultiDevice.h:121