template <>
class WireWeakEventSender
Defined at line 3572 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/wire_messaging.h
Public Methods
fidl::OneWayStatus OnFrameAvailable (const ::fuchsia_camera2::wire::FrameAvailableInfo & frame)
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.