QMedia
![]() |
![]() ![]() |
QM_DeleteMovieAnnotation(movieRef; annType):error | |||
![]() |
movieRef | Longint | Movie reference |
![]() |
annType | String4 | Annotation type |
![]() |
error | Longint | Error result |
Removes a text annotation from a movie.
Parameter movieRef is the reference to the movie instance. The movie reference must have been previously obtained with a call to QM_NewMovieFromFile.
Parameter annType specifies the annotation type. For a list of QMedia constants for specifying common annotation types, see the QM_GetMovieAnnTypes command.
Example
`Delete the movie's artist annotation $err:=QM_DeleteMovieAnnotation ($movie;qm_AuthorAnn) |
Related commands
QM_GetMovieAnnTypes | Returns the annotation types of all annotations present in a movie. |