1e41f4b71Sopenharmony_ci# @ohos.app.ability.MediaControlExtensionAbility (ExtensionAbility for Media Playback Control) (System API) 2e41f4b71Sopenharmony_ci 3e41f4b71Sopenharmony_ciThe **MediaControlExtensionAbility** module, inherited from [UIExtensionAbility](../apis-ability-kit/js-apis-app-ability-uiExtensionAbility.md), provides ExtensionAbilities for media playback control. No APIs are added. During actual development, you need to implement the APIs in the parent class to use the lifecycle and capabilities of UIExtensionAbilities. You cannot directly call the base class. 4e41f4b71Sopenharmony_ci 5e41f4b71Sopenharmony_ci**System capability**: SystemCapability.Multimedia.AVSession.Core 6e41f4b71Sopenharmony_ci 7e41f4b71Sopenharmony_ci> **NOTE** 8e41f4b71Sopenharmony_ci> 9e41f4b71Sopenharmony_ci> - The initial APIs of this module are supported since API version 10. Newly added APIs will be marked with a superscript to indicate their earliest API version. 10e41f4b71Sopenharmony_ci> - The APIs of this module can be used only in the stage model. 11e41f4b71Sopenharmony_ci> - The APIs provided by this module are system APIs. 12e41f4b71Sopenharmony_ci 13e41f4b71Sopenharmony_ci## Modules to Import 14e41f4b71Sopenharmony_ci 15e41f4b71Sopenharmony_ci```js 16e41f4b71Sopenharmony_ciimport { MediaControlExtensionAbility } from '@kit.AVSessionKit'; 17e41f4b71Sopenharmony_ci``` 18