Enum AudioServiceType
Specifies the type of audio service or channel. These values are used to indicate the purpose of the audio track in various multimedia applications.
Namespace: FFmpeg.Audio
Assembly: FFmpeg.dll
Syntax
public enum AudioServiceType
Fields
| Name | Description |
|---|---|
| Commentary | Audio service for commentary, which might be used for adding additional spoken content such as in sports or educational videos. |
| Dialogue | Audio service for dialogue, focusing on the clarity and prominence of spoken words. |
| Effects | Audio service used for effects, such as sound effects or environmental sounds. |
| Emergency | Audio service for emergency messages or alerts, often used in safety or alert systems. |
| HearingImpaired | Audio service aimed at hearing-impaired users, which may include enhanced dialogue or other audio adjustments. |
| Karaoke | Audio service for karaoke, typically used for music tracks with lyrics displayed for sing-along. |
| Main | Main audio service, typically used for the primary audio content such as dialogue and main sound. |
| VisuallyImpaired | Audio service designed for visually impaired users, often including audio descriptions of visual content. |
| VoiceOver | Audio service for voice-over, which could be used for narrations or overdubs. |
| __COUNT__ | Reserved value indicating that the audio service type is not part of the defined ABI (Application Binary Interface). |