Returns whether the movie has loaded and buffered enough to playback without interruption.
Returns the width of the movie in pixels.
Returns the height of the movie in pixels.
Returns the size of the movie in pixels.
Returns the movie's aspect ratio, the ratio of its width to its height.
the Area defining the Movie's bounds in pixels: [0,0]-[width,height]
Returns the movie's pixel aspect ratio. Returns 1.0 if the movie does not contain an explicit pixel aspect ratio.
Returns the movie's length measured in seconds.
Returns the movie's framerate measured as frames per second.
Returns the total number of frames (video samples) in the movie.
Returns whether the first video track in the movie contains an alpha channel. Returns false in the absence of visual media.
Sets the movie to the time seconds .
Sets the movie time to its beginning.
Sets the movie time to its end.
Sets whether the movie is set to loop during playback. If palindrome is true, the movie will "ping-pong" back and forth.
Begins movie playback.
Stops movie playback.
Returns if the movie is playing or not.
Returns whether the movie has completely finished playing.