MediaCapture.PrepareVariablePhotoSequenceCaptureAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
가변 사진 시퀀스 캡처를 초기화하고 기록을 관리하는 데 사용되는 VariablePhotoSequenceCapture 개체를 제공합니다.
public:
virtual IAsyncOperation<VariablePhotoSequenceCapture ^> ^ PrepareVariablePhotoSequenceCaptureAsync(ImageEncodingProperties ^ type) = PrepareVariablePhotoSequenceCaptureAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<VariablePhotoSequenceCapture> PrepareVariablePhotoSequenceCaptureAsync(ImageEncodingProperties const& type);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<VariablePhotoSequenceCapture> PrepareVariablePhotoSequenceCaptureAsync(ImageEncodingProperties type);
function prepareVariablePhotoSequenceCaptureAsync(type)
Public Function PrepareVariablePhotoSequenceCaptureAsync (type As ImageEncodingProperties) As IAsyncOperation(Of VariablePhotoSequenceCapture)
매개 변수
이미지에 사용되는 인코딩 프로필입니다.
반환
이 메서드가 완료되면 사진 시퀀스 캡처를 시작하는 데 사용할 수 있는 VariablePhotoSequenceCapture 개체가 반환됩니다.
- 특성
Windows 요구 사항
앱 기능 |
backgroundMediaRecording
|