| MeiCam SDK For Android
    1.0.0
    | 
Gets callback interface of the captured preview. More...
| Public Member Functions | |
| void | onCapturedVideoFrameGrabbedArrived (ByteBuffer buffer, NvsVideoFrameInfo frameinfo) | 
| Gets captured preview video frame.  More... | |
Gets callback interface of the captured preview.
| void com.meicam.sdk.NvsStreamingContext.CapturedVideoFrameGrabberCallback.onCapturedVideoFrameGrabbedArrived | ( | ByteBuffer | buffer, | 
| NvsVideoFrameInfo | frameinfo | ||
| ) | 
Gets captured preview video frame.
Pay speical attention: this function is called in a seperate thread and not in the UI thread. Please consider the safety issues of threads!!
| buffer | Frame data acquired. | 
| frameinfo | Frame information acquired. | 
 1.8.11
 1.8.11