BarcodeScannerFrameReader.TryAcquireLatestFrameAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Acquiert la dernière image disponible à partir de l’appareil photo.
public:
virtual IAsyncOperation<BarcodeScannerVideoFrame ^> ^ TryAcquireLatestFrameAsync() = TryAcquireLatestFrameAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<BarcodeScannerVideoFrame> TryAcquireLatestFrameAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<BarcodeScannerVideoFrame> TryAcquireLatestFrameAsync();
function tryAcquireLatestFrameAsync()
Public Function TryAcquireLatestFrameAsync () As IAsyncOperation(Of BarcodeScannerVideoFrame)
Retours
Code-barresVideoFrame contenant des données pour la dernière image vidéo.
- Attributs
Remarques
Seul le premier appel à TryAcquireLatestFrameAsync retourne des données. Les appels suivants retournent la valeur Null jusqu’à ce qu’une nouvelle image arrive. Abonnez-vous à l’événement FrameArrived pour être averti de l’arrivée de nouvelles images.