Compartir a través de


MediaCaptureVideoProfileMediaDescription.IsVariablePhotoSequenceSupported Propiedad

Definición

Obtiene un valor que indica si la descripción del medio incluye compatibilidad con la secuencia de fotos variable.

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

Valor de propiedad

Boolean

bool

True si se admite la secuencia de fotos variable; de lo contrario, false.

Atributos

Requisitos de Windows

Características de aplicaciones
backgroundMediaRecording

Se aplica a