C# 클래스 WPCordovaClassLib.Cordova.UI.VideoCaptureTask.VideoResult

Represents recorded video returned from a call to the Show method of a WPCordovaClassLib.Cordova.Controls.VideoCaptureTask object
상속: TaskEventArgs
파일 보기 프로젝트 열기: ChristianWeyer/tUdUs

공개 메소드들

메소드 설명
VideoResult ( ) : System

Initializes a new instance of the VideoResult class.

VideoResult ( TaskResult taskResult ) : System

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

메소드 상세

VideoResult() 공개 메소드

Initializes a new instance of the VideoResult class.
public VideoResult ( ) : System
리턴 System

VideoResult() 공개 메소드

Initializes a new instance of the VideoResult class with the specified Microsoft.Phone.Tasks.TaskResult.
public VideoResult ( TaskResult taskResult ) : System
taskResult TaskResult Associated Microsoft.Phone.Tasks.TaskResult
리턴 System