Share via


AVSampleBufferAudioRenderer.FlushAsync(CMTime) Metodo

Definizione

public virtual System.Threading.Tasks.Task<bool> FlushAsync (CoreMedia.CMTime time);
abstract member FlushAsync : CoreMedia.CMTime -> System.Threading.Tasks.Task<bool>
override this.FlushAsync : CoreMedia.CMTime -> System.Threading.Tasks.Task<bool>

Parametri

time
CMTime

Restituisce

Attività che rappresenta l'operazione di scaricamento asincrona. Il valore del parametro TResult è di tipo System.Action<System.Boolean>.

Commenti

Il metodo FlushAsync è adatto per essere usato con Async C# restituendo il controllo al chiamante con un'attività che rappresenta l'operazione.

Da aggiungere.

Si applica a