KSPROPERTY_SOUNDDETECTOR_STREAMINGSUPPORT
The KSPROPERTY_SOUNDDETECTOR_STREAMINGSUPPORT property indicates whether or not streaming is supported.
Usage Summary Table
Get | Set | Target | Property descriptor type | Property value type |
---|---|---|---|---|
Yes |
No |
Filter |
BOOL |
Return Value
The property value is a BOOL indicating whether or not streaming is supported.
A driver which supports this read property and returns false is indicating that only voice onset is supported without the associated burst audio stream.
A driver which does not support this property, or supports this property and returns true, is indicating that it supports bursting the audio data which triggered the keyword detection.
All detectors must support buffering and burst streaming the audio data which triggered the hardware keyword detection, and fail this request or set this value to true.
Remarks
This property is for future use. There is currently no OS support for detectors which do voice onset only.
Requirements
Minimum supported client |
Windows 10 Version 1903 |
Header |
Ksmedia.h |