Skip to main content

Media File Import Overview

Use DeviceMediaFileImportAPI to discover device media, transfer selected files to the app, optionally stabilize supported video, cancel an active import, or delete device media.

Import Pipeline

  1. fetchMediaFilesInfo configures the hotspot, enters transfer mode, connects to the device hotspot, and returns MediaFileInfoModel values.
  2. The user selects one or more returned models.
  3. importMediaFiles downloads the selected files and reports per-file, speed, batch, and data-chunk progress.
  4. If stabilization is available, the SDK can run a second post-processing phase with separate progress callbacks.
  5. The completion callback returns imported local result models. Stabilization failure can fall back to the original downloaded file.

This is a device-to-app Wi-Fi transfer workflow, not an upload from the app to the device and not a Bluetooth file transfer.

Available Guides