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_SetMediaName(0,0,"AZ_Set_01")
- SCRIPT -
AZ_SetMediaName(projID,itemID,setMediaName)
- API -
対応バージョン:
1.0.1
以降
MEDIA
AZ_SetMediaName
Set the name of the specified media
LUA
- API Detail-
▼Input value
projID(integer) : Project ID
itemID(integer): Media ID
setMediaName (string): The media name you want to set.
▼Output value
retval(bool): Whether the API execution was successful or not
bottom of page