OH_AudioDeviceDescriptorArray
typedef struct OH_AudioDeviceDescriptorArray {...} OH_AudioDeviceDescriptorArray
Overview
The struct describes an array of audio device descriptors.
Since: 12
Related module: OHAudio
Header file: native_audio_device_base.h
Summary
Member Variables
| Name | Description |
|---|---|
| uint32_t size | Size of the audio device descriptor array. |
| OH_AudioDeviceDescriptor** descriptors | Double pointer to the audio device descriptors in the array. |