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

  man pages->IRIX man pages              
Title
Content
Arch
Section
 
 fx/dmPMCreateFromByteStream(3d) -- recreates a special effect from a byte stream
    manager A pointer to a DMplugmgr, which was returned from dmPMCreateManager. byteStream The byte stream from which to create the DMeffect. numBytes The size of the byte stream.
 fx/dmPMCreateManager(3d) -- create and destroy special
    parent The parent widget to use if the plugin requires a GUI; can be NULL. manager A pointer to a DMplugmgr, which was returned from dmPMCreateManager.
 fx/dmPMGetAppShell(3d) -- retrieves the app shell widget used by the pluginmanager
    manager A pointer to a DMplugmgr, which was returned from dmPMCreateManager.
 fx/dmPMGetDefaultPluginPathForType(3d) -- return the default path for plugins of a specific type
    pluginType The plugin type that you want the default path for. pluginType must be exactly one of: DM_VIDEO_FILTER, DM_VIDEO_TRANSITION, DM_AUDIO_FILTER. Note that with this usage of pluginType, you cannot specify more than one plugin type.
 fx/dmPMGetName(3d) -- retrieve the name, prefix, pathname or type of a plugin
    plugin A pointer to a DMplugin, which was created with dmPMInitPlugin or dmPMInitDirectory.
 fx/dmPMGetPlugin(3d) -- retrieve a pointer to a special effects plugin
    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.
 fx/dmPMGetPluginCount(3d) -- returns the number of initialized plugins
    manager A pointer to a DMplugmgr, which was returned from dmPMCreateManager.
 fx/dmPMGetProperty(3d) -- retrieves a property of the specified plugin
    plugin A pointer to a DMplugin, which was created with dmPMInitPlugin or dmPMInitDirectory. property A property to obtain from the plugin. value dmPMGetProperty will fill in the value of the property.
 fx/dmPMGetSourceAUsage(3d) -- retrieves the usage bitmask of the plugin
    plugin A pointer to a DMplugin, which was created with dmPMInitPlugin or dmPMInitDirectory.
 fx/dmPMHasDialog(3d) -- determine whether or not a plugin has a setup dialog
    plugin A pointer to a DMplugin, which was created with dmPMInitPlugin or dmPMInitDirectory.
 fx/dmPMInitDirectory(3d) -- initializes a directory of plugins
    manager A pointer to a DMplugmgr, which was returned from dmPMCreateManager. pathname The pathname of the directory from which to initialize the plugins; can be NULL. typemask The typemask of the plugin type which is a bitwise combination of one or more of: DM_VIDEO_FILTER, DM_VIDEO_TRANSITION, DM_AUDIO_FILTER, or DM_ALL_PLUGIN_TYPES. progressCallback The progressCallback is a pointer to a DMprogresscallback callback. This callback gets triggered periodically during the loading of plugins if and...
 fx/dmPMInitPlugin(3d) -- initializes and frees plugins
    manager A pointer to a DMplugmgr, which was returned from dmPMCreateManager. pathname The pathname of a plugin to initialize. plugin A pointer to a DMplugin, which was returned from dmPMInitPlugin.
 fx/dmPMProcessClip(3d) -- apply special effects to movies
    arrayOfOperations an array of: source movies, filters, and transitions Page 1 dmPMProcessImageClip(3dm) dmPMProcessImageClip(3dm) numberOfOperations The number of DMprocessops in arrayOfOperations. callSetup If true, the setup function (dmPMSetupVideoFilter or dmPMSetupVideoTransition) will be called once for each effect before the movie is processed. frameDuration The fraction frameDuration/timescale is the duration, in seconds, of each frame generated. movieDuration The fraction movieDuration/...
 fx/dmPMSetAudioCallback(3d) -- sets the audio and video callbacks
    effect A pointer to a DMeffect, which was returned from dmPMCreateEffect. audioCallback A callback for a DMeffect, defined as follows: DMstatus DMaudiocallback( void *clientData, int firstByte, int size, unsigned char *samples); videoCallback A callback for a DMeffect, defined as follows: DMstatus DMvideocallback( void *clientData, int frame, DMplugintrack track, /* DM_TRACK_A or DM_TRACK_B */ int width, int height, int rowBytes, unsigned char *data); clientData The clientData gets passed into t...
 fx/dmPMSetupAudioFilter(3d) -- sets up, executes, and cleanups audio filters
    effect A pointer to a DMeffect, which was returned from dmPMCreateEffect. src A pointer to the source audio samples. srcParams The source parameter/value list, a pointer to DMparams, can be created with dmParamsCreate. firstByte The first sample byte offset. size The size of src in bytes. total The total byte size of the audio clip. dst A pointer to the destination audio samples. dstParams The destination parameter/value list, a pointer to DMparams, can be created with dmParamsCreate. Page 1 dmP...
<<  [Prev]  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79  80  81  82  83  84  85  
86  87  88  89  90  91  92  93  94  95  96  97  98  99  100  101  102  103  104  105  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service