top of page
- API -
name= reaper.AZ_GetMediaName(projID,itemID)
- API Detail-
▼Input value
proj (integer): Project ID
itemID(integer): Media ID
▼Output value
retval(bool): Whether the API execution was successful or not
name(string): Media name
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
name = reaper.AZ_GetMediaName(0,0)
Msg(name)
MEDIA
AZ_GetMediaName
Supported versions:
1.0.1
onwards
Get the media name for the specified media ID

bottom of page


