.NET SDK - RainwayAudioSubmissionCopy PageRainwayAudioSubmission class C#public class RainwayAudioSubmission Public Members namedescriptionRainwayAudioSubmission()The default constructor.buffer { get; set; }Buffer of sample data, laid out like: "sample 0 (left), sample 0 (right), sample 1 (left), sample 1 (right)..."channels { get; set; }Number of channels. This must always be 2.sampleCount { get; set; }Number of samples in the buffer (equals the number of ints or floats in buffer, divided by channels).samplesPerSec { get; set; }Sample rate of the buffer in hertz. The maximum supported value is 48000 Hz. See Also namespace Rainway.SDK Updated over 4 years ago Did this page help you?YesNo