struct PcmFormat
Defined at line 9431 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/wire_types.h
Format supporting PCM audio. Frames are made up of `number_of_channels` samples
which have `valid_bits_per_sample` bits of most-significant (left-justified) data within
`bytes_per_sample` bytes.
For more detailed information see
[Audio Driver Streaming Interface](https://fuchsia.dev/fuchsia-src/development/audio/drivers/streaming).
Public Members
uint8_t number_of_channels
SampleFormat sample_format
uint8_t bytes_per_sample
uint8_t valid_bits_per_sample
uint32_t frame_rate