Akashic Engine
    Preparing search index...

    Interface AudioPlayerEvent

    interface AudioPlayerEvent {
        audio: AudioAsset;
        player: AudioPlayer;
    }
    Index

    Properties

    Properties

    audio: AudioAsset
    player: AudioPlayer