Interface FrameSourceCallback
-
public interface FrameSourceCallback
The callback interface used in FrameSource class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onCallback(FrameSource source)
Callback method used when frame source has been configured to require data via callback
-
-
-
Method Detail
-
onCallback
void onCallback(FrameSource source)
Callback method used when frame source has been configured to require data via callback- Parameters:
source
- the frame source object
-
-