Member Junction
    Preparing search index...

    One inbound media frame the native client surfaces. The PCM may be a view or a standalone buffer.

    interface NativeMediaFrame {
        data: ArrayBuffer | Uint8Array<ArrayBufferLike>;
    }
    Index

    Properties

    Properties

    data: ArrayBuffer | Uint8Array<ArrayBufferLike>

    Raw PCM bytes for this frame (Uint8Array view or standalone ArrayBuffer).