Compartir a través de


CapturedFrame.WriteAsync(IBuffer) Método

Definición

Escribe de forma asincrónica los datos especificados en la secuencia.

public:
 virtual IAsyncOperationWithProgress<unsigned int, unsigned int> ^ WriteAsync(IBuffer ^ buffer) = WriteAsync;
IAsyncOperationWithProgress<uint32_t, uint32_t> WriteAsync(IBuffer const& buffer);
public IAsyncOperationWithProgress<uint,uint> WriteAsync(IBuffer buffer);
function writeAsync(buffer)
Public Function WriteAsync (buffer As IBuffer) As IAsyncOperationWithProgress(Of UInteger, UInteger)

Parámetros

buffer
IBuffer

Datos que se van a escribir en la secuencia.

Devoluciones

IAsyncOperationWithProgress<UInt32,UInt32>

Windows.Foundation.IAsyncOperationWithProgress<unsigned int,unsigned int>

IAsyncOperationWithProgress<uint32_t,uint32_t>

Representa una operación asincrónica que devuelve un resultado e informa sobre el progreso.

Implementaciones

Se aplica a