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_SetTrackMediaMute(0,1,1,1)
- SCRIPT -
AZ_SetTrackMediaMute(projID,trackID,trackItemID,setType)
- API -
対応バージョン:
1.0.1
以降
MEDIA
AZ_SetTrackMediaMute
Sets the mute state of the specified media in the specified track
LUA
- API Detail-
▼Input value
projID(integer) : Project ID
trackID(integer): Track ID
trackItemID(integer): Track media ID
setType(bool): Mute: True Not mute: False
▼Output value
retval(bool): Whether the API execution was successful or not
bottom of page