Skip to content

Commit 625e818

Browse files
committed
Fixing table formatting
1 parent 2b04879 commit 625e818

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,18 @@ It is up to the content provider to choose the resolution limit to use when this
9595

9696
### Supported audio endpoint codecs
9797

98-
Some audio encoding features require the audio endpoint to support the 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.
98+
Some audio encoding features require the audio endpoint to support the 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. Support for *audio-endpoint-codec* was introduced in TBD Windows version.
9999

100100
The following is an example content type string using *audio-endpoint-codec*.
101101

102102
`'video/mp4; codecs="avc1,mp4a"; features="audio-endpoint-codec=DD"'`
103103

104104
| Codec string | Description | Remarks |
105105
|--------------|-------------|---------|
106-
| DD | Dolby Digital | |
106+
| DD | Dolby Digital | |
107107
| DD+JOC | Colby Digital + Joint Object Coding | |
108-
| DTS | | Digital Theater Sound |
109-
| DTSHD | | Digital Theater Sound HD |
108+
| DTS | Digital Theater Sound | |
109+
| DTSHD | Digital Theater Sound HD | |
110110
| PCM2.0 | Pulse Code Modulation 2.0 channel | |
111111
| PCM5.1 | Pulse Code Modulation 5.1 channel | |
112112
| PCM7.1 | Pulse Code Modulation 7.1 channel | |

0 commit comments

Comments
 (0)