MPMoviePlayerController
Notifications
MPMoviePlayerController()
MPMoviePlayerController(IntPtr)
MPMoviePlayerController(NativeHandle)
MPMoviePlayerController(NSObjectFlag)
MPMoviePlayerController(NSUrl)
AccessLog
AirPlayVideoActive
AllowsAirPlay
BackgroundColor
BackgroundView
ClassHandle
ContentUrl
ControlStyle
CurrentPlaybackRate
CurrentPlaybackTime
DidEnterFullscreenNotification
DidExitFullscreenNotification
Duration
DurationAvailableNotification
EndPlaybackTime
ErrorLog
Fullscreen
FullscreenAnimationCurveUserInfoKey
FullscreenAnimationDurationUserInfoKey
InitialPlaybackTime
IsPreparedToPlay
LoadState
LoadStateDidChangeNotification
MediaPlaybackIsPreparedToPlayDidChangeNotification
MovieControlMode
MovieMediaTypes
MoviePlayerReadyForDisplayDidChangeNotification
MPMoviePlayerIsAirPlayVideoActiveDidChangeNotification
NaturalSize
NaturalSizeAvailableNotification
NowPlayingMovieDidChangeNotification
PlayableDuration
PlaybackDidFinishNotification
PlaybackDidFinishReasonUserInfoKey
PlaybackState
PlaybackStateDidChangeNotification
ReadyForDisplay
RepeatMode
ScalingMode
ScalingModeDidChangeNotification
ShouldAutoplay
SourceType
SourceTypeAvailableNotification
ThumbnailErrorKey
ThumbnailImageKey
ThumbnailImageRequestDidFinishNotification
ThumbnailTimeKey
TimedMetadata
TimedMetadataKeyDataType
TimedMetadataKeyInfo
TimedMetadataKeyLanguageCode
TimedMetadataKeyMIMEType
TimedMetadataKeyName
TimedMetadataUpdatedNotification
TimedMetadataUserInfoKey
TypesAvailableNotification
UseApplicationAudioSession
View
WillEnterFullscreenNotification
WillExitFullscreenNotification
BeginSeekingBackward()
BeginSeekingForward()
CancelAllThumbnailImageRequests()
EndSeeking()
Pause()
Play()
PrepareForPrerollAds()
PrepareToPlay()
RequestThumbnails(NSNumber[], MPMovieTimeOption)
SetFullscreen(Boolean, Boolean)
Stop()
ThumbnailImageAt(Double, MPMovieTimeOption)
CancelPreroll(MPMoviePlayerController)
PlayPrerollAd(MPMoviePlayerController, Action<NSError>)
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 and is not always available.")]
[Obsoleted(PlatformName.iOS, 8, 0, PlatformArchitecture.All, "Do not use; this API was removed and is not always available.")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public virtual UIColor! BackgroundColor
{
[Deprecated(PlatformName.iOS, 3, 2, PlatformArchitecture.All, "Do not use; this API was removed and is not always available.")]
[Export("backgroundColor", ArgumentSemantic.Retain)]
[Obsoleted(PlatformName.iOS, 8, 0, PlatformArchitecture.All, "Do not use; this API was removed and is not always available.")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
get;
[Deprecated(PlatformName.iOS, 3, 2, PlatformArchitecture.All, "Do not use; this API was removed and is not always available.")]
[Export("setBackgroundColor:", ArgumentSemantic.Retain)]
[Obsoleted(PlatformName.iOS, 8, 0, PlatformArchitecture.All, "Do not use; this API was removed and is not always available.")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
set;
}
}
}
nuget.org | 0.0 %
Reference this API 0.0 %
Set property |
---|---|
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. |
- Built-in API
- Package-provided API