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
파일 보기 프로젝트 열기: ChristianWeyer/tUdUs

공개 메소드들

메소드 설명
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