template <>

class NaturalEventHandlerInterface

Defined at line 328 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/natural_messaging.h

Public Methods

void NaturalEventHandlerInterface ()

Defined at line 331 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/natural_messaging.h

void OnDeviceAvailable (::fidl::Event< ::fuchsia_camera2::Manager::OnDeviceAvailable> & )

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::Event< ::fuchsia_camera2::Manager::OnDeviceUnavailable> & )

Notifies the client when a camera becomes unavailable.

void OnDeviceMuteChanged (::fidl::Event< ::fuchsia_camera2::Manager::OnDeviceMuteChanged> & )

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 ~NaturalEventHandlerInterface ()

Defined at line 332 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/natural_messaging.h