C# Class PictureInPicture.PlayerViewController

Afficher le fichier Open project: xamarin/monotouch-samples

Private Properties

Свойство Type Description
CleanUpPlayerPeriodicTimeObserver void
DidStartPictureInPicture void
FailedToStartPictureInPicture void
HandleError void
ObserveCurrentItemDuration void
ObserveCurrentItemStatus void
ObserveCurrentRate void
PlayPauseButtonWasPressed void
PlayPauseButtonWasPressed void
PlayPauseButtonWasPressed void
SetupPictureInPicturePlayback void
SetupPlayback void
SetupPlayerPeriodicTimeObserver void
WillStopPictureInPicture void
timeSliderDidChange void
togglePictureInPictureMode void

Méthodes publiques

Méthode Description
ObserveValue ( NSString keyPath, NSObject ofObject, NSDictionary change, IntPtr context ) : void
PlayerViewController ( IntPtr handle ) : System
ViewDidDisappear ( bool animated ) : void
ViewWillAppear ( bool animated ) : void

Private Methods

Méthode Description
CleanUpPlayerPeriodicTimeObserver ( ) : void
DidStartPictureInPicture ( AVPictureInPictureController pictureInPictureController ) : void
FailedToStartPictureInPicture ( AVPictureInPictureController pictureInPictureController, NSError error ) : void
HandleError ( NSError error ) : void
ObserveCurrentItemDuration ( NSObservedChange change ) : void
ObserveCurrentItemStatus ( NSObservedChange change ) : void
ObserveCurrentRate ( NSObservedChange change ) : void
PlayPauseButtonWasPressed ( ) : void
PlayPauseButtonWasPressed ( UIButton sender ) : void
PlayPauseButtonWasPressed ( object sender, EventArgs e ) : void
SetupPictureInPicturePlayback ( ) : void
SetupPlayback ( ) : void
SetupPlayerPeriodicTimeObserver ( ) : void
WillStopPictureInPicture ( AVPictureInPictureController pictureInPictureController ) : void
timeSliderDidChange ( UISlider sender ) : void
togglePictureInPictureMode ( UIButton sender ) : void

Method Details

ObserveValue() public méthode

public ObserveValue ( NSString keyPath, NSObject ofObject, NSDictionary change, IntPtr context ) : void
keyPath NSString
ofObject NSObject
change NSDictionary
context IntPtr
Résultat void

PlayerViewController() public méthode

public PlayerViewController ( IntPtr handle ) : System
handle IntPtr
Résultat System

ViewDidDisappear() public méthode

public ViewDidDisappear ( bool animated ) : void
animated bool
Résultat void

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void