Hiyve Components - v1.0.0
    Preparing search index...

    Interface UseAudioPassthroughOptions

    interface UseAudioPassthroughOptions {
        destinationStream: MediaStreamAudioDestinationNode | null;
        enabled: boolean;
        onError?: (error: Error) => void;
    }
    Index

    Properties

    destinationStream: MediaStreamAudioDestinationNode | null
    enabled: boolean
    onError?: (error: Error) => void