AudioDataStream.SaveToWaveFileAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves the audio data to a file as an asynchronous operation.
public System.Threading.Tasks.Task SaveToWaveFileAsync (string fileName);
member this.SaveToWaveFileAsync : string -> System.Threading.Tasks.Task
Public Function SaveToWaveFileAsync (fileName As String) As Task
Parameters
- fileName
- String
Name of the file.
Returns
An asynchronous operation that writes to the file.
Remarks
See also: Customize audio format
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET