|
|
|
fx/dmPMSetupVideoFilter(3d) -- sets up, executes, and cleanups video filters
|
|
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... |
|
fx/dmPMSetupVideoTransition(3d) -- sets up, executes, and cleanups video transitions
|
|
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... |
|
|
fx/dmPMSortByName(3d) -- sorts the list of plugins stored in
|
|
manager A pointer to a DMplugmgr, which was returned from dmPMCreateManager. |
|
dmedia/dmSetAudioDefaults(3d) -- parameters for digital-media audio
|
|
dmSetAudioDefaults sets up a parameter list with all of the necessary parameters to describe audio for the digital-media libraries. The parameters that are set and their values are: DM_MEDIUM = DM_AUDIO, DM_AUDIO_WIDTH = width, DM_AUDIO_FORMAT = DM_AUDIO_TWOS_COMPLEMENT, DM_AUDIO_RATE = rate, DM_AUDIO_CHANNELS = channels, DM_AUDIO_COMPRESSION = DM_AUDIO_UNCOMPRESSED. dmSetAudioDefaults returns DM_SUCCESS if there was enough memory available to set up the parameters, and DM_FAILURE if not. dmAudi... |
|
dmedia/dmSetImageDefaults(3d) -- parameters for digital-media images
|
|
dmSetImageDefaults sets up a parameter list with all of the necessary parameters to describe an image for the digital-media libraries. The parameters that are set and their values are: DM_MEDIUM = DM_IMAGE, DM_IMAGE_WIDTH = width, DM_IMAGE_HEIGHT = height, DM_IMAGE_RATE = 15.0, DM_IMAGE_COMPRESSION = DM_IMAGE_UNCOMPRESSED, DM_IMAGE_INTERLACING = DM_IMAGE_NONINTERLEAVED, DM_IMAGE_PACKING = packing, DM_IMAGE_ORIENTATION = DM_BOTTOM_TO_TOP, DM_IMAGE_PIXEL_ASPECT = 1.0. dmSetImageDefaults returns DM... |
|
dmedia/dmTCAddTC(3d) -- digital media timecode mathematics
|
|
DMtimecode A structure containing a representation of SMPTE time code on which certain mathematical and utility functions can be performed. Can be used with: dmTCAddTC(3dm), dmTCAddFrames(3dm), dmTCToString(3dm), dmTCFromSeconds(3dm), dmTCToSeconds(3dm), dmTCFromString(3dm), dmTCFramesPerDay(3dm), and dmTCFramesBetween(3dm). Can also be used with the dmLTC(3dm) and dmVITC(3dm) routines. See also DMtimecode(3dm).... |
|
dmedia/dmTCFramesBetween(3d) -- digital media timecode mathematics
|
|
DMtimecode A structure containing a representation of SMPTE time code on which certain mathematical and utility functions can be performed. Can be used with: dmTCAddTC(3dm), dmTCAddFrames(3dm), dmTCToString(3dm), dmTCFromSeconds(3dm), dmTCToSeconds(3dm), dmTCFromString(3dm), dmTCFramesPerDay(3dm), and dmTCFramesBetween(3dm). Can also be used with the dmLTC(3dm) and dmVITC(3dm) routines. See also DMtimecode(3dm).... |
|
dmedia/dmTCFramesPerDay(3d) -- digital media timecode mathematics
|
|
DMtimecode A structure containing a representation of SMPTE time code on which certain mathematical and utility functions can be performed. Can be used with: dmTCAddTC(3dm), dmTCAddFrames(3dm), dmTCToString(3dm), dmTCFromSeconds(3dm), dmTCToSeconds(3dm), dmTCFromString(3dm), dmTCFramesPerDay(3dm), and dmTCFramesBetween(3dm). Can also be used with the dmLTC(3dm) and dmVITC(3dm) routines. See also DMtimecode(3dm).... |
|
dmedia/dmTCToSeconds(3d) -- digital media timecode mathematics
|
|
DMtimecode A structure containing a representation of SMPTE time code on which certain mathematical and utility functions can be performed. Can be used with: dmTCAddTC(3dm), dmTCAddFrames(3dm), dmTCToString(3dm), dmTCFromSeconds(3dm), dmTCToSeconds(3dm), dmTCFromString(3dm), dmTCFramesPerDay(3dm), and dmTCFramesBetween(3dm). Can also be used with the dmLTC(3dm) and dmVITC(3dm) routines. See also DMtimecode(3dm).... |
|
dmedia/dmTCToString(3d) -- digital media timecode mathematics
|
|
DMtimecode A structure containing a representation of SMPTE time code on which certain mathematical and utility functions can be performed. Can be used with: dmTCAddTC(3dm), dmTCAddFrames(3dm), dmTCToString(3dm), dmTCFromSeconds(3dm), dmTCToSeconds(3dm), dmTCFromString(3dm), dmTCFramesPerDay(3dm), and dmTCFramesBetween(3dm). Can also be used with the dmLTC(3dm) and dmVITC(3dm) routines. |
|
dmedia/dmVITC(3d) -- decode vertical interval timecode (VITC)
|
|
These routines provide a mechanism for decoding vertical interval time code (VITC). VITC is a mechanism for storing and transferring SMPTE time code in the vertical blanking portion of a video signal. Applications may use VITC to synchronize audio, video, or other events with external devices by decoding VITC from a video source connected to a video input port, or they may parse the VITC code from a previously captured movie file. To decode VITC, a video source with embedded VITC must be connect... |
|
dmedia/dm_dv(3d) -- DV and DVCPRO image and audio compression programming with dmIC, dmAC and dmBuffers
|
|
The DV and DVCPRO image and audio compression standards operate with dmIC and dmAC and dmBuffers as described in this man page. The dmIC and dmAC man pages are generic and contain no information about specific compression schemes. This man page describes details of dmIC specific to DV and DVCPRO image compression, and also describes DV and DVCPRO audio compression. This man page describes the difference between DV and DVCPRO compression, and makes recommendations as to when you should use each o... |
|
dmedia/dm_jpeg(3d) -- JPEG compression programming with dmIC and dmBuffers
|
|
The JPEG compression standard (ISO/IEC 10918) operates with dmIC and dmBuffers as described in this man page. The dmIC man pages are generic and contain no information about specific compression schemes. This man page describes details of dmIC specific to baseline (DCT-based, Huffmanencoded) JPEG. NOTE: Some previous generation realtime JPEG products are not supported via this interface. Indy Cosmo and Indigo2 Cosmo2 are available only via the Compression Library (CL). See CLintro and cl_jpeg fo... |
|
doconfig(3n) -- execute a configuration script
|
|
doconfig is a Service Access Facility library function that interprets the configuration scripts contained in the files /etc/saf/pmtag/_config, /etc/saf/_sysconfig, and /etc/saf/pmtag/svctag. script is the name of the configuration script; fd is a file descriptor that designates the stream to which stream manipulation operation... |
|
Tk/dooneevent(3) -- wait for events and invoke event handlers
|
|
int flags (in) This parameter is normally zero. It may be an OR-ed combination of any of the following flag bits: TK_X_EVENTS, TK_FILE_EVENTS, TK_TIMER_EVENTS, TK_IDLE_EVENTS, TK_ALL_EVENTS, or TK_DONT_WAIT. XEvent *eventPtr (in) Pointer to X event to dispatch to relevant handler(s). |