mv_engine_config_h typedef

mv_engine_config_h = Pointer<Void>

@brief The handle to the Media Vision API engine algorithms configuration. @details Configuration is a dictionary consists of key and value pairs to collect engine-specific settings and allow Media Vision module to access them internally. Engine configuration provides developer by the possibility to make computer vision algorithms work better in particular conditions of API usage. To create engine configuration handle mv_create_engine_config() function has to be used. When configuration is not needed any more, it is required to destroy it and release resources by mv_destroy_engine_config() function.

@since_tizen @if MOBILE 2.4 @else 3.0 @endif

@see mv_create_engine_config() @see mv_destroy_engine_config()

Implementation

typedef mv_engine_config_h = ffi.Pointer<ffi.Void>;