class DaiSupportedFormats

Defined at line 2944 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.h

Formats supported by the DAI. Frames are made up of `number_of_channels` samples which have

`bits_per_sample` bits of data within `bits_per_slot` bits arranged in `frame_formats`.

All values listed in each vector are supported. When not all combinations supported by the driver

can be described with one `DaiSupportedFormats`, `GetDaiSupportedFormats` returns more than one

`DaiSupportedFormats` in the returned vector.

For more detailed information see

[Digital Audio Interface](https://fuchsia.dev/fuchsia-src/concepts/drivers/driver_architectures/audio_drivers/audio_dai).

Public Members

vector number_of_channels
vector sample_formats
vector frame_formats
vector frame_rates
vector bits_per_slot
vector bits_per_sample

Public Methods

::std::unique_ptr<DaiSupportedFormats> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, DaiSupportedFormats * value, size_t _offset)
zx_status_t Clone (DaiSupportedFormats * result)