Banuba WebAR JavaScript API Reference
    Preparing search index...

    Type Alias PlaybackOptions

    type PlaybackOptions = {
        fps?: number;
        pauseOnEmpty?: boolean;
    }
    Index

    Properties

    Properties

    fps?: number

    Maximum render FPS

    30
    
    pauseOnEmpty?: boolean

    Should the player pause rendering when the input under processing has emptied. Pass false to force the player to continue rendering even after the input has emptied.

    true