Enumeration: MPMovieControlMode
Overview
Options for displaying movie playback controls. (Deprecated. Use the “MPMovieControlStyle” constants in conjunction with the controlStyle property instead.)
Constant Summary
- MPMovieControlModeDefault
Display the standard controls for controlling playback. this includes play/pause controls, a volume slider, and a timeline control. available in ios 2.0 and later.declared in mpmovieplayercontroller.h.
- MPMovieControlModeVolumeOnly
Display volume controls only. available in ios 2.0 and later.declared in mpmovieplayercontroller.h.
- MPMovieControlModeHidden
Do not display any controls. this mode prevents the user from controlling playback.available in ios 2.0 and later.declared in mpmovieplayercontroller.h.