Enum VLDVDPlayer.TVLDVDAudioMode

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Package: VideoLabPkg

Unit: VLDVDPlayer

Contents

Syntax

Delphi:

type TVLDVDAudioMode = (amNone, amKaraoke, amSurround, amOther);

C++ Builder:

enum TVLDVDAudioMode {amNone, amKaraoke, amSurround, amOther};

Visual C++ (MFC):

enum CTVLDVDAudioMode {amNone, amKaraoke, amSurround, amOther};

Summary

Defines the DVD audio modes.

Description

Defines enumeration for the DVD audio modes.

Values

amNone No special audio mode.
amKaraoke The current audio mode is karaoke content.
amSurround The current audio mode is surround sound.
amOther Unrecognized audio mode.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox