arsa  2.7
Public Attributes | List of all members
EffekseerSound::SoundData Struct Reference

サウンドデータ More...

#include <EffekseerSoundAL.h>

Public Attributes

int32_t channels
 チャンネル数。 More...
 
int32_t sampleRate
 サンプリング周波数。 More...
 
ALuint buffer
 OpenALバッファ。 More...
 
XAUDIO2_BUFFER buffer
 XAudio2ソースボイス用バッファ。 More...
 

Detailed Description

サウンドデータ

Definition at line 60 of file EffekseerSoundAL.h.

Member Data Documentation

◆ buffer [1/2]

XAUDIO2_BUFFER EffekseerSound::SoundData::buffer

XAudio2ソースボイス用バッファ。

Definition at line 68 of file EffekseerSoundXAudio2.h.

◆ buffer [2/2]

ALuint EffekseerSound::SoundData::buffer

OpenALバッファ。

Definition at line 75 of file EffekseerSoundAL.h.

◆ channels

int32_t EffekseerSound::SoundData::channels

チャンネル数。

Definition at line 65 of file EffekseerSoundAL.h.

◆ sampleRate

int32_t EffekseerSound::SoundData::sampleRate

サンプリング周波数。

Definition at line 70 of file EffekseerSoundAL.h.


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