Enum DVDAudioAppMode
- Namespace
- VisioForge.Core.Types.MediaInfo
- Assembly
- VisioForge.Core.dll
Defines the application mode for DVD audio streams, indicating the primary purpose or special features of the audio track.
public enum DVDAudioAppModeFields
None = 0-
No special application mode is specified for this audio track.
This is the default value for standard audio tracks that don't have any special features or requirements. Most movie and TV show audio tracks will use this mode.
Karaoke = 1-
The audio track is designed for karaoke playback with vocal suppression capabilities.
Karaoke mode indicates that the audio track supports features like vocal channel isolation, allowing the player to reduce or remove vocals for sing-along functionality. This mode typically includes separate channels for music and vocals that can be mixed independently.
Surround = 2-
The audio track contains surround sound information for enhanced spatial audio.
Surround mode indicates that the audio track is specifically encoded with multichannel surround sound (e.g., 5.1, 7.1). This helps players optimize decoding and speaker configuration for the best surround sound experience.
Other = 3-
The audio track has a special application mode not covered by the standard categories.
This value is used for proprietary or future audio modes that don't fit into the predefined categories. The specific functionality would depend on the DVD authoring and may require special player support.
Remarks
DVD audio tracks can serve different purposes beyond standard playback. This enumeration helps identify special audio track types that may require specific handling or user interface options. The application mode is part of the DVD-Video specification and helps players determine how to present audio options to users.