Native Media Player
Search Results for

    Show / Hide Table of Contents

    Class NativeMediaPlayer

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

    Fields

    | Edit this page View Source

    mediaControlEventsReceiver

    Declaration
    public MediaControlEventsReceiver mediaControlEventsReceiver
    Field Value
    Type Description
    MediaControlEventsReceiver
    | Edit this page View Source

    playbackStateEventsReceiver

    Declaration
    public PlaybackStateEventsReceiver playbackStateEventsReceiver
    Field Value
    Type Description
    PlaybackStateEventsReceiver

    Properties

    | Edit this page View Source

    Instance

    Declaration
    public static NativeMediaPlayer Instance { get; }
    Property Value
    Type Description
    NativeMediaPlayer

    Methods

    | Edit this page View Source

    OnPlaybackStateChanged(PlaybackState)

    Declaration
    public void OnPlaybackStateChanged(PlaybackState playbackState)
    Parameters
    Type Name Description
    PlaybackState playbackState
    | Edit this page View Source

    OnRepeatModeChanged(RepeatMode)

    Declaration
    public void OnRepeatModeChanged(RepeatMode repeatMode)
    Parameters
    Type Name Description
    RepeatMode repeatMode
    | Edit this page View Source

    OnShuffleModeEnabledChanged(bool)

    Declaration
    public void OnShuffleModeEnabledChanged(bool enabled)
    Parameters
    Type Name Description
    bool enabled
    | Edit this page View Source

    UnityReceiveDownloadProgress(string)

    Declaration
    public void UnityReceiveDownloadProgress(string fileNameAndProgress)
    Parameters
    Type Name Description
    string fileNameAndProgress
    | Edit this page View Source

    UnityReceiveError(string)

    Declaration
    public void UnityReceiveError(string error)
    Parameters
    Type Name Description
    string error
    | Edit this page View Source

    UnityReceiveMediaItemTransition(string)

    Declaration
    public void UnityReceiveMediaItemTransition(string mediaItemIid)
    Parameters
    Type Name Description
    string mediaItemIid
    | Edit this page View Source

    UnityReceiveMessage(string)

    Declaration
    public void UnityReceiveMessage(string state)
    Parameters
    Type Name Description
    string state
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX