Class SLPlayer.TSLPlayer

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 41: Line 41:
 
pin to the InputPin of any component accepting Real, Complex
 
pin to the InputPin of any component accepting Real, Complex
 
or Video data, as example TSLScope.
 
or Video data, as example TSLScope.
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:SLPlayer_Preview.png]]
  
 
== Properties ==
 
== Properties ==
  
 
=== Published ===
 
=== Published ===
*[[Property SLPlayer.TSLPlayer.Mode|Mode]] - Specifies the player mode - [[Enum item SLPlayer.TSLPlayerMode.pmStop|pmStop]], [[Enum item SLPlayer.TSLPlayerMode.pmRepeat|pmRepeat]], [[Enum item SLPlayer.TSLPlayerMode.pmZero|pmZero]].
 
 
*[[Property SLPlayer.TSLPlayer.FileName|FileName]] - Name of the file to be Played.  
 
*[[Property SLPlayer.TSLPlayer.FileName|FileName]] - Name of the file to be Played.  
 +
*[[Property SLPlayer.TSLPlayer.Mode|Mode]] - Specifies the player mode - [[Enum item SLPlayer.TSLPlayerMode.pmStop|pmStop]], [[Enum item SLPlayer.TSLPlayerMode.pmRepeat|pmRepeat]], [[Enum item SLPlayer.TSLPlayerMode.pmZero|pmZero]].
  
 
=== Public ===
 
=== Public ===
Line 54: Line 60:
 
== Pins ==
 
== Pins ==
 
*[[Pin SLPlayer.TSLPlayer.OutputPin|OutputPin]] - The output pin of the player.  
 
*[[Pin SLPlayer.TSLPlayer.OutputPin|OutputPin]] - The output pin of the player.  
*[[Pin SLPlayer.TSLPlayer.FileNamePin|FileNamePin]] - The File Name pin of the Player.
 
 
*[[Pin SLPlayer.TSLPlayer.ProgressPin|ProgressPin]] - The Play Progress Pin of the player.  
 
*[[Pin SLPlayer.TSLPlayer.ProgressPin|ProgressPin]] - The Play Progress Pin of the player.  
  
Line 95: Line 100:
  
 
== Pins ==
 
== Pins ==
*[[Pin SLCommonGen.TSLBasicCommonGen.EnablePin|EnablePin]]
 
 
*[[Pin SLCommonGen.TSLBasicCommonGen.ClockPin|ClockPin]]
 
*[[Pin SLCommonGen.TSLBasicCommonGen.ClockPin|ClockPin]]
  

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.

BIGSLPlayer.gif SLPlayer.gif NETSLPlayer.gif

Package: SignalLabPkg

Unit: SLPlayer

Inherits: TSLCommonBaseRealGen

Contents

Syntax

Delphi:

type TSLPlayer = class( TSLCommonBaseRealGen )

C++ Builder:

class TSLPlayer : public TSLCommonBaseRealGen

Visual C++ (MFC):

class CTSLPlayer : public CTSLCommonBaseRealGen

C# (.NET):

public ref class TSLPlayer : Mitov.SignalLab.CommonBaseRealGen

Summary

Plays signal from file.

Description

This component can be used to play binary data files.

To play a binary data file, place the component on a form, set the FileName with the name of an existing file, set the component Enabled property to True, and connect the OutputPut pin to the InputPin of any component accepting Real, Complex or Video data, as example TSLScope.


Diagram:

SLPlayer Preview.png

Properties

Published

Public

Pins

Events

From TSLCommonBufferGen

Properties

Published

Events

From TSLCommonGen

Properties

Published

From TSLBasicCommonGen

Properties

Published

Methods

Public

Pins

Events

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox