Native Media Player
Search Results for

    Show / Hide Table of Contents

    Class MediaControlEventsReceiver

    Inheritance
    object
    MediaControlEventsReceiver
    Namespace: Glitch9.NativeMediaPlayer
    Assembly: .dll
    Syntax
    public class MediaControlEventsReceiver : MonoBehaviour

    Fields

    | Edit this page View Source

    onDownloadProgress

    Declaration
    public UnityEvent<string, float> onDownloadProgress
    Field Value
    Type Description
    UnityEvent<string, float>
    | Edit this page View Source

    onMediaItemTransition

    Declaration
    public UnityEvent<string> onMediaItemTransition
    Field Value
    Type Description
    UnityEvent<string>
    | Edit this page View Source

    onPlaylistLoaded

    Declaration
    public UnityEvent onPlaylistLoaded
    Field Value
    Type Description
    UnityEvent
    | Edit this page View Source

    onRepeatModeChanged

    Declaration
    public UnityEvent<RepeatMode> onRepeatModeChanged
    Field Value
    Type Description
    UnityEvent<RepeatMode>
    | Edit this page View Source

    onShuffleModeEnabledChanged

    Declaration
    public UnityEvent<bool> onShuffleModeEnabledChanged
    Field Value
    Type Description
    UnityEvent<bool>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX