Compartir a través de


SpeechSynthesisStream.WriteAsync(IBuffer) Método

Definición

Escribe datos de forma asincrónica en una secuencia secuencial.

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

Búfer en el que la operación de escritura asincrónica coloca los bytes que se van a escribir.

Devoluciones

IAsyncOperationWithProgress<UInt32,UInt32>

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

IAsyncOperationWithProgress<uint32_t,uint32_t>

Una operación asincrónica que incluye actualizaciones de progreso. Para obtener más información, vea Método WriteAsync .

Implementaciones

Se aplica a

Consulte también