# Module Description > **NOTE** > > The initial APIs of this module are supported since API version 6. Newly added APIs will be marked with a superscript to indicate their earliest API version. The multimedia subsystem provides a set of simple and easy-to-use APIs for you to access the system and use media resources. This subsystem offers the following audio and video services: - Audio and video playback ([AVPlayer](arkts-apis-media-AVPlayer.md)9+) - Audio and video recording ([AVRecorder](arkts-apis-media-AVRecorder.md)9+) - Video transcoding ([AVTranscoder](arkts-apis-media-AVTranscoder.md)12+) - Obtaining audio and video metadata ([AVMetadataExtractor](arkts-apis-media-AVMetadataExtractor.md)11+) - Obtaining video thumbnails [AVImageGenerator](arkts-apis-media-AVImageGenerator.md)12+ - Screen capture ([AVScreenCaptureRecorder](arkts-apis-media-AVScreenCaptureRecorder.md)12+) ## Modules to Import ```ts import { media } from '@kit.MediaKit'; ```