MediaCaptureVideoProfileMediaDescription.IsVariablePhotoSequenceSupported 속성

정의

미디어 설명에 가변 사진 시퀀스 지원이 포함되어 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsVariablePhotoSequenceSupported { bool get(); };
bool IsVariablePhotoSequenceSupported();
/// [get: Windows.Foundation.Metadata.Deprecated("IsVariablePhotoSequenceSupported might not be available in the next major update following Windows 10, version 1709", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")]
bool IsVariablePhotoSequenceSupported();
public bool IsVariablePhotoSequenceSupported { get; }
public bool IsVariablePhotoSequenceSupported { [Windows.Foundation.Metadata.Deprecated("IsVariablePhotoSequenceSupported might not be available in the next major update following Windows 10, version 1709", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")] get; }
var boolean = mediaCaptureVideoProfileMediaDescription.isVariablePhotoSequenceSupported;
Public ReadOnly Property IsVariablePhotoSequenceSupported As Boolean

속성 값

Boolean

bool

True이면 가변 사진 시퀀스가 지원됩니다. 그렇지 않으면 false입니다.

특성

Windows 요구 사항

앱 기능
backgroundMediaRecording

적용 대상