PlaybackOptions: {
    fps?: number;
    pauseOnEmpty?: boolean;
}

Type declaration

  • Optional fps?: number

    Maximum render FPS

    Default

    30
    
  • Optional 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.

    Default

    true