mvParams man page on IRIX

Man page or keyword search:  
man Server   31559 pages
apropos Keyword Search (all sections)
Output format
IRIX logo
[printable version]



mvParams(3dm)							 mvParams(3dm)

NAME
     mvGetParams, mvSetParams, mvAddUserParam, mvSetMovieDefaults - get and
     set the parameters of a movie or track

SYNOPSIS
     #include <dmedia/moviefile.h>

     DMparams* mvGetParams( MVid movieOrTrack )

     DMstatus mvSetParams( MVid movieOrTrack, DMparams* params,
				   DMparams* paramsSet )

     DMstatus mvAddUserParam( const char* paramName );

     DMstatus mvSetMovieDefaults( DMparams* params, MVfileformat format )

DESCRIPTION
     mvGetParams returns the parameter list associated with a movie or track.
     For movies, the parameter list contains the file format, looping mode,
     etc.  For tracks, the parameter list contains information about the
     format of the data in the track.

     The parameter list pointer returned points into the internal data
     structures of the movie.  Any values from it that are to be kept should
     be copied, because the movie library may change the structures if the
     movie is changed or closed.  Do not call dmParamsDestroy on the returned
     list, since it is owned by the movie library.

     mvSetParams changes the parameters of a movie or track. params is the
     list of parameter/value pairs that you want to change.  Some parameters
     cannot be changed, and some parameters are not recognized by the movie
     library.  The parameters that were recognized and that could be changed
     are placed into paramsSet if it is not NULL.

     mvAddUserParam tells the movie library about a user-defined parameter
     that is to be stored with a movie or track.  This addition is global and
     applies until the process dies.  mvAddUserParam is called automatically
     by the movie library when loading a movie that contains user parameters.
     If this function is not called, any extraneous parameters passed to
     mvSetParams will be ignored.  User-defined parameters can only be stored
     permanently in movie files that have the MV_FORMAT_SGI_3 format.

     Names for user parameters must have 15 or fewer characters. The values
     stored in user parameters are restricted to being null-terminated strings
     with a length less than 32K bytes.

     mvSetMovieDefaults is used to construct a parameter list that will be
     used to create a movie.  It takes the desired format for the new movie
     file, and sets the rest of the movie parameters (such as loop mode) to
     their default values.  The parameters set and their values are:

									Page 1

mvParams(3dm)							 mvParams(3dm)

     MV_FILE_FORMAT = format, MV_LOOP_MODE = MV_LOOP_NONE, MV_LOOP_LIMIT = 0.

SEE ALSO
     mvIntro(3dm), mvCreate(3dm).

									Page 2

[top]

List of man pages available for IRIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net