PhotoImportSourceType Enum

Definition

Specifies the type of device that is being used as a photo import source.

public enum class PhotoImportSourceType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PhotoImportSourceType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PhotoImportSourceType
var value = Windows.Media.Import.PhotoImportSourceType.generic
Public Enum PhotoImportSourceType
Inheritance
PhotoImportSourceType
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

AudioRecorder 6

The device is an audio recorder.

Camera 1

The device is a camera.

Generic 0

The device is a generic photo import source.

MediaPlayer 2

The device is a media player.

PersonalInfoManager 5

The device is a personal information manager.

Phone 3

The device is a phone.

Video 4

The device is a video camera.

Applies to