*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> fx/dmPMGetPlugin (3d)              
Title
Content
Arch
Section
 

Contents


dmPMGetPlugin(3dm)					    dmPMGetPlugin(3dm)


NAME    [Toc]    [Back]

     dmPMGetPlugin, dmPMGetPluginByName, dmPMGetPluginByPathname,
     dmPMGetPluginFromEffect - retrieve	a pointer to a special effects plugin

SYNOPSIS    [Toc]    [Back]

     #include <dmedia/fx_plugin_mgr.h>

     DMplugin* dmPMGetPlugin
	   ( DMplugmgr*	manager,
	     int n )

     DMplugin* dmPMGetPluginByName
	   ( DMplugmgr*	manager,
	     const char* name,
	     const char* prefix	)

     DMplugin* dmPMGetPluginByPathname
	   ( DMplugmgr*	manager,
	     const char* pathname )

     DMplugin* dmPMGetPluginFromEffect
	   ( DMeffect* effect )

PARAMETERS    [Toc]    [Back]

     manager	A pointer to a DMplugmgr, which	was returned from
		dmPMCreateManager.

     n		The index into the plugin list in the plugin-manager.

     name	The name of a plugin to	retrieve.

     prefix	The prefix of a	plugin to retrieve; can	be NULL.

     pathname	The pathname of	a plugin to retrieve.

     effect	A pointer to a DMeffect, which was returned from
		dmPMCreateEffect.

DESCRIPTION    [Toc]    [Back]

     dmPMGetPlugin returns a pointer to	the nth	DMplugin.

     dmPMGetPluginByName returns a pointer to the DMplugin specified by	the
     name and prefix. Passing in NULL as the prefix will return	a pointer to
     the first DMplugin	with the specified name.

     dmPMGetPluginByPathname returns a pointer to the DMplugin specified by
     the pathname.





									Page 1






dmPMGetPlugin(3dm)					    dmPMGetPlugin(3dm)



     dmPMGetPluginFromEffect returns a pointer to the DMplugin used by the
     given special effect.

RETURN VALUES    [Toc]    [Back]

     dmPMGetPlugin will	return a pointer to a DMplugin if successful, or will
     return NULL if it fails.  dmPMGetPluginByName will	return a pointer to a
     DMplugin if successful, or	will return NULL if it fails.
     dmPMGetPluginByPathname will return a pointer to a	DMplugin if
     successful, or will return	NULL if	it fails.  dmPMGetPluginFromEffect
     will return a pointer to a	DMplugin if successful,	or will	return NULL if
     it	fails.

SEE ALSO    [Toc]    [Back]

      
      
     dmPMCreateManager(3dm), dmPMInitPlugin(3dm), dmPMInitDirectory(3dm),
     dmGetError(3dm).


									PPPPaaaaggggeeee 2222
[ Back ]
 Similar pages
Name OS Title
dmPMProcessClip IRIX apply special effects to movies
dmPMCreateEffect IRIX create and destroy special effects
dmFXDrawPixels IRIX pixel transfer operations for special effects
fxSetupInputImageBuffer IRIX manage special-effects image buffers
fxMovieRenderImage IRIX transfer images between movies and special effects
fxSetupScanlineBuffer IRIX get information about a special-effects image buffer
dmFXTexImage2D IRIX load an image for use as a texture for special effects
dmPMGetName IRIX retrieve the name, prefix, pathname or type of a plugin
fxAllocateImageBuffers IRIX create and destroy image buffers for special effects
dmFXUpdateImageBuffer IRIX change the active size of a special effects buffer
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service