top of page

import sys

sys.path.append(RPR_GetResourcePath() + r"\UserPlugins")

from AZSTOKE_BRONZE_python import *


def Msg(parm):

    RPR_ShowConsoleMsg(str(parm) + "\n")



retval = AZ_SetMediaMoveToTrack(0,1,1)


- SCRIPT -

retval = AZ_SetMediaMoveToTrack(projID,itemID,moveTrackID)

- API -

ID

MEDIA

AZ_SetMediaMoveToTrack

対応バージョン:

1.0.1

以降

Move the specified media to the specified track

- API Detail-

▼Input value

  • projID (ReaProject): Project ID

  • itemID(integer): Item ID

  • moveTrackD(integer): The track ID to move

▼Output value

  • retval(Boolean): Whether the API execution was successful or not

bottom of page