Class ALDSAudioPlayer.TALDSAudioPlayer

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TALDSAudioPlayer : [[Class MLDSPlayer.TMLDSPlayer|Mitov.AudioLab.DSPlayer]]
+
'''public ref class''' DSAudioPlayer : [[Class MLDSPlayer.TMLDSPlayer|Mitov.AudioLab.DSPlayer]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==

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.

BIGALDSAudioPlayer.gif ALDSAudioPlayer.gif NETALDSAudioPlayer.gif

Package: AudioLabEssentialPkg

Unit: ALDSAudioPlayer

Inherits: TMLDSPlayer

Contents

Syntax

Delphi:

type TALDSAudioPlayer = class( TMLDSPlayer )

C++ Builder:

class TALDSAudioPlayer : public TMLDSPlayer

Visual C++ (MFC):

class CTALDSAudioPlayer : public CTMLDSPlayer

C# (.NET):

public ref class DSAudioPlayer : Mitov.AudioLab.DSPlayer

Summary

Plays audio from Audio file using DirectShow.

Description

Requires DirectShow 8.1 or higher.

If you don't want to use DirectShow use the TALWavePlayer component instead.

This DirectShow compionent can be used to play Audio files.

To play an Audio file, place the component on a form, set the FileName with the name of an existing Audio file, set the component Enabled property to True, and connect the OutputPut pin to the InputPin of an TALAudioOut.


Diagram:

ALDSAudioPlayer Preview.png

Properties

Published

Public

Methods

Public

Pins

From TMLDSPlayer

Properties

Published

Public

Methods

Public

Pins

Events

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox