C# Class WPCordovaClassLib.Cordova.UI.VideoCaptureTask.VideoResult

Represents recorded video returned from a call to the Show method of a WPCordovaClassLib.Cordova.Controls.VideoCaptureTask object
Inheritance: TaskEventArgs
Mostrar archivo Open project: ChristianWeyer/tUdUs

Public Methods

Method Description
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.

Method Details

VideoResult() public method

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

VideoResult() public method

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
return System