Notifies the listener that the sink has received a frame.
Syntax:
virtualvoidframeReceived(const IFrame& frame );
Parameter
Description
frame
Passes the frame received to this notification handler.
Note that the IFrame reference is only valid while this function runs.
You have to copy its content to a separate location if you want to use it after the function returns.