Method procedure ALCommonPlayer.TALCommonPlayer.Pause()

From Mitov Wiki Doc
Revision as of 00:23, 22 November 2011 by David Alm (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: TALCommonPlayer

Contents

Syntax

Delphi:

procedure Pause();

C++ Builder:

void __fastcall Pause();

Visual C++ (MFC):

void Pause();

Summary

Pauses the playback.

Description

Use this procedure to pause the playback of the audio.


Delphi example:

ALWavePlayer1.Pause;

C++ Builder example:

ALWavePlayer1->Pause();

Visual C++(MFC/Win32) example:

ALWavePlayer1.Pause();

Visual C++/CLI example:

wavePlayer1->Pause();

C# Example:

wavePlayer1.Pause();

VB Example:

WavePlayer1.Pause

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox