# media/ Welcome to Chromium Media! This directory primarily contains a collection of components related to media capture and playback. Feel free to reach out to the media-dev@chromium.org mailing list with questions. As a top level component this may be depended on by almost every other Chromium component except base/. Certain components may not work properly in sandboxed processes. # Directory Breakdown * audio/ - Code for audio input and output. Includes platform specific output and input implementations. Due to use of platform APIs, can not normally be used from within a sandboxed process. * base/ - Contains miscellaneous enums, utility classes, and shuttling primitives used throughout `media/` and beyond; i.e. `AudioBus`, `AudioCodec`, and `VideoFrame` just to name a few. Can be used in any process. * blink/ - Code for interfacing with the Blink rendering engine for `MediaStreams` as well as `