-
Notifications
You must be signed in to change notification settings - Fork 0
Core File Import Overview
Mr.P edited this page Aug 25, 2026
·
1 revision
Use DeviceMediaFileImportAPI to discover device media, transfer selected files to the app, optionally stabilize supported video, cancel an active import, or delete device media.
-
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.
Browse the generated Wiki navigation for the pages in this section.
AIBuds SDK documentation · Full documentation · API Reference
- Introduction
- Getting Started
- Core Concepts
-
Core Features
- Basic Features
- Device Info
- Find Device
- Physical Operations
- Work Mode
- Work Status
- Wear Detection
- Volume Control
- Music Control
- TWS
- Equalizer
- ANC
- Audio
- Camera
- Remote Camera
- File Import
- Teleprompter
- Segment Navigation
- Live Streaming
- Device Applications
- OTA
- Camera OTA
- Service Auth
- AI Services
- Voice Assistant
- Logging
- Advanced Topics
- Releases
- Troubleshooting