AUAudioMixRenderingStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enum provides the possible values for the Style parameter.
public enum AUAudioMixRenderingStyle
type AUAudioMixRenderingStyle =
- Inheritance
-
AUAudioMixRenderingStyle
Fields
| Name | Value | Description |
|---|---|---|
| Cinematic | 0 | Render with a cinematic style. This is the default value. |
| Studio | 1 | Render with a studio style. |
| InFrame | 2 | Render with an in-frame style. |
| CinematicBackgroundStem | 3 | Render the background only with a cinematic style. |
| CinematicForegroundStem | 4 | Render the foreground only with a cinematic style. |
| StudioForegroundStem | 5 | Render the foreground only with a stydio style. |
| InFrameForegroundStem | 6 | Render the foreground only with an in-frame style. |
| Standard | 7 | Render with a standard style. |
| StudioBackgroundStem | 8 | Render the background only with a studio style. |
| InFrameBackgroundStem | 9 | Render the background only with an in-frame style. |