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

  man pages->IRIX man pages -> dmedia/dmParamsSetIntRange (3d)              
Title
Content
Arch
Section
 

Contents


dmParamsSetIntRange(3dm)			      dmParamsSetIntRange(3dm)


NAME    [Toc]    [Back]

     dmParamsSetIntRange, dmParamsSetFloatRange, dmParamsSetFractRange - set
     range values in digital media parameter/value lists

SYNOPSIS    [Toc]    [Back]

     #include <dmedia/dm_params.h>

     DMstatus dmParamsSetIntRange    [Toc]    [Back]
	   ( DMparams* params,
	     const char* paramName,
	     const DMintrange* value )

     DMstatus dmParamsSetFloatRange    [Toc]    [Back]
	   ( DMparams* params,
	     const char* paramName,
	     const DMfloatrange* value )

     DMstatus dmParamsSetFractRange    [Toc]    [Back]
	   ( DMparams* params,
	     const char* paramName,
	     const DMfractionrange* value )

DESCRIPTION    [Toc]    [Back]

     These functions all store ranges of values	in a parameter value list.  If
     there is already a	value in the list with the given name it will be
     replaced with the new one.	 The contents of the range passed in is	copied
     into the parameter	list.  This means that the caller can free the range
     structure after storing it	in the parameter list.	DM_SUCCESS is returned
     if	the operation succeeded, DM_FAILURE if there was not enough memory
     available to hold a copy of the range.

SEE ALSO    [Toc]    [Back]

      
      
     dmParams(3dm), dmParamsGetIntRange(3dm), dmParamsGetNumElems(3dm),
     dmSetImageDefaults(3dm), dmSetAudioDefaults(3dm).


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
dmParamsSetInt IRIX set values in digital media parameter/value lists
dmParamsGetInt IRIX get values from digital media parameter/value lists
dmParamsGetIntArray IRIX get arrays of values from digital media parameter/value lists
dmParamsSetIntArray IRIX set array values in digital media parameter/value lists
dmParamsGetIntRange IRIX get ranges of values from digital media parameter/value lists
dmParamsCreate IRIX create and destroy digital media parameter/value lists
dmParamsFlatten IRIX convert digital media parameter lists to and from byte strings
dmParamsGetNumElems IRIX manipulate the contents of a digital media parameter/value list
dmParamsScan IRIX scan all entries of a digital media parameter/value list
dmParamsGetElem IRIX obsolete functions to get indexed elements in a digital media parameter/value list
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service