Class WAVEncoder
An encoder for the WAV format.
Implements
Inherited Members
Namespace: UnityEditor.Recorder
Assembly: solution.dll
Syntax
public class WAVEncoder : IDisposable
Constructors
Name | Description |
---|---|
WAVEncoder(string) | The constructor of a WAV encoder. |
Methods
Name | Description |
---|---|
AddSamples(NativeArray<float>) | Add audio samples to the WAV file. |
Dispose() | Stop the encoder. |
Stop() | Stop the encoder and close the file. |