Member Junction
    Preparing search index...

    The minimal ACS media-transport surface the registry drives.

    interface IAcsMediaTransport {
        close(): void;
        sendAudioFrame(pcm: ArrayBuffer): void;
    }
    Index

    Methods