C# Class Sound.SoundViewController

Mostrar archivo Open project: xamarin/monotouch-samples Class Usage Examples

Public Methods

Method Description
SoundViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CreateOutputUrl ( ) : NSUrl
OnDidPlayToEndTime ( object sender, NSNotificationEventArgs e ) : void
OnFinishedRecording ( object sender, AVStatusEventArgs e ) : void
OnPlayRecordedSound ( object sender, EventArgs e ) : void
OnStartRecording ( object sender, EventArgs e ) : void
OnStopRecording ( object sender, EventArgs e ) : void
PrepareAudioRecording ( ) : bool

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

SoundViewController() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void