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

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

Contents


dmParamsGetIntRange(3dm)			      dmParamsGetIntRange(3dm)


NAME    [Toc]    [Back]

     dmParamsGetIntRange, dmParamsGetFloatRange, dmParamsGetFractRange - get
     ranges of values from digital media parameter/value lists

SYNOPSIS    [Toc]    [Back]

     #include <dmedia/dm_params.h>

     const DMintrange* dmParamsGetIntRange
	   ( const DMparams* params,
	     const char* paramName )

     const DMfloatrange* dmParamsGetFloatRange
	   ( const DMparams* params,
	     const char* paramName )

     const DMfractionrange* dmParamsGetFractRange
	   ( const DMparams* params,
	     const char* paramName )

DESCRIPTION    [Toc]    [Back]

     These functions all retrieve values stored	in a parameter/value list.
     They assume that the named	parameter is present and is of the specified
     type; the debugging version of the	library	asserts	that this is the case.
     The value,	or a pointer to	it is returned.

     The returned range	points to the internal data structure of the parameter
     list, and is owned	by the parameter list.	It should never	be freed, and
     is	only guaranteed	to remain valid	until the next time the	list is
     changed.  In general, if you need to keep the range around	after getting
     it	from a parameter/value list, it	should be copied.

SEE ALSO    [Toc]    [Back]

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


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
dmParamsGetInt IRIX get values from digital media parameter/value lists
dmParamsSetInt IRIX set values in digital media parameter/value lists
dmParamsSetIntRange IRIX set range values in digital media parameter/value lists
dmParamsSetIntArray IRIX set array values in digital media parameter/value lists
dmParamsGetIntArray IRIX get arrays 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
dmParamsScan IRIX scan all entries of a digital media parameter/value list
dmParamsGetNumElems IRIX manipulate the contents 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