UISaveVideoAtPathToSavedPhotosAlbum

Function UISaveVideoAtPathToSavedPhotosAlbum 

Source
pub unsafe extern "C-unwind" fn UISaveVideoAtPathToSavedPhotosAlbum(
    video_path: &NSString,
    completion_target: Option<&AnyObject>,
    completion_selector: Option<Sel>,
    context_info: *mut c_void,
)
Available on crate feature UIImagePickerController only.
Expand description

ยงSafety

  • completion_target should be of the correct type.
  • completion_selector must be a valid selector.
  • context_info must be a valid pointer or null.