struct DaiSupportedFormats
Defined at line 9338 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.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
VectorView number_of_channels
VectorView sample_formats
VectorView frame_formats
VectorView frame_rates
VectorView bits_per_slot
VectorView bits_per_sample