TAudioChannelRenderMode
type
TAudioChannelRenderMode = (acrm_Normal, acrm_RenderLeft, acrm_RenderRight, acrm_MuteLeft, acrm_MuteRight, acrm_Mute_All, acrm_MixLeftAndRight, acrm_PassThru);
Specifies how the left and right audio channels are rendered to the audio output.
| Value | Description |
|---|---|
acrm_Normal |
both channels are rendered unchanged |
acrm_RenderLeft |
the left channel is rendered on both outputs |
acrm_RenderRight |
the right channel is rendered on both outputs |
acrm_MuteLeft |
the left channel is muted |
acrm_MuteRight |
the right channel is muted |
acrm_Mute_All |
both channels are muted |
acrm_MixLeftAndRight |
the two channels are mixed together |
acrm_PassThru |
the audio is passed through without any processing |