top of page
function Msg(param)
reaper.ShowConsoleMsg(tostring((param)).."\n")
end
second = reaper.AZ_GetMediaStartTimeSeconds(0, 3)
Msg(second)
- SCRIPT -
second = reaper.GetMediaStartTimeSeconds(projID, itemID)
- API -
ID
MEDIA
reaper.AZ_GetMediaStartTimeSeconds
対応バージョン:
1.0.1
以降
Gets the start position of the specified media in seconds.
LUA
- 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)
bottom of page