次の方法で共有


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

適用対象