![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
This is the complete list of members for s3d::Microphone, including all inherited members.
close() | s3d::Microphone | |
DefaultBufferDuration | s3d::Microphone | static |
fft(FFTResult &result, FFTSampleLength sampleLength=FFTSampleLength::Default) const | s3d::Microphone | |
getBuffer() const | s3d::Microphone | |
getBufferLength() const | s3d::Microphone | |
getPermission() const | s3d::Microphone | |
getSampleRate() const | s3d::Microphone | |
isLoop() const | s3d::Microphone | |
isOpen() const | s3d::Microphone | |
isRecording() const | s3d::Microphone | |
mean(const Duration &duration=SecondsF{ 0.02 }) const | s3d::Microphone | |
Microphone() | s3d::Microphone | |
Microphone(StartImmediately startImmediately) | s3d::Microphone | explicit |
Microphone(const Duration &duration, StartImmediately startImmediately) | s3d::Microphone | explicit |
Microphone(const Duration &duration, Loop loop=Loop::Yes, StartImmediately startImmediately=StartImmediately::No) | s3d::Microphone | |
Microphone(const Optional< uint32 > &deviceIndex, const Optional< uint32 > &sampleRate=unspecified, const Duration &duration=DefaultBufferDuration, Loop loop=Loop::Yes, StartImmediately startImmediately=StartImmediately::No) | s3d::Microphone | explicit |
Microphone(const Optional< uint32 > &deviceIndex, const Optional< uint32 > &sampleRate, size_t bufferLength, Loop loop=Loop::Yes, StartImmediately startImmediately=StartImmediately::No) | s3d::Microphone | |
microphoneIndex() const | s3d::Microphone | |
open(StartImmediately startImmediately) | s3d::Microphone | |
open(const Duration &duration, StartImmediately startImmediately) | s3d::Microphone | |
open(const Duration &duration, Loop loop=Loop::Yes, StartImmediately startImmediately=StartImmediately::No) | s3d::Microphone | |
open(const Optional< uint32 > &deviceIndex, const Optional< uint32 > &sampleRate=unspecified, const Duration &duration=SecondsF{ 5.0 }, Loop loop=Loop::Yes, StartImmediately startImmediately=StartImmediately::No) | s3d::Microphone | |
open(const Optional< uint32 > &deviceIndex, const Optional< uint32 > &sampleRate, size_t bufferLength, Loop loop=Loop::Yes, StartImmediately startImmediately=StartImmediately::No) | s3d::Microphone | |
operator bool() const | s3d::Microphone | explicit |
peak(const Duration &duration=SecondsF{ 0.02 }) const | s3d::Microphone | |
Permission enum name | s3d::Microphone | |
posSample() const | s3d::Microphone | |
rootMeanSquare(const Duration &duration=SecondsF{ 0.02 }) const | s3d::Microphone | |
start() | s3d::Microphone | |
stop() | s3d::Microphone | |
~Microphone() | s3d::Microphone |