Banuba SDK
Functions
BNBProcessorStatus.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Functions

typedef NS_ENUM (NSInteger, BNBProcessorStatus)
 

Function Documentation

◆ NS_ENUM()

typedef NS_ENUM ( NSInteger  ,
BNBProcessorStatus   
)

Processed frame data

Processor output buffer is empty

Processing is skipped

Error happen, check log

Definition at line 6 of file BNBProcessorStatus.h.

7 {
8  /** Processed frame data */
9  BNBProcessorStatusOk,
10  /** Processor output buffer is empty */
11  BNBProcessorStatusEmpty,
12  /** Processing is skipped */
13  BNBProcessorStatusSkip,
14  /** Error happen, check log */
15  BNBProcessorStatusError,
16 };