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

  man pages->IRIX man pages -> movie/mvPlay (3d)              
Title
Content
Arch
Section
 

Contents


mvPlay(3dm)							   mvPlay(3dm)


NAME    [Toc]    [Back]

     mvPlay, mvStop, mvIsMovieStopped -	Start and stop movie playback

SYNOPSIS    [Toc]    [Back]

     #include <dmedia/moviefile.h>
     #include <dmedia/movieplay.h>


     void mvPlay(MVid movieid);

     void mvStop(MVid movieid);

     DMboolean mvIsMovieStopped(MVid movieid);

DESCRIPTION    [Toc]    [Back]

     mvPlay(3dm) begins	movie playback.	 The Movie Playback Library does not
     change any	playback parameters associated with the	movie, such as speed
     and direction of playback.	 For example, if you change the	speed of movie
     playback, then call mvPlay(3dm), the movie	plays at the speed you had
     just set.	 If the	movie is already playing, mvPlay(3dm) has no effect.

     mvStop(3dm) stops movie playback.	If you have requested MV_EVENT_STOP
     events, the Movie Playback	Library	will send a MV_EVENT_STOP event	to
     you.  You will receive a MV_EVENT_STOP event only if the movie was
     actually playing when mvStop(3dm) was called.  If the movie is already
     stopped, mvStop(3dm) has no effect.

     mvIsMovieStopped(3dm) returns whether or not the movie is stopped
     (DM_TRUE) or currently playing (DM_FALSE).

     You may only call mvPlay(3dm) and mvStop(3dm) functions for a specified
     movie while it is bound to	a window (see mvBindOpenGLWindow(3dm)).

SEE ALSO    [Toc]    [Back]

      
      
     mvIntro(3dm), mvBindOpenGLWindow(3dm), mvPlayAt(3dm),
     mvSetPlayEveryFrame(3dm), mvSetFrame(3dm),	mvSetPlayLoopMode(3dm),
     mvSetPlaySpeed(3dm).


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
mvStartEndFrame IRIX Set/get the frame or time at which movie playback should start/end
mvOptimize IRIX optimize a movie file for playback after editing operations, or create a flattened movie file
mvPlaySpeed IRIX Control rate of playback for a movie instance
mvEnableVideo IRIX Enable/disable video playback for a movie instance
mvEnableAudio IRIX Enable/disable audio playback for a movie instance
mvEvent IRIX Movie Playback Library event handling functions
mvPlayLoop IRIX Set/get movie playback loop mode, limit, and count.
mvViewBackground IRIX Set background color of playback region for a movie instance
mvGetActualFrameRate IRIX Obtain playback frame rate information for a movie
mvGrabRelease IRIX provide safe usage of graphics libraries from Movie Playback Library clients
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service