top of page
- API -
second = reaper.AZ_GetSelectedMediaRate(projID, selectItemID)
- API Detail-
▼Input value
proj ID(ReaProjrct): Project ID
selectItemID(integer): Selected item ID
▼Output value
retval(boolean): Success or failure of API execution
second(number): The start position of the media (seconds)
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
second = reaper.AZ_GetSelectedMediaStartTimeSeconds(0, 3)
Msg(second)
MEDIA
AZ_GetSelectedMediaStartTimeSeconds
Supported versions:
1.0.0
onwards
Gets the start position of the specified selected media in seconds.

bottom of page




