Class NativeMediaPlayerSettings
Inheritance
object
NativeMediaPlayerSettings
Assembly: .dll
public class NativeMediaPlayerSettings : ScriptableResource<NativeMediaPlayerSettings>
Properties
|
Edit this page
View Source
Enable background controls for media playback.
This allows the media player to respond to system media controls (like play, pause, next, previous) when the app is in the background.
Note: This requires the enableBackgroundPlay
to be true.
Declaration
public static bool BackgroundControlsEnabled { get; }
Property Value
|
Edit this page
View Source
Enable background playback of media items.
This allows the media player to continue playing audio even when the app is in the background
Declaration
public static bool BackgroundPlayEnabled { get; }
Property Value
|
Edit this page
View Source
Declaration
public static Color DarkModeDisabledColor { get; }
Property Value
|
Edit this page
View Source
Declaration
public static Color DarkModeEnabledColor { get; }
Property Value
|
Edit this page
View Source
Declaration
public static Color LightModeDisabledColor { get; }
Property Value
|
Edit this page
View Source
Declaration
public static Color LightModeEnabledColor { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration