| Constructor LimitlessAudioFormatWriter(BinaryWriter writer, long length, int sampleRate, BitDepth bits, Channel[] channels)Minimal Limitless Audio Format file writer.Visibility | Public | Extends | base(writer, channels.Length, length, sampleRate, bits) |
ParametersBinaryWriter writer | File writer object | long length | Output length in samples per channel | int sampleRate | Output sample rate | BitDepth bits | Output bit depth | Channel[] channels | Output channel information |
|