kingslay / KSPlayer

A video player for iOS、macOS、tvOS、visionOS , based on AVPlayer and FFmpeg, support the horizontal, vertical screen. support adjust volume, brightness and seek by slide, support subtitles.
GNU General Public License v3.0
886 stars 184 forks source link

Track language code #690

Closed andrefmsilva closed 7 months ago

andrefmsilva commented 7 months ago

In FFmpegAssetTrack instead of converting the language code to a localized string please store the language code and add a new computed var to get the localized version.

Language code is useful for example to auto select some track when playback starts.