top of page
- API -
frame = reaper.AZ_GetMediaStartTimeFrame(projID,itemID)
- API Detail-
▼Input value
proj (integer): Project ID
itemID(integer): Item ID
▼Output value
retval(bool): Whether the API execution was successful or not
frame(integrt): starting frame number
- SCRIPT -
function Msg(param)
reaper.ShowConsoleMsg(tostring(param).."\n")
end
frame = reaper.AZ_GetMediaStartTimeFrame(0,0)
Msg(frame)
MEDIA
reaper.AZ_GetMediaStartTimeFram
Supported versions:
1.0.3
onwards
Get the start frame of the specified media
bottom of page