recorder_interrupted_cb typedef

@brief Called when the recorder is interrupted by a policy. @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif @remarks This callback is called after interrupt handling is completed. @paramin policy The policy that interrupted the recorder @paramin previous The previous state of the recorder @paramin current The current state of the recorder @paramin user_data The user data passed from the callback registration function @see recorder_set_interrupted_cb()

Implementation

typedef recorder_interrupted_cb
    = ffi.Pointer<ffi.NativeFunction<recorder_interrupted_cbFunction>>;