Share via


MPMoviePlaybackState Enum

Definition

An enumeration of possible states in which the MPMoviePlayerController may be. Used with the PlaybackState property.

[ObjCRuntime.Native]
public enum MPMoviePlaybackState
[<ObjCRuntime.Native>]
type MPMoviePlaybackState = 
Inheritance
MPMoviePlaybackState
Attributes

Fields

Name Value Description
Stopped 0
Playing 1
Paused 2
Interrupted 3
SeekingForward 4
SeekingBackward 5

Applies to