Skip to content

Commit 0403134

Browse files
committed
Skeleton files added
1 parent 9eeb185 commit 0403134

File tree

4 files changed

+44
-0
lines changed

4 files changed

+44
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
index.html: index.bs
2+
curl https://api.csswg.org/bikeshed/ -F [email protected] > index.html

explainer.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Explainer
2+
3+
TBD

index.bs

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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>

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Error running preprocessor, returned code: 1.
2+
FATAL ERROR: Line doesn't match the grammar `k:v; k:v; k:v`:
3+
-rtcrtpencodingparameters
4+
5+
 ✘  Did not generate, due to fatal errors

0 commit comments

Comments
 (0)