Property ALCommonPlayer.TALCommonPlayer.SamplesCount

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

Contents

Syntax

Delphi:

property SamplesCount : Int64 read GetSamplesCount;

C++ Builder:

__property __int64 SamplesCount = { read=GetSamplesCount };

Summary

Returns the total number of audio samples in the file.

Description

Use this property to obtain the total number of audio samples in the file.

Delphi example:

AValue : Int64;

AValue := ALWavePlayer1.SamplesCount;

C++ Builder example:

__int64 AValue = ALWavePlayer1->SamplesCount;

Visual C++(MFC/Win32) example:

__int64 AValue = ALWavePlayer1.SamplesCount;

Visual C++/CLI example:

Int64 value = wavePlayer1->SamplesCount;

C# example:

Int64 value = wavePlayer1.SamplesCount;

VB example:

Dim Value as Int64 = WaveLogger1.SamplesCount

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox