File tree Expand file tree Collapse file tree 4 files changed +44
-0
lines changed Expand file tree Collapse file tree 4 files changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ index.html : index.bs
2
+ curl https://api.csswg.org/bikeshed/ -F
[email protected] > index.html
Original file line number Diff line number Diff line change
1
+ # Explainer
2
+
3
+ TBD
Original file line number Diff line number Diff line change
1
+ <pre class='metadata'>
2
+ Title : WebRTC Insertable Media using Streams
3
+ Shortname : webrtc-media-streams
4
+ Level : 1
5
+ Status : ED
6
+ Group : webrtc
7
+ Repository : alvestrand/webrtc-media-streams/
8
+ URL : https://alvestrand.github.io/webrtc-media-streams/
9
+ Editor : Harald Alvestrand, Google https://google.com, [email protected]
10
+ Abstract : This API defines an API surface for manipulating the bits on
11
+ Abstract : MediaStreamTracks being sent via an RTCPeerConnection.
12
+ Markup Shorthands : css no
13
+ </pre>
14
+ <pre class='anchors'>
15
+ spec: WEBRTC; urlPrefix: https://w3c.github.io/webrtc-pc/
16
+ type: interface
17
+ for: RTCRtpEncodingParameters; text: RTCRtpEncodingParameters; url: #dom
18
+ -rtcrtpencodingparameters
19
+ type: enum
20
+ text: RTCPriorityType; url: #dom-rtcprioritytype
21
+ type: attribute
22
+ for: RTCRtpEncodingParameters; text: priority; url: #dom-rtcrtpencodingparameters-priority
23
+ </pre>
24
+
25
+ # Introduction
26
+
27
+ # IDL specification
28
+
29
+ The Streams definition doesn't use WebIDL much, but the WebRTC spec does.
30
+ This specification shows the IDL extensions for WebRTC.
31
+
32
+ <pre class='idl'>
33
+
34
+ </pre>
Original file line number Diff line number Diff line change
1
+ Error running preprocessor, returned code: 1.
2
+ [1;31mFATAL ERROR:[0m Line doesn't match the grammar `k:v; k:v; k:v`:
3
+ -rtcrtpencodingparameters
4
+
5
+ [7;31m ✘ [0m Did not generate, due to fatal errors
You can’t perform that action at this time.
0 commit comments