We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d140b7d + ab755b9 commit f569c4dCopy full SHA for f569c4d
index.bs
@@ -105,6 +105,7 @@ dictionary RTCEncodedVideoFrameMetadata {
105
106
// New interfaces to define encoded video and audio frames. Will eventually
107
// re-use or extend the equivalent defined in WebCodecs.
108
+[Exposed=Window]
109
interface RTCEncodedVideoFrame {
110
readonly attribute RTCEncodedVideoFrameType type;
111
readonly attribute unsigned long long timestamp;
@@ -117,6 +118,7 @@ dictionary RTCEncodedAudioFrameMetadata {
117
118
sequence<long> contributingSources;
119
};
120
121
122
interface RTCEncodedAudioFrame {
123
124
attribute ArrayBuffer data;
0 commit comments