LowLagMediaRecording.StartAsync 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.
Démarre de manière asynchrone l’enregistrement multimédia à faible décalage.
public:
virtual IAsyncAction ^ StartAsync() = StartAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction StartAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction StartAsync();
function startAsync()
Public Function StartAsync () As IAsyncAction
Retours
Objet utilisé pour contrôler l’opération asynchrone.
- Attributs
Remarques
Avant d’appeler StartAsync, vous devez initialiser l’objet LowLagMediaRecording en appelant l’une des méthodes prepare sur MediaCapture : PrepareLowLagRecordToStreamAsync, PrepareLowLagRecordToStorageFileAsync et PrepareLowLagRecordToCustomSinkAsync.