xamarinios
namespace MediaPlayer
{
[Deprecated(PlatformName.iOS, 9, 0, PlatformArchitecture.All, "Use 'AVPlayerViewController' (AVKit) instead.")]
[Register("MPMoviePlayerController", true)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public class MPMoviePlayerController : NSObject, IMPMediaPlayback, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Deprecated(PlatformName.iOS, 3, 2, PlatformArchitecture.All, "Do not use; this API was removed.")]
[Obsoleted(PlatformName.iOS, 8, 0, PlatformArchitecture.All, "Do not use; this API was removed.")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public virtual MPMovieControlMode MovieControlMode
{
[Deprecated(PlatformName.iOS, 3, 2, PlatformArchitecture.All, "Do not use; this API was removed.")]
[Export("movieControlMode")]
[Obsoleted(PlatformName.iOS, 8, 0, PlatformArchitecture.All, "Do not use; this API was removed.")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
get;
[Deprecated(PlatformName.iOS, 3, 2, PlatformArchitecture.All, "Do not use; this API was removed.")]
[Export("setMovieControlMode:")]
[Obsoleted(PlatformName.iOS, 8, 0, PlatformArchitecture.All, "Do not use; this API was removed.")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
set;
}
}
}
Xamarin iOS | 0.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |