top of page
- API -
second = reaper.GetMediaStartTimeSeconds(projID, itemID)
- API Detail-
▼Input value
proj ID(ReaProjrct): Project ID
itemID(integer): Item ID
▼Output value
retval(boolean): Success or failure of API execution
second(number): The start position of the media (seconds)
- SCRIPT -
function Msg(param)
reaper.ShowConsoleMsg(tostring((param)).."\n")
end
second = reaper.AZ_GetMediaStartTimeSeconds(0, 3)
Msg(second)
MEDIA
reaper.AZ_GetMediaStartTimeSeconds
Supported versions:
1.0.3
onwards
Gets the start position of the specified media in seconds.
bottom of page