Enum: shaka.config.AutoShowText

Properties:
Name Value Type Description
NEVER 0 number Never show text automatically on startup.
ALWAYS 1 number Always show text automatically on startup.
IF_PREFERRED_TEXT_LANGUAGE 2 number Show text automatically on startup if it matches the preferred text language.
IF_SUBTITLES_MAY_BE_NEEDED 3 number Show text automatically on startup if we think that subtitles may be needed. This is specifically if the selected text matches the preferred text language AND is different from the initial audio language. (Example: You prefer English, but the audio is only available in French, so English subtitles should be enabled by default.)
This is the default setting.
Source: