midorable
    Preparing search index...

    Interface AudioInstance

    再生中の音声インスタンス

    interface AudioInstance {
        id: number;
        source: unknown;
    }
    Index

    Properties

    Properties

    id: number

    再生インスタンスのID

    source: unknown

    音声のソース 返す値の型はプラットフォーム依存。 アプリケーション側に露出不能な場合、プラットフォームは null を返しても良い。