Table of contents

Enumeration BufferOverflowProtectionMode

BufferOverflowProtectionMode describes the protection modes to manage situations when the ImageSourceAdapter’s buffer exceeds its capacity.

  • JavaScript
enum EnumBufferOverflowProtectionMode {
   /** New images are blocked when the buffer is full.*/
   BOPM_Block = 0,
   /** New images are appended at the end, and oldest images are pushed out from the beginning if the buffer is full.*/
   BOPM_Update = 1
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: