QMedia
![]() |
![]() ![]() |
QM_GetMovieImporterInfo(importerID; importerType; importerName; importerDesc; fileExtensions; mimeTypes):error | |||
![]() |
importerID | Longint | Movie importer ID |
![]() |
importerType | String4 | Movie importer type |
![]() |
importerName | String255 | Movie importer name |
![]() |
importerDesc | String255 | Movie importer description |
![]() |
fileExtensions | Array string | File extensions |
![]() |
mimeTypes | Array string | MIME types |
![]() |
error | Longint | Error result |
Returns information about a movie importer.
Parameter importerID is the movie importer ID. To get a list of the IDs of all available movie importers, use the QM_GetMovieImporters command.
Parameter importerType receives the four character importer type.
Parameters importerName and importerDesc receive the importer's name and description respectively.
Parameter fileExtensions is a string array and receives the file extensions of the media files handled by the importer.
Parameter mimeTypes is a string array and receives the mime types of the media files handled by the importer.
Related commands
QM_GetMovieImporters | Returns the IDs of all available movie importers. |