File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,39 @@ dictionary RTCEncodedAudioFrameMetadata {
300
300
octet payloadType;
301
301
sequence<unsigned long> contributingSources;
302
302
};
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<unsigned long></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">
304
336
[Exposed=(Window,DedicatedWorker)]
305
337
interface RTCEncodedAudioFrame {
306
338
readonly attribute unsigned long timestamp; // RTP timestamp.
You can’t perform that action at this time.
0 commit comments