Skip to content

Commit 51e5fb1

Browse files
committed
Clarify audio-endpoint-codec example to use DD codec string
1 parent 4bec9e7 commit 51e5fb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ It is up to the content provider to choose the resolution limit to use when this
117117

118118
Some audio playback scenarios require the audio endpoint to support a given audio codec or feature natively. The *audio-endpoint-codec* extension is useful for applications and streaming services, allowing them to figure out dynamically whether they should send stereo audio or 5.1 (because the device supports 5.1), and therefore control used bandwidth while maximizing audio quality. It also exposes information on whether the audio endpoint is connected to a device that can decode the audio format in hardware instead of relying on the software decoder on the system.
119119

120-
The `audio-endpoint-codec` query differs from the `codecs` query because it determines whether the audio endpoint device connected to the PC supports the specified format. So, for example, if a PC has the software decoder for the AC3 codec, the `codecs=ac-3` query will succeed. If the PC is using basic headphones as the audio endpoint, the `audio-endpoint-codec=ac-3` query will fail. But if the PC is connected to an audio/video receiver that can decode AC3 format, the `audio-endpoint-codec=ac-3` query will pass.
120+
The `audio-endpoint-codec` query differs from the `codecs` query because it determines whether the audio endpoint device connected to the PC supports the specified format. So, for example, if a PC has the software decoder for the AC3 (Dolby Digital) codec, the `codecs=ac-3` query will succeed. If the PC is using basic headphones as the audio endpoint, the `audio-endpoint-codec=DD` query will fail. But if the same PC is then connected to an audio/video receiver that can decode AC3 format, the `audio-endpoint-codec=DD` query will pass.
121121

122122
Support for *audio-endpoint-codec* was introduced in Windows 10, build 1803.
123123

0 commit comments

Comments
 (0)