top of page
import sys
sys.path.append(RPR_GetResourcePath() + r"\UserPlugins")
from AZSTOKE_SILVER_python import *
def Msg(parm):
RPR_ShowConsoleMsg(str(parm) + "\n")
track = AZ_GetTrackItemSelect(0,1,0)
AZ_SetTrackItemName(track,"AZSTOKE")
- SCRIPT -
AZ_SetTrackItemName(track,setName)
- API -
ID
TRACK
AZ_SetTrackItemName
対応バージョン:
1.0.0
以降
Set the name for the specified track item
LUA
- API Detail-
▼Input value
track(MediaTrack): track item
setName(string) : Track name
▼Output value
retval(bool): Whether the API execution was successful or not
bottom of page