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)

retval = AZ_SetTrackItemName(track,"AZSTOKE")

- SCRIPT -

retval = AZ_SetTrackItemName(track,setName)

- API -

対応バージョン:

1.0.0

以降

TRACK

AZ_SetTrackItemName

Set the name for the specified track item

- 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