Difference between revisions of "TPlaySound"

From Lazarus wiki
Jump to navigationJump to search
(TPlaySound component)
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===PlaySound===
+
'''TPlaySound''' is a component to play WAV files in Windows and Linux.
====Summary====
+
 
*TPlaySound is a component to play WAV files in Windows and Linux
+
[[File:playsound_oi.png|playsound_oi.png]]
 +
 
 +
==Usage ==
 
*Set the SoundFile property to the path of your WAV file
 
*Set the SoundFile property to the path of your WAV file
 
*Set the PlayStyle to psAsync or psSync
 
*Set the PlayStyle to psAsync or psSync
 
*Call the Execute method
 
*Call the Execute method
[[File:playsound_oi.png]]
+
 
====Download====
+
==Download==
*TPlaySound is available from the Lazarus CCR Repository
+
* TPlaySound is available from the [https://sourceforge.net/p/lazarus-ccr/svn/HEAD/tree/components/playsoundpackage/ Lazarus CCR Repository]
 +
 
 +
==See Also==
 +
* [[Play Sound Multiplatform]]
 +
* [[uos]]
 +
 
 
[[Category:Components]]
 
[[Category:Components]]
 +
[[Category:Multimedia]]
 +
[[Category:Lazarus-CCR]]

Latest revision as of 13:04, 21 July 2016

TPlaySound is a component to play WAV files in Windows and Linux.

playsound_oi.png

Usage

  • Set the SoundFile property to the path of your WAV file
  • Set the PlayStyle to psAsync or psSync
  • Call the Execute method

Download

See Also