C# Class PictureInPicture.PlayerViewController

ファイルを表示 Open project: xamarin/monotouch-samples

Private Properties

Property 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

Public Methods

Method 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

Method 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 method

public ObserveValue ( NSString keyPath, NSObject ofObject, NSDictionary change, IntPtr context ) : void
keyPath NSString
ofObject NSObject
change NSDictionary
context IntPtr
return void

PlayerViewController() public method

public PlayerViewController ( IntPtr handle ) : System
handle IntPtr
return System

ViewDidDisappear() public method

public ViewDidDisappear ( bool animated ) : void
animated bool
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void