Skip to main content

MicrophoneReader

Complete API reference for MicrophoneReader, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Sound

Component: yes


public class MicrophoneReader extends Component

Constructors

SignatureDescription
MicrophoneReader(MicrophoneReader)Executes MicrophoneReader and returns after the underlying engine call finishes.
MicrophoneReader(Engine)Executes MicrophoneReader and returns after the underlying engine call finishes.
MicrophoneReader()Creates a new instance of MicrophoneReader.

Attributes

NameTypeDescription
instanceMicrophoneReaderRepresents the instance value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
enableRecordbooleanget/setVirtual attribute exposed by isEnableRecord. Access it like a field to read or write the underlying value.
frameLengthintgetVirtual attribute exposed by getFrameLength. Access it like a field to read or write the underlying value.
framePCMfloat[]getVirtual attribute exposed by getFramePCM. Access it like a field to read or write the underlying value.
sampleRateintgetVirtual attribute exposed by getSampleRate. Access it like a field to read or write the underlying value.