ExoPlayerPreferencesEditor
class ExoPlayerPreferencesEditor(initialPreferences: ExoPlayerPreferences, publicationMetadata: Metadata, defaults: ExoPlayerDefaults) : PreferencesEditor<ExoPlayerPreferences>
Editor for a set of ExoPlayerPreferences.
Use ExoPlayerPreferencesEditor to assist you in building a preferences user interface or modifying existing preferences. It includes rules for adjusting preferences, such as the supported values or ranges.
Constructors
Link copied to clipboard
constructor(initialPreferences: ExoPlayerPreferences, publicationMetadata: Metadata, defaults: ExoPlayerDefaults)