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
Afficher le fichier Open project: ChristianWeyer/tUdUs

Méthodes publiques

Méthode 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 méthode

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

VideoResult() public méthode

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
Résultat System