Resource Base
Table of contents

BufferedItemsManager

The BufferedItemsManager class is used to manage the buffered items.

Definition

Assembly: DynamsoftCore.xcframework

  • Objective-C
  • Swift
  1. @interface DSBufferedItemsManager : NSObject
    
  2. class BufferedItemsManager : NSObject
    

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.

  • Objective-C
  • Swift
  1. -(void)setMaxBufferedItems:(NSInteger)maxBufferedItems;
    
  2. func setMaxBufferedItems(_ maxBufferedItems: Int)
    

Parameters

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

getMaxBufferedItems

Get the maximum number of buffered items.

  • Objective-C
  • Swift
  1. -(NSInteger)getMaxBufferedItems;
    
  2. func getMaxBufferedItems() -> Int
    

Return Value

The maximum number of buffered items.

getBufferedCharacterItemSet

Get the buffered item set.

  • Objective-C
  • Swift
  1. -(DSBufferedCharacterItemSet *)getBufferedCharacterItemSet;
    
  2. func getBufferedCharacterItemSet() -> BufferedCharacterItemSet
    

Return Value

The buffered item set.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +