Class ALAudioFormat.TALAudioFormatBasic

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
Line 26: Line 26:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TALAudioFormatBasic : [[Class Vcl.VclProperty|Vcl.VclProperty]]
+
'''public ref class''' AudioFormatBasic : [[Class Vcl.VclProperty|Vcl.VclProperty]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 42: Line 42:
 
*[[Property ALAudioFormat.TALAudioFormatBasic.SampleRate|SampleRate]] - Specifies the desired sample rate for the audio data.  
 
*[[Property ALAudioFormat.TALAudioFormatBasic.SampleRate|SampleRate]] - Specifies the desired sample rate for the audio data.  
 
*[[Property ALAudioFormat.TALAudioFormatBasic.ChannelMask|ChannelMask]] - Specifies the desired channel mask (Active Speakers ).  
 
*[[Property ALAudioFormat.TALAudioFormatBasic.ChannelMask|ChannelMask]] - Specifies the desired channel mask (Active Speakers ).  
 +
 +
== Methods ==
 +
 +
=== Public ===
 +
*[[Method function ALAudioFormat.TALAudioFormatBasic.GetWaveFormat() : PALWaveFormatExtensible|function GetWaveFormat() : PALWaveFormatExtensible]]
  
 
[[Category:Classes]]
 
[[Category:Classes]]

Latest revision as of 00:30, 26 June 2013

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

Inherits: TLPPersistentNotify

Contents

Syntax

Delphi:

type TALAudioFormatBasic = class( TLPPersistentNotify )

C++ Builder:

class TALAudioFormatBasic : public TLPPersistentNotify

Visual C++ (MFC):

class CTALAudioFormatBasic : public CTLPPersistentNotify

C# (.NET):

public ref class AudioFormatBasic : Vcl.VclProperty

Summary

Basic Audio Format settings class.

Description

Defines basic audio format class to be used for the AudioFormat properties.

Properties

Published

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox