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
Показать файл Открыть проект

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

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