MediaCaptureVideoProfileMediaDescription.IsVariablePhotoSequenceSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating if the media description includes variable photo sequence support.
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
Property Value
Boolean
bool
True if variable photo sequence is supported; otherwise, false.
- Attributes
Windows requirements
App capabilities |
backgroundMediaRecording
|