set_project_item_audio_channel_mapping
Configure audio channel mapping for a project item by assigning an output channel to a source channel using Premiere's official API. Specify the item, output index, and source index.
Instructions
Map one output audio channel of a project item to a source channel using Premiere's documented AudioChannelMapping API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Project item node ID or exact name | |
| channel_index | Yes | Zero-based output channel index to configure | |
| source_channel_index | Yes | Zero-based source channel index to map |