MediaPicker Class

Definition

The MediaPicker API lets a user pick or take a photo or video on the device.

public ref class MediaPicker abstract sealed
public static class MediaPicker
type MediaPicker = class
Public Class MediaPicker
Inheritance
MediaPicker

Properties

Default

Provides the default implementation for static usage of this API.

IsCaptureSupported

Gets a value indicating whether capturing media is supported on this device.

Methods

CapturePhotoAsync(MediaPickerOptions)

Opens the camera to take a photo.

CaptureVideoAsync(MediaPickerOptions)

Opens the camera to take a video.

PickPhotoAsync(MediaPickerOptions)

Opens the media browser to select a photo.

PickVideoAsync(MediaPickerOptions)

Opens the media browser to select a video.

Applies to