availableSubtitles

Deprecated

Use `Source.availableSubtitleTracks` on the currently active source instead e.g. Player.source.availableSubtitleTracks

Replace with

source?.availableSubtitleTracks

A list of all available SubtitleTracks of the active source and the "off" subtitle track.

See Source.availableSubtitleTracks for details.

This function is deprecated. Use Source.availableSubtitleTracks on the currently active source instead e.g. Player.source.availableSubtitleTracks