18 #ifndef EQ_RESULTIMAGELISTENER_H 19 #define EQ_RESULTIMAGELISTENER_H 58 #endif // EQ_RESULTIMAGELISTENER_H virtual void notifyFinishFrame()
Notify on completion of a frame.
virtual ~ResultImageListener()
Destruct the result image listener.
A channel represents a two-dimensional viewport within a Window.
The result image listener gets notified on new images produced by destination channels.
ResultImageListener()
Construct a new result image listener.
The Equalizer client library.
virtual void notifyNewImage(Channel &channel, const Image &image)=0
Notify on new image, called from rendering thread in Channel::frameViewFinish().