@magiclane/maps-sdk
    Preparing search index...

    Enumeration SoundPlayType

    Specifies the type of media the sound engine is currently playing.

    Provides the currently active media type used by the SDK sound engine. Use SoundPlayingListener.soundPlayType to read the current value.

    Index

    Enumeration Members

    alert: 3

    A predefined alert file is being played.

    file: 2

    A sound file is being played.

    navigationSound: 4

    A navigation sound is being played.

    none: 0

    There is nothing playing.

    soundById: 5

    A sound identified by a specific ID is being played.

    text: 1

    A custom text-to-speech message is playing.