Native Media Player
Search Results for

    Show / Hide Table of Contents

    Class NativeMediaPlayerSettings

    Inheritance
    object
    NativeMediaPlayerSettings
    Namespace: Glitch9.NativeMediaPlayer.Settings
    Assembly: .dll
    Syntax
    public class NativeMediaPlayerSettings : ScriptableResource<NativeMediaPlayerSettings>

    Properties

    | Edit this page View Source

    BackgroundControlsEnabled

    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
    Type Description
    bool
    | Edit this page View Source

    BackgroundPlayEnabled

    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
    Type Description
    bool
    | Edit this page View Source

    DarkModeDisabledColor

    Declaration
    public static Color DarkModeDisabledColor { get; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    DarkModeEnabledColor

    Declaration
    public static Color DarkModeEnabledColor { get; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    LightModeDisabledColor

    Declaration
    public static Color LightModeDisabledColor { get; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    LightModeEnabledColor

    Declaration
    public static Color LightModeEnabledColor { get; }
    Property Value
    Type Description
    Color

    Methods

    | Edit this page View Source

    Initialize()

    Declaration
    public void Initialize()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX