Enum VLDVDPlayer.TVLDVDKaraokeAssignment

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 TVLDVDKaraokeAssignment = (kaLR, kaLRM, kaLR1, kaLRM1, kaLR12, kaLRM12);

C++ Builder:

enum TVLDVDKaraokeAssignment {kaLR, kaLRM, kaLR1, kaLRM1, kaLR12, kaLRM12};

Visual C++ (MFC):

enum CTVLDVDKaraokeAssignment {kaLR, kaLRM, kaLR1, kaLRM1, kaLR12, kaLRM12};

Summary

Speaker configuration for an audio stream.

Description

Defines enumeration for the speaker configuration for an audio stream.

Values

kaLR The stream is assigned to the left and right speakers.
kaLRM The stream is assigned to the left, right, and middle speakers.
kaLR1 The stream is assigned to the left, right, and audio1 speakers.
kaLRM1 The stream is assigned to the left, right, middle, and audio1 speakers.
kaLR12 The stream is assigned to the left, right, and audio2 speakers.
kaLRM12 The stream is assigned to the left, right, middle, and audio2 speakers.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox