Enum VLDVDPlayer.TVLDVDKaraokeModes

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 TVLDVDKaraokeModes = (Channel2Left, Channel3Left, Channel4Left, Channel2Right, Channel3Right, Channel4Right);

C++ Builder:

enum TVLDVDKaraokeModes {Channel2Left, Channel3Left, Channel4Left, Channel2Right, Channel3Right, Channel4Right};

Visual C++ (MFC):

enum CTVLDVDKaraokeModes {Channel2Left, Channel3Left, Channel4Left, Channel2Right, Channel3Right, Channel4Right};

Summary

Karaoke modes enumeration.

Description

Defines enumeration of Karaoke modes used to control which speakers, if any, each auxiliary channel is downmixed to.

Values

Channel2Left Downmix channel 2 to the left speaker.
Channel3Left Downmix channel 3 to the left speaker.
Channel4Left Downmix channel 4 to the left speaker.
Channel2Right Downmix channel 2 to the right speaker.
Channel3Right Downmix channel 3 to the right speaker.
Channel4Right Downmix channel 4 to the right speaker.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox