MPMovieMediaType Enum

Definition

An enumeration that specifies the movie's media types. Used with the MovieMediaTypes property.

This enumeration supports a bitwise combination of its member values.

[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)]
[System.Flags]
public enum MPMovieMediaType
type MPMovieMediaType = 
Inheritance
MPMovieMediaType
Attributes

Fields

Audio 2
None 0
Video 1

Applies to