# chromium_media **Repository Path**: chromium_develop/chromium_media ## Basic Information - **Project Name**: chromium_media - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-07 - **Last Updated**: 2022-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 `