C# Класс WPCordovaClassLib.Cordova.UI.AudioCaptureTask.AudioResult

Represents recorded audio returned from a call to the Show method of a WPCordovaClassLib.Cordova.Controls.AudioCaptureTask object
Наследование: TaskEventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

AudioResult() публичный Метод

Initializes a new instance of the AudioResult class.
public AudioResult ( ) : System
Результат System

AudioResult() публичный Метод

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
Результат System