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

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

Contents


dmPMSetupVideoTransition(3dm)			 dmPMSetupVideoTransition(3dm)


NAME    [Toc]    [Back]

     dmPMSetupVideoTransition, dmPMExecuteVideoTransition,
     dmPMCleanupVideoTransition, dmPMBufferSetupVideoTransition,
     dmPMBufferExecuteVideoTransition -	sets up, executes, and cleanups	video
     transitions

SYNOPSIS    [Toc]    [Back]

     #include <dmedia/fx_plugin_mgr.h>

     DMstatus dmPMSetupVideoTransition    [Toc]    [Back]
	   ( DMeffect* effect,
	     void *srcA,
	     DMparams *srcAParams,
	     void *srcB,
	     DMparams *srcBParams,
	     unsigned int part,
	     unsigned int total	)

     DMstatus dmPMExecuteVideoTransition    [Toc]    [Back]
	   ( DMeffect* effect,
	     void *srcA,
	     DMparams *srcAParams,
	     void *srcB,
	     DMparams *srcBParams,
	     void *dst,
	     DMparams *dstParams,
	     unsigned int part,
	     unsigned int total	)

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

     DMstatus dmPMBufferSetupVideoTransition    [Toc]    [Back]
	   ( DMeffect* effect,
	     DMfxbuffer	*srcABuffer,
	     DMparams *srcAParams,
	     DMfxbuffer	*srcBBuffer,
	     DMparams *srcBParams,
	     unsigned int part,
	     unsigned int total	)

     DMstatus dmPMBufferExecuteVideoTransition    [Toc]    [Back]
	   ( DMeffect* effect,
	     DMfxbuffer	*srcABuffer,
	     DMparams *srcAParams,
	     DMfxbuffer	*srcBBuffer,
	     DMparams *srcBParams,
	     DMfxbuffer	*dstBuffer,
	     DMparams *dstParams,
	     unsigned int part,
	     unsigned int total	)



									Page 1






dmPMSetupVideoTransition(3dm)			 dmPMSetupVideoTransition(3dm)


PARAMETERS    [Toc]    [Back]

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

     srcA	  A pointer to the video source	image for track	A.

     srcAParams	  The source (track A) parameter/value list, a pointer to
		  DMparams, can	be created with	dmParamsCreate.

     srcB	  A pointer to the video source	image for track	B.

     srcBParams	  The source (trackB) 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.

     srcABuffer	  A pointer to a DMfxbuffer for	the source (track A), which
		  was returned from dmFXAllocateImageBuffers.

     srcBBuffer	  A pointer to a DMfxbuffer for	the source (track B), which
		  was returned from dmFXAllocateImageBuffers.

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

DESCRIPTION    [Toc]    [Back]

     Video transitions may have	user customizable settings in the form of a
     dialog box.  Calling dmPMSetupVideoTransition allows the video transition
     plugin to post the	dialog and query values	from the user.	Because	all
     plugins must have default values, calling dmPMSetupVideoTransition	is
     optional.	Calling	dmPMExecuteVideoTransition will	cause the video
     transition	to be executed on your video clips.
     dmPMCleanupVideoTransition	does not normally need to be called directly
     from your application.

RETURN VALUES    [Toc]    [Back]

     dmPMSetupVideoTransition will return DM_SUCCESS if	successful, or will
     return DM_FAILURE if it fails.  dmPMExecuteVideoTransition	will return
     DM_SUCCESS	if successful, or will return DM_FAILURE if it fails.
     dmPMCleanupVideoTransition	will return DM_SUCCESS if successful, or will
     return DM_FAILURE if it fails.  dmPMBufferSetupVideoTransition will
     return DM_SUCCESS if successful, or will return DM_FAILURE	if it fails.
     dmPMBufferExecuteVideoTransition will return DM_SUCCESS if	successful, or



									Page 2






dmPMSetupVideoTransition(3dm)			 dmPMSetupVideoTransition(3dm)



     will return DM_FAILURE if it fails.

SEE ALSO    [Toc]    [Back]

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


									PPPPaaaaggggeeee 3333
[ Back ]
 Similar pages
Name OS Title
dmPMSetupVideoFilter IRIX sets up, executes, and cleanups video filters
dmPMSetupAudioFilter IRIX sets up, executes, and cleanups audio filters
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
initscript Linux script that executes inittab commands.
uuxqt Tru64 Executes remote command requests
ishell IRIX Executes a UNICOS shell command
pxfexecv IRIX Executes a new process image file
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service