OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::MicrophoneInfo Struct Reference

マイクの情報 More...

#include <MicrophoneInfo.hpp>

Public Attributes

uint32 microphoneIndex = 0
 Microphone の初期化に使うデバイス番号 More...
 
String name
 名前 More...
 
Array< uint32sampleRates
 対応するサンプルレート More...
 
uint32 preferredSampleRate
 推奨サンプルレート More...
 

Detailed Description

マイクの情報

Member Data Documentation

◆ microphoneIndex

uint32 s3d::MicrophoneInfo::microphoneIndex = 0

Microphone の初期化に使うデバイス番号

◆ name

String s3d::MicrophoneInfo::name

名前

◆ preferredSampleRate

uint32 s3d::MicrophoneInfo::preferredSampleRate

推奨サンプルレート

◆ sampleRates

Array<uint32> s3d::MicrophoneInfo::sampleRates

対応するサンプルレート


The documentation for this struct was generated from the following file: