Skip to main content
Skip table of contents

(v13) PluginLib_ip_buffer_size

This page applies to Harlequin v13.1r0 and later; and to Harlequin MultiRIP but not Harlequin Core


PluginLib_ip_buffer_size Function


TEXT
    int32 PluginLib_ip_buffer_size (
      PLUGIN_BUFFER * dataInOrOutBuffer,
      int32 * size
      );


This is the only function which can operate on either the dataInBuffer or the dataOutBuffer . It assigns to *size the total size of the buffer available for either input or output.

In filter plugins (see Filters ), the size of the dataOutBuffer is the maximum amount of data the RIP can pass to the plugin for filtering before it has to wait for the plugin to consume some of it.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.