class MuteControl

Defined at line 2316 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/hlcpp/fuchsia/camera2/cpp/fidl.h

Public Members

static const char[] Name_

Public Methods

void ~MuteControl ()
void Mute (int32_t device_id, MuteCallback callback)

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.

void Unmute (int32_t device_id, UnmuteCallback callback)