Skip to content

Commit

Permalink
Draft PR
Browse files Browse the repository at this point in the history
  • Loading branch information
markafoltz committed Sep 17, 2024
1 parent ee7f0b6 commit e68a9e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -191,15 +191,15 @@ spec: mimesniff; urlPrefix: https://mimesniff.spec.whatwg.org/#
A {{MediaDecodingConfiguration}} has three types:
<ul>
<li><dfn for='MediaDecodingType' enum-value>file</dfn> is used to
represent a configuration that is meant to be used for plain file
playback.</li>
represent a configuration that is meant to be used for playback of
media sources other than {{MediaSource/MediaSource}} as defined in
[[media-source]] and {{RTCPeerConnection}} as defined in [[webrtc]]. </li>
<li><dfn for='MediaDecodingType' enum-value>media-source</dfn> is used
to represent a configuration that is meant to be used for playback of
a {{MediaSource/MediaSource}} as defined in the [[media-source]]
specification.</li>
a {{MediaSource/MediaSource}}. </li>
<li><dfn for='MediaDecodingType' enum-value>webrtc</dfn> is used to
represent a configuration that is meant to be received using
{{RTCPeerConnection}} as defined in [[webrtc]]</span>).</li>
{{RTCPeerConnection}}.</li>
</ul>
</p>
</section>
Expand Down

0 comments on commit e68a9e7

Please sign in to comment.