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

Go to the source code of this file.

Functions

typedef NS_ENUM (NSInteger, BNBNnMode)
 Describes strategies for features which depend on Neural Networks. More...
 

Function Documentation

◆ NS_ENUM()

typedef NS_ENUM ( NSInteger  ,
BNBNnMode   
)

Describes strategies for features which depend on Neural Networks.

Means automatically decision, based on device performance and compatibility of NN's player with current platform

Means enable NN's when current platform compatible with NN's player

Means disable in any case

Definition at line 7 of file BNBNnMode.h.

8 {
9  /** Means automatically decision, based on device performance and compatibility of NN's player with current platform */
10  BNBNnModeAutomatically,
11  /** Means enable NN's when current platform compatible with NN's player */
12  BNBNnModeEnable,
13  /** Means disable in any case */
14  BNBNnModeDisable,
15 };