Banuba SDK
BNBCameraPoiListener.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 
7 /** Callback to get center of square bounding the face. */
9 
10 /** @see EffectPlayer.setCameraPoiListener */
11 - (void)onCameraPoiChanged:(float)x
12  y:(float)y;
13 
14 @end
BNBCameraPoiListener-p
Callback to get center of square bounding the face.
Definition: BNBCameraPoiListener.h:8