class MAGES::Recorder::AudioCapture::AudioStream::ManualState

Overview

Represents the state of the manual audio stream. More…

class ManualState
{
public:
    // properties

    float[] SourceBuffer;
    float[] IntermediateBuffer;
};

Detailed Documentation

Represents the state of the manual audio stream.

Properties

float[] SourceBuffer

Gets or sets the source buffer.

float[] IntermediateBuffer

Gets or sets the intermediate buffer.