iPhoneMovieControlMode
Enumeration
Describes options for displaying movie playback controls.
Values
| Full |
Display the standard controls for controlling movie playback. This includes play/pause controls, a volume slider, and a timeline control.
|
| Minimal |
Display minimal set of controls controlling movie playback. Set of controls might differ between OS versions.
|
| CancelOnTouch |
Do not display any controls, but cancel movie playback if the user touches the screen.
|
| Hidden |
Do not display any controls. This mode prevents the user from controlling playback.
|
|