Skip to content

Commit 060914c

Browse files
AntonPo456Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
1 parent f399c9d commit 060914c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,15 @@ Windows supports enhanced MIME CanPlayType queries that allow a client to discov
155155

156156
Use the `codecs` parameter to determine whether the system has a software decoder that can decode the specified audio format into PCM and play it through the connected speaker or headphone configuration.
157157

158-
`"video/mp4; codecs=\"ac-3\""`
158+
`video/mp4; codecs="ac-3"`
159159

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

162162
**Querying for audio endpoint device capabilities**
163163

164164
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.
165165

166-
`"video/mp4; codecs=\"avc3,mp4a\";features=\"audio-endpoint-codec=DD\""`
166+
`video/mp4; codecs="avc3,mp4a";features="audio-endpoint-codec=DD"`
167167

168168
This query checks whether the connected audio endpoint device, such as an AVR, can play Dolby Digital audio.
169169

0 commit comments

Comments
 (0)