summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webcodecs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/webcodecs/README.md')
-rw-r--r--chromium/third_party/blink/renderer/modules/webcodecs/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/modules/webcodecs/README.md b/chromium/third_party/blink/renderer/modules/webcodecs/README.md
new file mode 100644
index 00000000000..35d9e504ee7
--- /dev/null
+++ b/chromium/third_party/blink/renderer/modules/webcodecs/README.md
@@ -0,0 +1,9 @@
+# WebCodecs API
+
+This directory will contain the implementation of
+https://github.com/WICG/web-codecs/, which is a low-level API for encode and
+decode of audio and video.
+
+It will use the existing codec implementations in src/media used by the video
+stack, WebRTC, and MediaRecorder, such as media::DecoderFactory,
+media::VideoEncodeAccelerator, and media::VideoFrame. \ No newline at end of file