camera_supported_capture_resolution_cb typedef

camera_supported_capture_resolution_cb = Pointer<NativeFunction<camera_supported_capture_resolution_cbFunction>>

@brief Called once for each supported capture resolution. @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif @paramin width The capture resolution width @paramin height The capture resolution height @paramin user_data The user data passed from the foreach function @return @c true to continue with the next iteration of the loop, \n otherwise @c false to break out of the loop @pre camera_foreach_supported_capture_resolution() will invoke this callback. @see camera_foreach_supported_capture_resolution()

Implementation

typedef camera_supported_capture_resolution_cb = ffi.Pointer<
    ffi.NativeFunction<camera_supported_capture_resolution_cbFunction>>;