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
fetchMediaFilesInfoconfigures the hotspot, enters transfer mode, connects to the device hotspot, and returnsMediaFileInfoModelvalues.- The user selects one or more returned models.
importMediaFilesdownloads the selected files and reports per-file, speed, batch, and data-chunk progress.- If stabilization is available, the SDK can run a second post-processing phase with separate progress callbacks.
- 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
Import Media Files
Fetch device media information and import selected files through the device hotspot