top of page
- API -
sample = reaper.AZ_GetMediaSampleRate(projID, itemID)
- API Detail -
▼入力値
proj ID(ReaProjrct):プロジェクトID
itemID(integer):アイテムID
▼出力値
sample(integer):サンプリングレート値
- SIMPLE SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
sample = reaper.AZ_GetMediaSampleRate(0, 4)
Msg(sample)
MEDIA
AZ_GetMediaSampleRate
対応バージョン:
1.0.3
以降
指定メディアIDのサンプリングレート取得
bottom of page