You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: uwp/audio-video-camera/supported-play-type-strings.md
+15-12Lines changed: 15 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,9 @@ Use the `codecs` parameter to determine whether the system has a software decode
157
157
158
158
This query checks whether there is a software decoder that can decode AC-3 (Dolby Digital) audio.
159
159
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
+
160
163
**Querying for audio endpoint device capabilities**
161
164
162
165
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
175
178
176
179
### Example audio capability matrix
177
180
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.
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.
0 commit comments