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