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


retval = AZ_SetMediaChannelMode(0, 3, 0)

Msg(retval)

- SCRIPT -

retval = AZ_SetMediaChannelMode(projID, itemID, setChannelMode)

- API -

対応バージョン:

1.0.1

以降

MEDIA

AZ_SetMediaChannelMode

Switch channel mode for specified media

- API Detail-

▼Input value

  • projID (ReaProject): Project ID

  • itemID(Int): Item ID

  • setChannelMode(Int): The channel mode to set.

▼Output value

  • retval(Boolean): Success or failure of API execution

bottom of page