Class ALCommonPlayer.TALCommonPlayer

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 59: Line 59:
  
 
=== Public ===
 
=== Public ===
*[[Method procedure ALCommonPlayer.TALCommonPlayer.Pump()|procedure Pump()]] - Plays one buffer if enabled and [[Property ALCommonPlayer.TALCommonPlayer.ClockSource|ClockSource]] is [[Enum item LPComponent.TSLClockSource.csExternal|csExternal]].  
+
*[[Method procedure ALCommonPlayer.TALCommonPlayer.Pump()|procedure Pump()]] - Plays one buffer if enabled and [[Property ALCommonPlayer.TALCommonPlayer.ClockSource|ClockSource]] is [[Enum item SLTypes.TSLClockSource.csExternal|csExternal]].  
 
*[[Method procedure ALCommonPlayer.TALCommonPlayer.Start()|procedure Start()]] - Starts the playback.  
 
*[[Method procedure ALCommonPlayer.TALCommonPlayer.Start()|procedure Start()]] - Starts the playback.  
 
*[[Method procedure ALCommonPlayer.TALCommonPlayer.Stop()|procedure Stop()]] - Stops the playback.  
 
*[[Method procedure ALCommonPlayer.TALCommonPlayer.Stop()|procedure Stop()]] - Stops the playback.  
Line 69: Line 69:
 
== Pins ==
 
== Pins ==
 
*[[Pin ALCommonPlayer.TALCommonPlayer.OutputPin|OutputPin]] - The Audio Output Pin of the player.  
 
*[[Pin ALCommonPlayer.TALCommonPlayer.OutputPin|OutputPin]] - The Audio Output Pin of the player.  
*[[Pin ALCommonPlayer.TALCommonPlayer.FileNamePin|FileNamePin]] - The File Name Pin of the Player.
 
 
*[[Pin ALCommonPlayer.TALCommonPlayer.ProgressPin|ProgressPin]] - The Play Progress Pin of the player.  
 
*[[Pin ALCommonPlayer.TALCommonPlayer.ProgressPin|ProgressPin]] - The Play Progress Pin of the player.  
*[[Pin ALCommonPlayer.TALCommonPlayer.EnablePin|EnablePin]] - The enable pin of the component.
 
*[[Pin ALCommonPlayer.TALCommonPlayer.PausePin|PausePin]] - The [[Method procedure ALCommonPlayer.TALCommonPlayer.Pause()|Pause]] Pin of the Player.
 
 
*[[Pin ALCommonPlayer.TALCommonPlayer.ClockPin|ClockPin]] - The external clock pin for the player.  
 
*[[Pin ALCommonPlayer.TALCommonPlayer.ClockPin|ClockPin]] - The external clock pin for the player.  
  

Revision as of 20:30, 10 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: AudioLabEssentialPkg

Unit: ALCommonPlayer

Inherits: TLPComponent

Contents

Syntax

Delphi:

type TALCommonPlayer = class( TLPComponent )

C++ Builder:

class TALCommonPlayer : public TLPComponent

Visual C++ (MFC):

class CTALCommonPlayer : public CTLPComponent

C# (.NET):

public ref class TALCommonPlayer : Mitov.AudioLab.Component

Summary

Abstract base class for audio players.

Description

An abstract common class for all the non DirectShow audio players.

Properties

Published

Public

Methods

Public

Pins

Events

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox