blob: 35d9e504ee7d993ad4eb266ec937af51ff623fc4 [file] [log] [blame] [view]
# 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.