Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Component: QTMovie
QuickTime Movie access.
Deprecated. Please move to AVPlayer functions for playing sound.
Version | macOS | Windows | Linux | Server | iOS SDK |
4.0 / 7.1 | ✅ Yes | ❌ No | ❌ No | ✅ 88%, on macOS | ❌ No |
Item | Details | Server |
---|---|---|
QTMovie.Autoplay Sets a movie to start playing when a sufficient amount of media data is available. | Mac only 4.0 |
✅ Server |
QTMovie.CurrentFrameImage Returns an Image for the frame at the current time in a Movie. | Mac only 4.0 |
✅ Server |
QTMovie.FormatTime Formats a time value. | Mac only 5.0 |
❌ Server |
QTMovie.FrameImageAtTime Returns an image for the frame at the time time in a Movie. | Mac only 4.0 |
✅ Server |
QTMovie.GetCurrentTime Returns the current time of a QTMovie object as seconds. | Mac only 4.0 |
✅ Server |
QTMovie.GetDuration Returns the duration of a movie in seconds. | Mac only 4.0 |
✅ Server |
QTMovie.GetMuted Returns the movie's mute setting. | Mac only 4.0 |
✅ Server |
QTMovie.GetRate Returns the current rate of a QTMovie object. | Mac only 4.0 |
✅ Server |
QTMovie.GetSelectionDuration Returns the duration of the movie's current selection as a seconds. | Mac only 4.0 |
✅ Server |
QTMovie.GetSelectionEnd Returns the end point of the movie's current selection as seconds. | Mac only 4.0 |
✅ Server |
QTMovie.GetSelectionStart Returns the start time of the movie's current selection as seconds. | Mac only 4.0 |
✅ Server |
QTMovie.GetVolume Returns the movie's volume as a scalar value of type float. | Mac only 4.0 |
✅ Server |
QTMovie.GotoBeginning Repositions the play position to the beginning of the movie. | Mac only 4.0 |
✅ Server |
QTMovie.GotoEnd Repositions the play position to the end of the movie. | Mac only 4.0 |
✅ Server |
QTMovie.GotoNextSelectionPoint Repositions the movie to the next selection point. | Mac only 4.0 |
✅ Server |
QTMovie.GotoPosterTime Repositions the play position to the movie's poster time. | Mac only 4.0 |
✅ Server |
QTMovie.GotoPreviousSelectionPoint Repositions the movie to the previous selection point. | Mac only 4.0 |
✅ Server |
QTMovie.OpenContainer Opens the movie from container. | Mac only 4.0 |
✅ Server |
QTMovie.OpenFile Opens a movie file. | Mac only 4.0 |
✅ Server |
QTMovie.OpenURL Opens the movie with the given URL. | Mac only 4.0 |
✅ Server |
QTMovie.ParseTime Parses a time value. | Mac only 5.0 |
❌ Server |
QTMovie.Play Plays the movie. | Mac only 4.0 |
✅ Server |
QTMovie.PosterImage Returns an Image for the poster frame of a Movie. | Mac only 4.0 |
✅ Server |
QTMovie.Release Releases the movie. | Mac only 4.0 |
✅ Server |
QTMovie.ReleaseAll Releases all movies in memory. | Mac only 7.1 |
✅ Server |
QTMovie.SetCurrentTime Sets the movie's current time setting to time. | Mac only 4.0 |
❌ Server |
QTMovie.SetMuted Sets the movie's mute setting to mute. | Mac only 4.0 |
✅ Server |
QTMovie.SetRate Sets the movie's rate to rate. | Mac only 4.0 |
✅ Server |
QTMovie.SetVolume Sets the movie's volume to volume. | Mac only 4.0 |
✅ Server |
QTMovie.StepBackward Sets the movie backward a single frame. | Mac only 4.0 |
✅ Server |
QTMovie.StepForward Sets the movie forward a single frame. | Mac only 4.0 |
✅ Server |
QTMovie.Stop Stops the movie playing. | Mac only 4.0 |
✅ Server |
QTMovie.StopDelayed Pauses a video later. | Mac only 5.0 |
❌ Server |
33 functions shown.
Release notes
- Version 9.0
- Version 7.1
- Added QTMovie.ReleaseAll.