class PcmFormat
Defined at line 8028 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/hlcpp/fuchsia/hardware/audio/cpp/fidl.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/concepts/drivers/driver_architectures/audio_drivers/audio_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
Public Methods
::std::unique_ptr<PcmFormat> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, PcmFormat * value, size_t _offset)
zx_status_t Clone (PcmFormat * result)