## Overview
If subtitle tracks are provided with in the manifest of your content, the player automatically recognizes them and shows them in its subtitle selection menu. You also add external subtitle tracks to the player using its [Subtitle API](🔗). It allows to control all subtitle tracks available to the player
## Example
## Player events
Further the player fires an event, if subtitles are added or removed, or if a different subtitle track is being used by the player:
[subtitleAdded](🔗)
[subtitleRemoved](🔗)
[subtitleDisable](🔗)
[subtitleDisabled](🔗)
[subtitleEnable](🔗)
[subtitleEnabled](🔗)