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 -

function Msg(param)

reaper.ShowConsoleMsg(tostring((param)).."\n")

end


second = reaper.AZ_GetSelectedMediaStartTimeSeconds(0, 3)

Msg(second)

MEDIA

reaper.AZ_GetSelectedMediaStartTimeSeconds

Supported versions:

1.0.3

onwards

Gets the start position of the specified selected media in seconds.

bottom of page