template <>
class WireEventHandlerInterface
Defined at line 1095 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/wire_messaging.h
Public Methods
void OnDeviceAvailable (::fidl::WireEvent< ::fuchsia_camera2::Manager::OnDeviceAvailable> * event)
Notifies the client when a camera becomes available. A number of these events will
be sent when a client first connects to this protocol.
`device_id` is used to identify the camera. The device_id should not change throughout
the lifetime of the camera.
`last_known_camera` is set to true when the Camera Manager has notified the client
of all the devices it currently knows about.
`description` describes the properties of the camera.
void OnDeviceUnavailable (::fidl::WireEvent< ::fuchsia_camera2::Manager::OnDeviceUnavailable> * event)
Notifies the client when a camera becomes unavailable.
void OnDeviceMuteChanged (::fidl::WireEvent< ::fuchsia_camera2::Manager::OnDeviceMuteChanged> * event)
Notifies the client when a camera becomes muted or unmuted.
`device_id` refers to the device_id from the description of a previous OnDeviceAvailable
call.
void WireEventHandlerInterface ()
Defined at line 1098 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/wire_messaging.h
void ~WireEventHandlerInterface ()
Defined at line 1099 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/wire_messaging.h