BetterPlayerTranslations class
Class used to hold translations for all features within Better Player
Constructors
- BetterPlayerTranslations({String languageCode = "en", String generalDefaultError = "Video can't be played", String generalNone = "None", String generalDefault = "Default", String generalRetry = "Retry", String playlistLoadingNextVideo = "Loading next video", String controlsLive = "LIVE", String controlsNextVideoIn = "Next video in", String overflowMenuPlaybackSpeed = "Playback speed", String overflowMenuSubtitles = "Subtitles", String overflowMenuQuality = "Quality", String overflowMenuAudioTracks = "Audio", String qualityAuto = "Auto"})
- BetterPlayerTranslations.arabic()
-
factory
- BetterPlayerTranslations.chinese()
-
factory
- BetterPlayerTranslations.hindi()
-
factory
- BetterPlayerTranslations.polish()
-
factory
- BetterPlayerTranslations.spanish()
-
factory
- BetterPlayerTranslations.turkish()
-
factory
- BetterPlayerTranslations.vietnamese()
-
factory
Properties
- controlsLive → String
-
final
- controlsNextVideoIn → String
-
final
- generalDefault → String
-
final
- generalDefaultError → String
-
final
- generalNone → String
-
final
- generalRetry → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageCode → String
-
final
- overflowMenuAudioTracks → String
-
final
- overflowMenuPlaybackSpeed → String
-
final
- overflowMenuQuality → String
-
final
- overflowMenuSubtitles → String
-
final
- playlistLoadingNextVideo → String
-
final
- qualityAuto → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited