Native Media Player
Search Results for

    Show / Hide Table of Contents

    Class PlaybackStateEventsReceiver

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

    Fields

    | Edit this page View Source

    onInitialized

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

    onIsLoadingChanged

    Declaration
    public UnityEvent<bool> onIsLoadingChanged
    Field Value
    Type Description
    UnityEvent<bool>
    | Edit this page View Source

    onIsPlayingChanged

    Declaration
    public UnityEvent<bool> onIsPlayingChanged
    Field Value
    Type Description
    UnityEvent<bool>
    | Edit this page View Source

    onPlaybackStateChanged

    Declaration
    public UnityEvent<PlaybackState> onPlaybackStateChanged
    Field Value
    Type Description
    UnityEvent<PlaybackState>
    | Edit this page View Source

    onPlayerError

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