template <>

class NaturalClientImpl

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

Public Methods

::fidl::internal::NaturalThenable< ::fuchsia_camera2::MuteControl::Mute> Mute (const ::fidl::Request< ::fuchsia_camera2::MuteControl::Mute> & request)

Mutes a camera. This is independent from stopping or closing a stream. A muted

camera will not produce any more images until

unmute is called. You can still connect to streams from a muted camera, but they

will not produce frames until the camera is unmuted.

`device_id` refers to the device_id from a previous OnDeviceAvailable call.

::fidl::internal::NaturalThenable< ::fuchsia_camera2::MuteControl::Unmute> Unmute (const ::fidl::Request< ::fuchsia_camera2::MuteControl::Unmute> & request)