Method procedure ALDSAudioOut.TALDSAudioOut.Enable()

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.

Class: TALDSAudioOut

Contents

Syntax

Delphi:

procedure Enable();

C++ Builder:

void __fastcall Enable();

Visual C++ (MFC):

void Enable();

Summary

Resumes(Enables) the audio output.

Description

Call this method to resume(Enable) the audio output.


Delphi example:

ALDSAudioOut1.Enable;

C++ Builder example:

ALDSAudioOut1->Enable();

Visual C++(MFC) example:

ALDSAudioOut1.Enable();

Visual C++/CLI example:

dsAudioOut1->Enable();

C# Example:

dsAudioOut1.Enable();

VB Example:

DSAudioOut1.Enable

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox