Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 847 Bytes

mediacapturememorypreference.md

File metadata and controls

30 lines (21 loc) · 847 Bytes
-api-id -api-type
T:Windows.Media.Capture.MediaCaptureMemoryPreference
winrt enum

MediaCaptureMemoryPreference

-description

Specifies the preferred memory location for captured video frames.

-enum-fields

-field Auto:0

The system dynamically chooses between CPU and GPU memory.

-field Cpu:1

CPU memory is used.

-remarks

Specify a memory preference by setting the MemoryPreference property of the MediaCaptureInitializationSettings object before calling MediaCapture.InitializeAsync.

-examples

-see-also

-capabilities

backgroundMediaRecording