LowLagMediaRecording.StartAsync Méthode

Définition

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.

S’applique à

Voir aussi