C# Class WPCordovaClassLib.Cordova.UI.ImageCaptureTask

Mostrar archivo Open project: ChristianWeyer/tUdUs

Public Methods

Method Description
Show ( ) : void

Represents an image returned from a call to the Show method of a WPCordovaClassLib.Cordova.Controls.ImageCaptureTask object

/// Initializes a new instance of the AudioResult class. ///

/// Initializes a new instance of the AudioResult class /// with the specified Microsoft.Phone.Tasks.TaskResult. ///

/// Gets the file name of the recorded audio. ///

/// Gets the stream containing the data for the recorded audio. ///

Occurs when a audio recording task is completed.

Shows Audio Recording application

Private Methods

Method Description
NavigationService_Navigated ( object sender, System e ) : void

Performs additional configuration of the recording application.

Method Details

Show() public method

Represents an image returned from a call to the Show method of a WPCordovaClassLib.Cordova.Controls.ImageCaptureTask object /// Initializes a new instance of the AudioResult class. /// /// Initializes a new instance of the AudioResult class /// with the specified Microsoft.Phone.Tasks.TaskResult. /// /// Gets the file name of the recorded audio. /// /// Gets the stream containing the data for the recorded audio. /// Occurs when a audio recording task is completed. Shows Audio Recording application
public Show ( ) : void
return void