@livekit/rtc-node
    Preparing search index...

    Type Alias VideoFrameEvent

    type VideoFrameEvent = {
        frame: VideoFrame;
        rotation: VideoRotation;
        timestampUs: bigint;
    }
    Index

    Properties

    frame: VideoFrame
    rotation: VideoRotation
    timestampUs: bigint