C# Class WPCordovaClassLib.Cordova.UI.AudioCaptureTask.AudioResult

Represents recorded audio returned from a call to the Show method of a WPCordovaClassLib.Cordova.Controls.AudioCaptureTask object
Inheritance: TaskEventArgs
Afficher le fichier Open project: ChristianWeyer/tUdUs

Méthodes publiques

Méthode Description
AudioResult ( ) : System

Initializes a new instance of the AudioResult class.

AudioResult ( TaskResult taskResult ) : System

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

Method Details

AudioResult() public méthode

Initializes a new instance of the AudioResult class.
public AudioResult ( ) : System
Résultat System

AudioResult() public méthode

Initializes a new instance of the AudioResult class with the specified Microsoft.Phone.Tasks.TaskResult.
public AudioResult ( TaskResult taskResult ) : System
taskResult TaskResult Associated Microsoft.Phone.Tasks.TaskResult
Résultat System