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', String controlsPlayLabel = 'Play', String controlsPauseLabel = 'Pause', String controlsMuteLabel = 'Mute', String controlsUnmuteLabel = 'Unmute', String controlsFullscreenLabel = 'Enter fullscreen', String controlsExitFullscreenLabel = 'Exit fullscreen', String controlsSkipForwardLabel = 'Skip forward', String controlsSkipBackwardLabel = 'Skip backward', String progressBarLabel = 'Video progress', String overflowMenuLabel = 'More options', String controlsPipLabel = 'Picture-in-Picture'})
- BetterPlayerTranslations.arabic()
-
factory
- BetterPlayerTranslations.chinese()
-
factory
- BetterPlayerTranslations.hindi()
-
factory
- BetterPlayerTranslations.polish()
-
factory
- BetterPlayerTranslations.spanish()
-
factory
- BetterPlayerTranslations.turkish()
-
factory
- BetterPlayerTranslations.vietnamese()
-
factory
Properties
- controlsExitFullscreenLabel → String
-
final
- controlsFullscreenLabel → String
-
final
- controlsLive → String
-
final
- controlsMuteLabel → String
-
final
- controlsNextVideoIn → String
-
final
- controlsPauseLabel → String
-
final
- controlsPipLabel → String
-
final
- controlsPlayLabel → String
-
Accessibility labels
final
- controlsSkipBackwardLabel → String
-
final
- controlsSkipForwardLabel → String
-
final
- controlsUnmuteLabel → 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
- overflowMenuLabel → String
-
final
- overflowMenuPlaybackSpeed → String
-
final
- overflowMenuQuality → String
-
final
- overflowMenuSubtitles → String
-
final
- playlistLoadingNextVideo → String
-
final
- progressBarLabel → 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