![]() | InDesign SDK 20.5 |
#include <IActionsPlaybackPreference.h>

Public Types | |
| enum | { kDefaultIID = IID_IACTIONSPLAYBACKPREFERENCE } |
| enum | PlaybackSpeed { kAccelerated, kStepByStep, kPauseFor } |
Public Member Functions | |
| virtual void | SetPlaybackSpeed (PlaybackSpeed newSpeed)=0 |
| virtual PlaybackSpeed | GetPlaybackSpeed () const =0 |
| virtual void | SetPauseForSeconds (PMReal pauseAmount)=0 |
| virtual PMReal | GetPauseForSeconds (void) const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Data interface for the actions playback preference. This is used to store the playback options on the session, as well as for the kSetActionsPlaybackOptionsCmdBoss command.
Note: The default value for this preference is kTrue.
| pure virtual |
Gets the pause seconds preference.
| newSpeed | IN new playback speed. |
| pure virtual |
Returns the value of the playback speed preference.
| pure virtual |
Sets the pause seconds preference.
| pauseAmount | IN new pause amount. |
| pure virtual |
Sets the playback speed preference.
| newSpeed | IN new playback speed. |