audioPan

Specifies the proportion of audio panned from one stereo channel to the other.

# Metadata

Platforms: desktop OS: mac Introduced: 9.0.1 Security:

# Syntax

set the audioPan of player to positive/negative percentage

# Examples

set the audioPan of player "myVideoPlayer" to 0 -- stereo channels unaffected

set the audioPan of player "myVideoPlayer" to -50 -- 50% of the right channel audio moved to the left.

set the audioPan of player "myVideoPlayer" to 100 -- 100% of the left channel audio moved to the right.

# Description

Use the audioPan property to pan audio from either the left or right channel to the other. Negative values move audio from the right channel to the left. Positive values move audio from the left channel to the right. Setting the audioPan back to 0 will disable panning.

>**Important:** This property only has an effect on media files that contain stereo audio tracks. > Mono audio tracks cannot currently be panned.

# Tags

# See

- **property:** leftBalance, rightBalance - **object:** player