Enum SLPlayer.TSLPlayerMode
From Mitov Wiki Doc
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: SignalLabPkg
Unit: SLPlayer
Contents |
Syntax
Delphi:
type TSLPlayerMode = (pmStop, pmRepeat, pmZero);
C++ Builder:
enum TSLPlayerMode {pmStop, pmRepeat, pmZero};
Visual C++ (MFC):
enum CTSLPlayerMode {pmStop, pmRepeat, pmZero};
Summary
Modes for the TSLPlayer component after the end of the file.
Description
Defines the modes for the TSLPlayer component after the end of the file.
Values
pmStop | Stop after the end. |
pmRepeat | Play the data again after the end. |
pmZero | Play zero filled buffers after the end. |