template <>

class WireAsyncEventHandler

Defined at line 2687 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/wire_messaging.h

Public Methods

void OnFrameAvailable (::fidl::WireEvent< ::fuchsia_camera2::Stream::OnFrameAvailable> * event)

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.

void WireAsyncEventHandler ()

Defined at line 2691 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/wire_messaging.h