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")
item = AZ_InsertMediaOutItem(0,"F:\\script\\test\\wav\\AZ_vo_women_01.wav")
Msg(item)
- SCRIPT -
item = AZ_InsertMediaOutItem(projID,filePath)
- API -
ID
MEDIA
AZ_InsertMediaOutItem
対応バージョン:
2.0.0
以降
Insert the media file at the specified path and get the media item.
LUA
- API Detail-
▼Input value
item(MediaItem): Media item
▼Output value
retval(bool): Whether the API execution was successful or not
item(MediaItem): The same as the input is output
endTime(double): The end time of the media item.
bottom of page