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

    

AZ_SetSelectedMediaIdHANDAUTOMER(0,0,2)

- SCRIPT -

AZ_SetSelectedMediaIdHANDAUTOMER(projID,selectItemID,ratioType)

- API -

対応バージョン:

1.0.0

以降

HANDAUTOMER

AZ_SetSelectedMediaIdHANDAUTOMER

Set "HANDAUTOMER" to the specified selection media ID

- API Detail-

▼Input value

  • projID(integer) : Project ID

  • selectItemID(integer): Track ID

  • ratioType(integer): 0/Compression ratio SS 1/Compression ratio S 2/Compression ratio M 3/Compression ratio L

▼Output value

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

bottom of page