Vinyl
    Preparing search index...

    Enumeration PlaybackNetworkState

    An enumeration of possible networkState values on a media element.

    Index

    Enumeration Members

    NETWORK_EMPTY: 0

    There is no data yet. Also, readyState is HAVE_NOTHING.

    NETWORK_IDLE: 1

    HTMLMediaElement is active and has selected a resource, but is not using the network.

    NETWORK_LOADING: 2

    The browser is downloading HTMLMediaElement data.

    NETWORK_NO_SOURCE: 3

    No HTMLMediaElement src found.