Skip to content

Commit 9c7b1d8

Browse files
AntonPo456Copilot
andcommitted
Remove codecs=ac-3 column and add note on codec vs endpoint queries
- Remove codecs=ac-3 column from the capability matrix table - Add NOTE callout explaining that codecs and audio-endpoint-codec queries check for different capabilities despite referencing the same codec Co-authored-by: Copilot <[email protected]>
1 parent c66589e commit 9c7b1d8

1 file changed

Lines changed: 15 additions & 12 deletions

File tree

uwp/audio-video-camera/supported-play-type-strings.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ Use the `codecs` parameter to determine whether the system has a software decode
157157

158158
This query checks whether there is a software decoder that can decode AC-3 (Dolby Digital) audio.
159159

160+
> [!NOTE]
161+
> The `codecs=ac-3` query and the `audio-endpoint-codec=DD` query check for different capabilities despite both referencing the Dolby Digital codec. The `codecs` query checks whether a software decoder is present on the system that can decode the format, while the `audio-endpoint-codec` query checks whether the connected audio endpoint device natively supports the format. The result of one query does not affect the other — a system can have a software decoder without a capable endpoint, or a capable endpoint without a software decoder.
162+
160163
**Querying for audio endpoint device capabilities**
161164

162165
Use the `audio-endpoint-codec` feature to determine the capabilities of the audio endpoint device, such as whether the system is connected to an audio/video receiver (AVR) that can decode a specific audio format.
@@ -175,18 +178,18 @@ This query checks whether the system is configured for 5.1 speakers and can play
175178

176179
### Example audio capability matrix
177180

178-
When systems with Dolby Atmos or headphones that support Virtual Surround Sound (VSS) are considered, the number of possible hardware and software combinations can be very large. The following table shows the query results for the `audio-endpoint-codec` feature and the `codecs=ac-3` codec query across representative device configurations.
181+
When systems with Dolby Atmos or headphones that support Virtual Surround Sound (VSS) are considered, the number of possible hardware and software combinations can be very large. The following table shows the query results for the `audio-endpoint-codec` feature across representative device configurations.
179182

180-
| # | Device configuration | Dolby decoder | DD | DD+ | DD+JOC | PCM2.0 | PCM5.1 | PCM7.1 | codecs=ac-3 |
181-
|---|---------------------|---------------|:---:|:---:|:------:|:------:|:------:|:------:|:-----------:|
182-
| 1 | Headphones with Atmos, VSS enabled | Installed ||||||||
183-
| 2 | Headphones without Atmos, VSS disabled | Installed ||||||||
184-
| 3 | Headphones without Atmos, VSS enabled | Installed ||||||||
185-
| 4 | Headphones without Atmos, VSS enabled | Not installed ||||||||
186-
| 5 | 5.1 speakers (no AVR) | Installed ||||||||
187-
| 6 | 5.1 speakers (no AVR) | Not installed ||||||||
188-
| 7 | Atmos-capable AVR, configured for 5.1 | Installed ||||||||
189-
| 8 | Atmos-capable AVR, configured for 5.1 | Not installed ||||||||
183+
| # | Device configuration | Dolby decoder | DD | DD+ | DD+JOC | PCM2.0 | PCM5.1 | PCM7.1 |
184+
|---|---------------------|---------------|:---:|:---:|:------:|:------:|:------:|:------:|
185+
| 1 | Headphones with Atmos, VSS enabled | Installed |||||||
186+
| 2 | Headphones without Atmos, VSS disabled | Installed |||||||
187+
| 3 | Headphones without Atmos, VSS enabled | Installed |||||||
188+
| 4 | Headphones without Atmos, VSS enabled | Not installed |||||||
189+
| 5 | 5.1 speakers (no AVR) | Installed |||||||
190+
| 6 | 5.1 speakers (no AVR) | Not installed |||||||
191+
| 7 | Atmos-capable AVR, configured for 5.1 | Installed |||||||
192+
| 8 | Atmos-capable AVR, configured for 5.1 | Not installed |||||||
190193

191-
The DD, DD+, DD+JOC, PCM2.0, PCM5.1, and PCM7.1 columns show the results of the `audio-endpoint-codec` feature query. The `codecs=ac-3` column shows whether a software decoder for AC-3 (Dolby Digital) is available on the system.
194+
The DD, DD+, DD+JOC, PCM2.0, PCM5.1, and PCM7.1 columns show the results of the `audio-endpoint-codec` feature query.
192195

0 commit comments

Comments
 (0)