Skip to content

Commit

Permalink
Merge pull request #230 from w3c/issue-184-file
Browse files Browse the repository at this point in the history
Clarify the meaning of  the "file" MediaDecodingType
  • Loading branch information
markafoltz authored Oct 7, 2024
2 parents f9121b2 + e68a9e7 commit e2c7d31
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 @@ -195,15 +195,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 e2c7d31

Please sign in to comment.