top of page
- API -

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 -

dofile(reaper.AZ_GetLuaInitPath())


bitRate = reaper.AZ_GetMediaBitRate(0,0)

Msg(bitRate)

MEDIA

AZ_GetMediaBitRate

Supported versions:

1.0.1

onwards

Get bitrate of specified media ID

bottom of page