Resource Base
Table of contents

BufferedItemsManager

The BufferedItemsManager class is used to manage the buffered items.

Definition

Namespace: com.dynamsoft.cvr

Assembly: DynamsoftCaptureVisionRouter.aar

class BufferedItemsManager

Methods

Method Description
setMaxBufferedItems Set the maximum number of buffered items.
getMaxBufferedItems Get the maximum number of buffered items.
getBufferedCharacterItemSet Get the buffered item set.

setMaxBufferedItems

Set the maximum number of buffered items.

void setMaxBufferedItems(int count);

Parameters

[in] count: The maximum number of buffered items.

getMaxBufferedItems

Get the maximum number of buffered items.

int getMaxBufferedItems();

Return Value

The maximum number of buffered items.

getBufferedCharacterItemSet

Get the buffered item set.

BufferedCharacterItemSet getBufferedCharacterItemSet();

Return Value

The buffered item set.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +