struct ShortAudioDescriptor
Defined at line 223 of file ../../src/graphics/display/lib/edid/edid.h
Short audio descriptor from CEA EDID timing extension's data block collection.
Public Members
uint8_t format_and_channels
uint8_t sampling_frequencies
uint8_t bitrate
static const uint8_t kType
static const uint8_t kLPcm
static const uint8_t kHz192
static const uint8_t kHz176
static const uint8_t kHz96
static const uint8_t kHz88
static const uint8_t kHz48
static const uint8_t kHz44
static const uint8_t kHz32
static const uint8_t kLpcm_24
static const uint8_t kLpcm_20
static const uint8_t kLpcm_16
Public Methods
typename std::remove_reference_t<decltype(format_and_channels)> format ()
Defined at line 227 of file ../../src/graphics/display/lib/edid/edid.h
edid::ShortAudioDescriptor & set_format (typename std::remove_reference_t<decltype(format_and_channels)> val)
Defined at line 227 of file ../../src/graphics/display/lib/edid/edid.h
typename std::remove_reference_t<decltype(format_and_channels)> num_channels_minus_1 ()
Defined at line 229 of file ../../src/graphics/display/lib/edid/edid.h
edid::ShortAudioDescriptor & set_num_channels_minus_1 (typename std::remove_reference_t<decltype(format_and_channels)> val)
Defined at line 229 of file ../../src/graphics/display/lib/edid/edid.h
typename std::remove_reference_t<decltype(bitrate)> lpcm_24 ()
Defined at line 242 of file ../../src/graphics/display/lib/edid/edid.h
edid::ShortAudioDescriptor & set_lpcm_24 (typename std::remove_reference_t<decltype(bitrate)> val)
Defined at line 242 of file ../../src/graphics/display/lib/edid/edid.h
typename std::remove_reference_t<decltype(bitrate)> lpcm_20 ()
Defined at line 243 of file ../../src/graphics/display/lib/edid/edid.h
edid::ShortAudioDescriptor & set_lpcm_20 (typename std::remove_reference_t<decltype(bitrate)> val)
Defined at line 243 of file ../../src/graphics/display/lib/edid/edid.h
typename std::remove_reference_t<decltype(bitrate)> lpcm_16 ()
Defined at line 244 of file ../../src/graphics/display/lib/edid/edid.h
edid::ShortAudioDescriptor & set_lpcm_16 (typename std::remove_reference_t<decltype(bitrate)> val)
Defined at line 244 of file ../../src/graphics/display/lib/edid/edid.h