class MAGES::Recorder::AudioCapture::AudioStream::MicrophoneState

Overview

Represents the state of the microphone. More…

class MicrophoneState
{
public:
    // properties

    AudioClip AudioClip;
    int ReadPosition;
    string SelectedDevice;
    int BufferLengthSeconds;
};

Detailed Documentation

Represents the state of the microphone.

Properties

AudioClip AudioClip

Gets or sets the audio clip.

int ReadPosition

Gets or sets the read position.

string SelectedDevice

Gets or sets the selected device.

int BufferLengthSeconds

Gets or sets the buffer length in seconds.