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_DeleteSelectedTrackMedia(0,1,1)

- SCRIPT -

retval=AZ_DeleteSelectedTrackMedia(projID,selectTrackID,trakcItemID)

- API -

ID

MEDIA

AZ_DeleteSelectedTrackMedia

対応バージョン:

以降

Delete the specified media in the specified selected track

- API Detail-

▼Input value

  • projID (ReaProject): Project ID

  • selecttrackID(Int): Selected track ID

  • trackItemID(Int): Track item ID

▼Output value

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

bottom of page