GetStream

IAudio.GetStream method

Devuelve un Stream para lectura. Utilice ‘using’ o cierre el stream después de usarlo.

public Stream GetStream()

Return Value

Stream para lectura.

See Also