QMedia
![]() |
![]() ![]() |
QM_GetTrackCreationTime(movieRef; trackID; creDate; creTime):error | |||
![]() |
movieRef | Longint | Movie reference |
![]() |
trackID | Longint | Track ID |
![]() |
creDate | Date | Track creation date |
![]() |
creTime | Time | Track creation time |
![]() |
error | Longint | Error result |
Returns the creation date and time of a track.
Parameter movieRef is the reference to the movie instance. The movie reference must have been previously obtained with a call to QM_NewMovieFromFile or QM_NewMovieFromURL.
Parameter trackID is the ID of the track.
Parameters creDate and creTime receive the track's creation date and time respectively.
Example
`Get the creation time of track ID $trackID of movie $movieRef C_DATE($creDate) C_TIME($creTime) $error:=QM_GetTrackCreationTime ($movieRef;$trackID;$creDate;$creTime) |
Related commands
QM_GetTrackModificationTime | Returns the modification date and time of a track. |