Class ALAudioFormat.TALAudioFormat

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''' TALAudioFormat : [[Class ALAudioFormat.TALAudioFormatBasic|Mitov.AudioLab.AudioFormatBasic]]
+
'''public ref class''' AudioFormat : [[Class ALAudioFormat.TALAudioFormatBasic|Mitov.AudioLab.AudioFormatBasic]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 49: Line 49:
 
*[[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: TALAudioFormatBasic

Contents

Syntax

Delphi:

type TALAudioFormat = class( TALAudioFormatBasic )

C++ Builder:

class TALAudioFormat : public TALAudioFormatBasic

Visual C++ (MFC):

class CTALAudioFormat : public CTALAudioFormatBasic

C# (.NET):

public ref class AudioFormat : Mitov.AudioLab.AudioFormatBasic

Summary

Audio Format settings class.

Description

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

Properties

Published

From TALAudioFormatBasic

Properties

Published

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox