Share via


MediaPicker.CaptureVideoAsync(MediaPickerOptions) Method

Definition

Opens the camera to take a video.

public static System.Threading.Tasks.Task<Microsoft.Maui.Storage.FileResult> CaptureVideoAsync (Microsoft.Maui.Media.MediaPickerOptions? options = default);
public static System.Threading.Tasks.Task<Microsoft.Maui.Storage.FileResult?> CaptureVideoAsync (Microsoft.Maui.Media.MediaPickerOptions? options = default);
static member CaptureVideoAsync : Microsoft.Maui.Media.MediaPickerOptions -> System.Threading.Tasks.Task<Microsoft.Maui.Storage.FileResult>
Public Shared Function CaptureVideoAsync (Optional options As MediaPickerOptions = Nothing) As Task(Of FileResult)

Parameters

options
MediaPickerOptions

Pick options to use.

Returns

A FileResult object containing details of the captured video. When the operation was cancelled by the user, this will return null.

Applies to