1# AVPlayer 2<!--Kit: Media Kit--> 3<!--Subsystem: Multimedia--> 4<!--Owner: @xushubo; @chennotfound--> 5<!--Designer: @dongyu_dy--> 6<!--Tester: @xchaosioda--> 7<!--Adviser: @zengyawen--> 8 9## Overview 10 11The module provides the APIs for media playback. 12 13You can refer to the corresponding development guide and samples based on your development requirements. 14 15- [Using AVPlayer to Play Audio](../../media/media/using-ndk-avplayer-for-playback.md) 16- [Using AVPlayer to Play Videos](../../media/media/using-ndk-avplayer-for-video-playback.md) 17 18**Since**: 11 19 20## File Summary 21 22| Name| Description| 23| -- | -- | 24| [avplayer.h](capi-avplayer-h.md) | Declares the AVPlayer APIs. You can use the native AVPlayer APIs to play a media asset.| 25| [avplayer_base.h](capi-avplayer-base-h.md) | Declares the structs and enums of the AVPlayer.| 26