Visual Basic (Declaration) | |
---|---|
Public MustOverride Property PlayStop As Integer |
C# | |
---|---|
public abstract int PlayStop {get; set;} |
Determine the point within the current recording at which playback of the recording stops. When the measurement position (PlayPosition property) reaches PlayStop, the measurement either pauses or loops to the PlayStart position, depending upon the state of the IsPlayLoop property. The PlayStop point is determined by the following calculation:
PlayStop point = (PlayStopSec - PlayDelaySec) x PlaySampleRate
The PlayStop property is reset to the end of the recording when you record new data, recall a recording, or enter playback mode (set Input.DataFrom to DataSource.Recording).
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)