class InspectorTest_SupportedDaiFormats_Test
Defined at line 788 of file ../../src/media/audio/services/device_registry/inspector_unittest.cc
Validate the overall SupportedFormatSets for each DAI element. Schema is as follows:
Devices
12345678
DAI_elements
[0]
description: 'bluetooth_dai'
element_id: 2
supported_format_sets
dai_format_set_0
bits_per_frame: [16, 32]
bits_per_sample: [16, 20]
channel_count: [1, 2]
frames_per_second: [44100, 48000]
frame_format: ["FrameFormatStandard::I2S", "FrameFormatStandard::NONE"]
sample_format: ["PCM SIGNED", "PCM FLOAT"]
Public Methods
void InspectorTest_SupportedDaiFormats_Test ()
Defined at line 788 of file ../../src/media/audio/services/device_registry/inspector_unittest.cc
void InspectorTest_SupportedDaiFormats_Test (const InspectorTest_SupportedDaiFormats_Test & )
Defined at line 788 of file ../../src/media/audio/services/device_registry/inspector_unittest.cc
void InspectorTest_SupportedDaiFormats_Test (InspectorTest_SupportedDaiFormats_Test && )
Defined at line 788 of file ../../src/media/audio/services/device_registry/inspector_unittest.cc
InspectorTest_SupportedDaiFormats_Test & operator= (const InspectorTest_SupportedDaiFormats_Test & )
Defined at line 788 of file ../../src/media/audio/services/device_registry/inspector_unittest.cc
InspectorTest_SupportedDaiFormats_Test & operator= (InspectorTest_SupportedDaiFormats_Test && )
Defined at line 788 of file ../../src/media/audio/services/device_registry/inspector_unittest.cc
void ~InspectorTest_SupportedDaiFormats_Test ()
Defined at line 788 of file ../../src/media/audio/services/device_registry/inspector_unittest.cc