Resource Base
Table of contents

CBufferedItemsManager

The CBufferedItemsManager class is used to manage the buffered items. It provides methods to get and set the maximum number of buffer items and to get buffer items.

Definition

Namespace: dynamsoft::cvr

Assembly: DynamsoftCaptureVisionRouter

class CBufferedItemsManager 

Methods Summary

Method Description
SetMaxBufferedItems Sets the maximum number of buffered items.
GetMaxBufferedItems Gets the maximum number of buffered items.
GetBufferedCharacterItemSet Gets the buffered recognized character items.

SetMaxBufferedItems

Sets the maximum number of buffered items.

virtual void SetMaxBufferedItems(int count)

Parameters

[in] count The maximum number of buffered items.

GetMaxBufferedItems

Gets the maximum number of buffered items.

virtual int GetMaxBufferedItems() const

Return value

Returns the maximum number of buffered items.

GetBufferedCharacterItemSet

Gets the buffered recognized character items.

virtual CBufferedCharacterItemSet* GetBufferedCharacterItemSet() const

Return value

Returns the buffered recognized character items.

See Also

CBufferedCharacterItemSet

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version (2.2.20)
    • Version 2.x
      • Version 2.2.10
      • Version 2.2.0
      • Version 2.0.30
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.0.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support