Interface EncodedAudioChunkInit

    interface EncodedAudioChunkInit {
        data: AllowSharedBufferSource;
        duration?: number;
        timestamp: number;
        type: EncodedAudioChunkType;
    }

    Properties

    duration?: number
    timestamp: number