dmPMHasDialog(3dm) dmPMHasDialog(3dm)
dmPMHasDialog - determine whether or not a plugin has a setup dialog
#include <dmedia/fx_plugin_mgr.h>
DMboolean dmPMHasDialog [Toc] [Back]
( DMplugin* plugin )
plugin A pointer to a DMplugin, which was created with dmPMInitPlugin
or dmPMInitDirectory.
Some plugins have a dialog that gets invoked when dmPMSetupAudioFilter,
dmPMSetupVideoFilter, or dmPMSetupVideoTransition is called.
dmPMHasDialog will return True if the plugin has a setup dialog.
dmPMCreateManager(3dm), dmPMInitPlugin(3dm).
PPPPaaaaggggeeee 1111 [ Back ]
|