Banuba SDK
BNBNnMode.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from effect_player.djinni
3 
4 #import <Foundation/Foundation.h>
5 
6 /** Describes strategies for features which depend on Neural Networks */
7 typedef NS_ENUM(NSInteger, BNBNnMode)
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 };
NS_ENUM
typedef NS_ENUM(NSInteger, BNBNnMode)
Describes strategies for features which depend on Neural Networks.
Definition: BNBNnMode.h:7