template <>
class WireSyncClientImpl
Defined at line 493 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_camera2::MuteControl>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_camera2::MuteControl::Mute> Mute (int32_t device_id)
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.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_camera2::MuteControl::Unmute> Unmute (int32_t device_id)
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.