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")


AZ_DeleteSelectedMedia(0,1)

- SCRIPT -

AZ_DeleteSelectedMedia(projID,selectItemID)

- API -

ID

MEDIA

AZ_DeleteSelectedMedia

対応バージョン:

以降

Delete the selected media

- API Detail-

▼Input value

  • projID (ReaProject): Project ID

  • selectItemID(Int): Selected item ID

▼Output value

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

bottom of page