Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_types.h228 struct AudioPortCapability { struct
229 uint32_t deviceType; /**< Device type (output or input) */
230 uint32_t deviceId; /**< Device ID used for device binding */
231 bool hardwareMode; /**< Whether to support device binding */
232 uint32_t formatNum; /**< Number of the supported audio formats */
233 …rmat *formats; /**< Supported audio formats. For details, see {@link AudioFormat}. */
234 …ateMasks; /**< Supported audio sampling rates (8 kHz, 16 kHz, 32 kHz, and 48 kHz) */
235 …enum AudioChannelMask channelMasks; /**< Audio channel layout mask of the device. For details,
238 uint32_t channelCount; /**< Supported maximum number of audio channels */
239 …2_t subPortsNum; /**< Number of supported sub-ports (for output devices only) */
[all …]
/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/
H A 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 */
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) */
310 struct AudioSubPortCapability *subPorts; /**< List of supported sub-ports */
311 … uint32_t supportSampleFormatNum; /**< Number of the supported audio sample format enum. */
[all …]
/ohos5.0/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_types.h299 struct AudioPortCapability { struct
300 uint32_t deviceType; /**< Device type (output or input) */
301 uint32_t deviceId; /**< Device ID used for device binding */
302 bool hardwareMode; /**< Whether to support device binding */
303 uint32_t formatNum; /**< Number of the supported audio formats */
306 …enum AudioChannelMask channelMasks; /**< Audio channel layout mask of the device. For details,
309 uint32_t channelCount; /**< Supported maximum number of audio channels */
310 …2_t subPortsNum; /**< Number of supported sub-ports (for output devices only) */
311 struct AudioSubPortCapability *subPorts; /**< List of supported sub-ports */
312 … uint32_t supportSampleFormatNum; /**< Number of the supported audio sample format enum. */
[all …]
/ohos5.0/drivers/peripheral/audio/interfaces/include/
H A 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 */
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) */
310 struct AudioSubPortCapability *subPorts; /**< List of supported sub-ports */
311 … uint32_t supportSampleFormatNum; /**< Number of the supported audio sample format enum. */
[all …]
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/audio/
H A D_audio_port_capability_v10.md1 # AudioPortCapability chapter
H A D_audio_port_capability_v20.md1 # AudioPortCapability chapter