Home
last modified time | relevance | path

Searched defs:AudioPortCapability (Results 1 – 1 of 1) sorted by relevance

/foundation/distributedhardware/distributed_audio/common/include/
Daudio_types.h298 struct AudioPortCapability { struct
299 uint32_t deviceType; /**< Device type (output or input) */
300 uint32_t deviceId; /**< Device ID used for device binding */
301 bool hardwareMode; /**< Whether to support device binding */
302 uint32_t formatNum; /**< Number of the supported audio formats */
303 …rmat *formats; /**< Supported audio formats. For details, see {@link AudioFormat}. */
304 …ateMasks; /**< Supported audio sampling rates (8 kHz, 16 kHz, 32 kHz, and 48 kHz) */
305 …enum AudioChannelMask channelMasks; /**< Audio channel layout mask of the device. For details,
308 uint32_t channelCount; /**< Supported maximum number of audio channels */
309 …2_t subPortsNum; /**< Number of supported sub-ports (for output devices only) */
[all …]