MPMovieSourceType Enum

Definition

An enumeration that specifies whether a movie's data is provided by a file or streaming. Used with the SourceType property.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MPMovieSourceType
type MPMovieSourceType = 
Inheritance
MPMovieSourceType
Attributes

Fields

File 1
Streaming 2
Unknown 0

Applies to