Skip to content

Commit 97ab444

Browse files
committed
describe (some) fields
1 parent f2797d7 commit 97ab444

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

index.bs

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,39 @@ dictionary RTCEncodedAudioFrameMetadata {
300300
octet payloadType;
301301
sequence<unsigned long> contributingSources;
302302
};
303-
303+
</pre>
304+
<dl data-link-for="RTCEncodedAudioFrameMetadata"
305+
data-dfn-for="RTCEncodedAudioFrameMetadata"
306+
class="dictionary-members">
307+
<dt>
308+
<dfn>synchronizationSource</dfn> of type <span class="idlMemberType">unsigned long</span>
309+
</dt>
310+
<dd>
311+
<p>
312+
The synchronization source (ssrc) identifier is an unsigned integer value per [[RFC3550]]
313+
used to identify the stream of RTP packets that the encoded frame object is describing.
314+
</p>
315+
</dd>
316+
<dt>
317+
<dfn>payloadType</dfn> of type <span class="idlMemberType">octet</span>
318+
</dt>
319+
<dd>
320+
<p>
321+
The payload type is an unsigned integer value in the range from 0 to 127 per [[RFC3550]]
322+
that is used to describe the format of the RTP payload.
323+
</p>
324+
</dd>
325+
<dt>
326+
<dfn>contributingSources</dfn> of type <span class=
327+
"idlMemberType">sequence&lt;unsigned long&gt;</span>
328+
</dt>
329+
<dd>
330+
<p>
331+
The list of contribution sources (csrc list) as defined in [[RFC3550]].
332+
</p>
333+
</dd>
334+
</dl>
335+
<pre class="idl">
304336
[Exposed=(Window,DedicatedWorker)]
305337
interface RTCEncodedAudioFrame {
306338
readonly attribute unsigned long timestamp; // RTP timestamp.

0 commit comments

Comments
 (0)