QMedia
![]() |
![]() ![]() |
QM_NewMovieFile(movieFile):error | |||
![]() |
movieFile | Text | Movie file path |
![]() |
error | Longint | Error result |
Creates an empty movie file.
Parameter movieFile is the full pathname to the movie file to be created. The specified file may not already exist, but its containing folder path must be valid. If movieFile points to an existing file, the later is replaced by the new movie file.
If movieFile is empty, QMedia presents the standard file saving dialog where the user can select the location and type the name of the new movie file. If the user cancels the dialog, error qm_userCancelErr is returned, otherwise parameter movieFile receives the full pathname of the new movie file.
Related commands
QM_DeleteMovieFile | Deletes a movie file. |