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

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

Contents


dmPMSetupVideoFilter(3dm)			     dmPMSetupVideoFilter(3dm)


NAME    [Toc]    [Back]

     dmPMSetupVideoFilter, dmPMExecuteVideoFilter, dmPMCleanupVideoFilter,
     dmPMBufferSetupVideoFilter, dmPMBufferExecuteVideoFilter -	sets up,
     executes, and cleanups video filters

SYNOPSIS    [Toc]    [Back]

     #include <dmedia/fx_plugin_mgr.h>

     DMstatus dmPMSetupVideoFilter    [Toc]    [Back]
	   ( DMeffect* effect,
	     void *src,
	     DMparams *srcParams,
	     unsigned int part,
	     unsigned int total	)

     DMstatus dmPMExecuteVideoFilter    [Toc]    [Back]
	   ( DMeffect* effect,
	     void *src,
	     DMparams *srcParams,
	     void *dst,
	     DMparams *dstParams,
	     unsigned int part,
	     unsigned int total	)

     DMstatus dmPMCleanupVideoFilter    [Toc]    [Back]
	   ( DMeffect* effect )

     DMstatus dmPMBufferSetupVideoFilter    [Toc]    [Back]
	   ( DMeffect* effect,
	     DMfxbuffer	*srcBuffer,
	     DMparams *srcParams,
	     unsigned int part,
	     unsigned int total	)

     DMstatus dmPMBufferExecuteVideoFilter    [Toc]    [Back]
	   ( DMeffect* effect,
	     DMfxbuffer	*srcBuffer,
	     DMparams *srcParams,
	     DMfxbuffer	*dstBuffer,
	     DMparams *dstParams,
	     unsigned int part,
	     unsigned int total	)

PARAMETERS    [Toc]    [Back]

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

     src	 A pointer to the video	source image.





									Page 1






dmPMSetupVideoFilter(3dm)			     dmPMSetupVideoFilter(3dm)



     srcParams	 The source parameter/value list, a pointer to DMparams, can
		 be created with dmParamsCreate.

     part	 Goes from 0 to	total (inclusive).

     total	 The total number of frames.

     dst	 A pointer to the video	destination image.

     dstParams	 The destination parameter/value list, a pointer to DMparams,
		 can be	created	with dmParamsCreate.

     srcBuffer	 A pointer to a	DMfxbuffer for the source, which was returned
		 from dmFXAllocateImageBuffers.

     dstBuffer	 A pointer to a	DMfxbuffer for the destination,	which was
		 returned from dmFXAllocateImageBuffers.

DESCRIPTION    [Toc]    [Back]

     Video filters may have user customizable settings in the form of a	dialog
     box.  Calling dmPMSetupVideoFilter	allows the video filter	plugin to post
     the dialog	and query values from the user.	 Because all plugins must have
     default values, calling dmPMSetupVideoFilter is optional.	Calling
     dmPMExecuteVideoFilter will cause the video filter	to be executed on your
     video clip.  dmPMCleanupVideoFilter does not normally need	to be called
     directly from your	application.

RETURN VALUES    [Toc]    [Back]

     dmPMSetupVideoFilter will return DM_SUCCESS if successful,	or will	return
     DM_FAILURE	if it fails.  dmPMExecuteVideoFilter will return DM_SUCCESS if
     successful, or will return	DM_FAILURE if it fails.
     dmPMCleanupVideoFilter will return	DM_SUCCESS if successful, or will
     return DM_FAILURE if it fails.  dmPMBufferSetupVideoFilter	will return
     DM_SUCCESS	if successful, or will return DM_FAILURE if it fails.
     dmPMBufferExecuteVideoFilter will return DM_SUCCESS if successful,	or
     will return DM_FAILURE if it fails.

SEE ALSO    [Toc]    [Back]

      
      
     dmPMCreateManager(3dm), dmPMCreateEffect(3dm), dmGetError(3dm).


									PPPPaaaaggggeeee 2222
[ Back ]
 Similar pages
Name OS Title
dmPMSetupAudioFilter IRIX sets up, executes, and cleanups audio filters
dmPMSetupVideoTransition IRIX sets up, executes, and cleanups video transitions
dmPMSetAudioCallback IRIX sets the audio and video callbacks
vintovout IRIX Video Library video output from video input tool
videoout IRIX Video Library video output from screen tool
videoin IRIX Video Library video-in-a-window tool
uuxqt Tru64 Executes remote command requests
pxfexecv IRIX Executes a new process image file
initscript Linux script that executes inittab commands.
ishell IRIX Executes a UNICOS shell command
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service