top of page

sys.path.append(RPR_GetResourcePath() + r"\UserPlugins")

from AZSTOKE_BRONZE_python import *


def Msg(parm):

    RPR_ShowConsoleMsg(str(parm) + "\n")



retval = AZ_SetMediaMute(0,0,True)


- SCRIPT -

retval = AZ_SetMediaMute(ProjID,itemID,setType)

- API -

対応バージョン:

1.0.1

以降

MEDIA

AZ_SetMediaMute

Sets the mute state of the specified media

- API Detail-

▼Input value

  • projID(integer) : Project ID

  • itemID(integer): Media ID

  • setType(bool): Mute: True Not mute: False

▼Output value

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

bottom of page