Set ALInternalStore.TALSpeakers

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: AudioLabBasicPkg

Unit: ALInternalStore

Contents

Syntax

Delphi:

type TALSpeakers = set of TALSpeaker;

C++ Builder:

typedef Set<TALSpeaker, spFrontLeft, spTopBackRight > TALSpeakers;

Visual C++ (MFC):

typedef CTSet<CTALSpeaker, spFrontLeft, spTopBackRight > CTALSpeakers;

Summary

Set of speakers specifying which channels are present in a multi channel audio buffer.

Description

Defines set of speakers specifying which channels are present in a multi channel audio buffer.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox