@Deprecated public class MPMoviePlayerController extends NSObject
| Constructor and Description |
|---|
MPMoviePlayerController(NSURL contentURL)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UIColor |
backgroundColor()
Deprecated.
|
NSURL |
contentURL()
Deprecated.
|
double |
initialPlaybackTime()
Deprecated.
|
void |
pause()
Deprecated.
Pauses the movie.
|
void |
play()
Deprecated.
Plays the movie.
|
int |
scalingMode()
Deprecated.
|
void |
setInitialPlaybackTime(double initialPlaybackTime)
Deprecated.
|
void |
setScalingMode(int MPMovieScalingMode)
Deprecated.
Sets the scaling mode of the movie content.
|
void |
stop()
Deprecated.
Stops the movie.
|
addObserver, observeValueForKeyPath, performSelector, performSelectorOnMainThread, release, removeObserver, removeObserver, retain, setValueForKey, setValueForUndefinedKey, valueForKey, valueForUndefinedKey@Deprecated public MPMoviePlayerController(NSURL contentURL)
contentURL - The URL of the movie file for the new
MPMoviePlayerController object.public void play()
public void pause()
public void stop()
@Deprecated public NSURL contentURL()
@Deprecated public UIColor backgroundColor()
@Deprecated public double initialPlaybackTime()
@Deprecated public void setInitialPlaybackTime(double initialPlaybackTime)
initialPlaybackTime - The starting point of the playback expressed
in seconds(within the video timeline).@Deprecated public int scalingMode()
MPMovieScalingModepublic void setScalingMode(int MPMovieScalingMode)
MPMovieScalingMode - The scaling mode of the movie content.MPMovieScalingModeCopyright © 2020. All rights reserved.