Windows.Media.Import Namespace

The Windows.Media.Import namespace provides APIs for discovering and importing photos and videos from devices including cameras, mass storage devices, phones, and other devices that support photo import.

For how-to guidance for adding media import to your app, see Import media from a device.

Classes

PhotoImportDeleteImportedItemsFromSourceResult

Represents the result of a operation that deletes imported media items from the source.

PhotoImportFindItemsResult

Represents the result of a operation that finds media items on a source.

PhotoImportImportItemsResult

Represents the result of a operation that imports media items from the source.

PhotoImportItem

Represents an media item that has been imported from a source.

PhotoImportItemImportedEventArgs

Provides data for the PhotoImportFindItemsResult.ItemImported event.

PhotoImportManager

Provides APIs for determining if photo import is supported on the current device, finding sources from which to import photos, and getting references to any pending photo import operations.

PhotoImportOperation

Represents an in-progress photo import operation.

PhotoImportSelectionChangedEventArgs

Provides data for the PhotoImportFindItemsResult.SelectionChanged event.

PhotoImportSession

Represents a photo import session with a photo import source.

PhotoImportSidecar

Represents a sidecar file or a sibling file to a PhotoImportItem.

PhotoImportSource

Represents the source device for a photo import session.

PhotoImportStorageMedium

Represents a storage medium exposed by a photo import source device.

PhotoImportVideoSegment

Represents an imported video segment.

Structs

PhotoImportProgress

The progress data for an asynchronous photo import operation.

Enums

PhotoImportAccessMode

Specifies the access mode with which photos are imported.

PhotoImportConnectionTransport

Specifies the connection transport used for photo import.

PhotoImportContentType

Specifies the content type of an imported item.

PhotoImportContentTypeFilter

Specifies the content types that are included in a photo import operation.

PhotoImportImportMode

Specifies the types of files that are included in an import operation.

PhotoImportItemSelectionMode

Specifies the initial selection state for items that are discovered using PhotoImportSession.FindItemsAsync.

PhotoImportPowerSource

Specifies the current power source of the source device containing items to be imported.

PhotoImportSourceType

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

PhotoImportStage

Specifies the stages of the photo import process.

PhotoImportStorageMediumType

Specifies the type of a storage medium.

PhotoImportSubfolderCreationMode

Specifies the method used for naming subfolders within the destination folder.

PhotoImportSubfolderDateFormat

Specifies the date format of a subfolder for a photo import operation.

See also