template <>
class AsyncEventHandler
Defined at line 775 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/natural_messaging.h
Public Methods
void AsyncEventHandler ()
Defined at line 779 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/natural_messaging.h
void OnFrameAvailable (::fidl::Event< ::fuchsia_camera2::Stream::OnFrameAvailable> & )
Sent by the driver to the client when a frame is available for processing,
or an error occurred. The frame is considered read-locked by the client
after this message. The client must call ReleaseFrame to release the
read-lock for a non-error frame, or the consumer will eventually run out of buffers.
If a frame has an error, the client must call AcknowledgeFrameError before
another OnFrameAvailable will be called with an error frame.