Enum SLCommonFilter.TSLMixerChannelWaitType

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: Mitov.BasicLab

Unit: SLCommonFilter

Contents

Syntax

Delphi:

type TSLMixerChannelWaitType = (cwNone, cwStart);

C++ Builder:

enum TSLMixerChannelWaitType {cwNone, cwStart};

Visual C++ (MFC):

enum CTSLMixerChannelWaitType {cwNone, cwStart};

Summary

Mixer channel wait type.

Description

Defines the Mixer channel wait enumeration type.

Values

cwNone Start the mixer without waiting for the channel to start.
cwStart Start the mixer after the channel is started.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox