| QMedia  System info commands |     | 
| QM_GetMovieImporters(importerIDs):error | |||
|  | importerIDs | Array longint | Movie importer IDs | 
|  | error | Longint | Error result | 
Returns the IDs of all available movie importers.
Movie importers are software components that import data from foreign media files into QuickTime movie files. The ID of a movie importer is a longint value that uniquely identifies the importer. The ID can be used to get information about the importer (QM_GetMovieImporterInfo) and to specify an importer for an import operation (QM_ConvertFileToMovieFile).
Parameter importerIDs is a longint array. It receives the IDs of all movie importers.
Related commands
| QM_GetMovieImporterInfo | Returns information about a movie importer. |