template <>

class WireTableBuilder

Defined at line 1993 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h

Public Methods

template <typename First = uint64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<uint64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_audio_device::wire::RingBufferSetActiveChannelsRequest> & channel_bitmask (First && first, Args &&... args_)

The channels to be activated (all others should be deactivated). No

bit should be set above the `channel_count` specified in the ring

buffer format (e.g. for a four-channel stream, `channel_bitmask`

must be in the [0x00, 0x0F] range).

Required.

Defined at line 2011 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h

Friends

template <>
class RingBufferSetActiveChannelsRequest