Flags for recordInfo and playInfo

typedef int32 PIDialogRecordOptions
 Dialog options for Record. See associated enum for dialog record..
typedef int32 PIDialogPlayOptions
 Dialog options for playback. See associated enum for dialog play..
enum  {
  plugInDialogOptional,
  plugInDialogRequired,
  plugInDialogNone
}
 These are the flags are associated with PIDialogRecordOptions, and are used for PIDescriptorParameters::recordInfo, and PIActionParameters::recordInfo. More...
enum  {
  plugInDialogDontDisplay,
  plugInDialogDisplay,
  plugInDialogSilent
}
 These flags are associated with PIDialogPlayOptions, and are used for PIDescriptorParameters::playInfo, and PIActionParameters::playInfo. More...

Typedef Documentation

typedef int32 PIDialogRecordOptions

Dialog options for Record. See associated enum for dialog record..

typedef int32 PIDialogPlayOptions

Dialog options for playback. See associated enum for dialog play..


Enumeration Type Documentation

anonymous enum

These are the flags are associated with PIDialogRecordOptions, and are used for PIDescriptorParameters::recordInfo, and PIActionParameters::recordInfo.

Enumerator:
plugInDialogOptional  Display dialog only if necessary or requested by user.
plugInDialogRequired  Always display dialog.
plugInDialogNone  No dialog to display.

anonymous enum

These flags are associated with PIDialogPlayOptions, and are used for PIDescriptorParameters::playInfo, and PIActionParameters::playInfo.

Enumerator:
plugInDialogDontDisplay  Display dialog only if necessary due to missing parameters or error.
plugInDialogDisplay  Present the plug-in dialog using descriptor information.
plugInDialogSilent  Never present a dialog; use only descriptor information; if the information is insufficient to run the plug-in, the plug-in should return an error in the errorString field of the plug-ins parameter block.