Searched defs:AudioPortCapability (Results 1 – 6 of 6) sorted by relevance
228 struct AudioPortCapability { struct229 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 …]
298 struct AudioPortCapability { struct299 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 …]
299 struct AudioPortCapability { struct300 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 …]
1 # AudioPortCapability chapter