I have a tuned player using songs and some AVAssets. Everything is working fine. Now I would like to add some subtitles on top of my video. I read in the documentation that there is a MediaType "AVMediaTypeSubtitle". Is there any Asset or AVAssetTrack that can generate TextOverlay, which I could insert into my composition to make subtitles?
source share