Class MLDSPlayer.TMLDSPlayer

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(6 intermediate revisions by one user not shown)
Line 26: Line 26:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TMLDSPlayer : [[Class LPComponent.TLPComponent|Mitov.AudioLab.Component]]
+
'''public ref class''' DSPlayer : [[Class LPComponent.TLPComponent|Mitov.AudioLab.Component]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 53: Line 53:
  
 
=== Public ===
 
=== Public ===
*[[Property MLDSPlayer.TMLDSPlayer.WaveFormat|WaveFormat]] - Returns the current audio format.
 
 
*[[Property MLDSPlayer.TMLDSPlayer.Opened|Opened]] - Indicates if the file is opened.  
 
*[[Property MLDSPlayer.TMLDSPlayer.Opened|Opened]] - Indicates if the file is opened.  
 +
*[[Property MLDSPlayer.TMLDSPlayer.WaveFormat|WaveFormat]] - Returns the current audio format.
  
 
== Methods ==
 
== Methods ==
Line 65: Line 65:
 
*[[Method procedure MLDSPlayer.TMLDSPlayer.Pause()|procedure Pause()]] - Pauses the playback.  
 
*[[Method procedure MLDSPlayer.TMLDSPlayer.Pause()|procedure Pause()]] - Pauses the playback.  
 
*[[Method procedure MLDSPlayer.TMLDSPlayer.Resume()|procedure Resume()]] - Resumes paused playback.  
 
*[[Method procedure MLDSPlayer.TMLDSPlayer.Resume()|procedure Resume()]] - Resumes paused playback.  
*[[Method procedure MLDSPlayer.TMLDSPlayer.Pump()|procedure Pump()]] - Plays one buffer if enabled and [[Property MLDSPlayer.TMLDSPlayer.ClockSource|ClockSource]] is [[Enum item LPComponent.TSLClockSource.csExternal|csExternal]].  
+
*[[Method procedure MLDSPlayer.TMLDSPlayer.Pump()|procedure Pump()]] - Plays one buffer if enabled and [[Property MLDSPlayer.TMLDSPlayer.ClockSource|ClockSource]] is [[Enum item SLTypes.TSLClockSource.csExternal|csExternal]].  
  
 
== Pins ==
 
== Pins ==
*[[Pin MLDSPlayer.TMLDSPlayer.EnablePin|EnablePin]] - The enable pin of the component.
 
*[[Pin MLDSPlayer.TMLDSPlayer.FileNamePin|FileNamePin]] - The File Name pin of the Player.
 
 
*[[Pin MLDSPlayer.TMLDSPlayer.ProgressPin|ProgressPin]] - The Play Progress Pin of the player.  
 
*[[Pin MLDSPlayer.TMLDSPlayer.ProgressPin|ProgressPin]] - The Play Progress Pin of the player.  
*[[Pin MLDSPlayer.TMLDSPlayer.PausePin|PausePin]] - The [[Method procedure MLDSPlayer.TMLDSPlayer.Pause()|Pause]] Pin of the Player.
 
 
*[[Pin MLDSPlayer.TMLDSPlayer.ClockPin|ClockPin]] - The external clock pin for the player.  
 
*[[Pin MLDSPlayer.TMLDSPlayer.ClockPin|ClockPin]] - The external clock pin for the player.  
 
*[[Pin MLDSPlayer.TMLDSPlayer.TextOutputPin|TextOutputPin]] - The Text Output Pin of the player.  
 
*[[Pin MLDSPlayer.TMLDSPlayer.TextOutputPin|TextOutputPin]] - The Text Output Pin of the player.  
 +
*[[Pin MLDSPlayer.TMLDSPlayer.RawAudioOutputPin|RawAudioOutputPin]] - The Raw uncompressed Audio Output Pin of the player.
  
 
== Events ==
 
== Events ==
 
*[[Event MLDSPlayer.TMLDSPlayer.OnProgress|OnProgress]] - Player progress notification event.  
 
*[[Event MLDSPlayer.TMLDSPlayer.OnProgress|OnProgress]] - Player progress notification event.  
 
*[[Event MLDSPlayer.TMLDSPlayer.OnStop|OnStop]] - Occurs when the playback stops.  
 
*[[Event MLDSPlayer.TMLDSPlayer.OnStop|OnStop]] - Occurs when the playback stops.  
 +
*[[Event MLDSPlayer.TMLDSPlayer.OnCaptionText|OnCaptionText]] - Occurs when a new text appears in the text stream.
  
 
[[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: MLDSPlayer

Inherits: TLPComponent

Contents

Syntax

Delphi:

type TMLDSPlayer = class( TLPComponent )

C++ Builder:

class TMLDSPlayer : public TLPComponent

Visual C++ (MFC):

class CTMLDSPlayer : public CTLPComponent

C# (.NET):

public ref class DSPlayer : Mitov.AudioLab.Component

Summary

Base class for DirectShow audio and video players.

Description

Defines base class for DirectShow audio and video players.

Do not use this class directly. Use the derived classes instead.

Properties

Published

Public

Methods

Public

Pins

Events

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox