Definition at line 60 of file snd_BasicPlayer.h.
◆ ~BasicPlayer()
virtual nw4r::snd::detail::BasicPlayer::~BasicPlayer |
( |
| ) |
|
|
inlinevirtual |
◆ GetVolume()
f32 nw4r::snd::detail::BasicPlayer::GetVolume |
( |
| ) |
const |
|
inline |
◆ GetPitch()
f32 nw4r::snd::detail::BasicPlayer::GetPitch |
( |
| ) |
const |
|
inline |
◆ GetPan()
f32 nw4r::snd::detail::BasicPlayer::GetPan |
( |
| ) |
const |
|
inline |
◆ GetSurroundPan()
f32 nw4r::snd::detail::BasicPlayer::GetSurroundPan |
( |
| ) |
const |
|
inline |
◆ GetLpfFreq()
f32 nw4r::snd::detail::BasicPlayer::GetLpfFreq |
( |
| ) |
const |
|
inline |
◆ GetBiquadValue()
f32 nw4r::snd::detail::BasicPlayer::GetBiquadValue |
( |
| ) |
const |
|
inline |
◆ GetBiquadType()
int nw4r::snd::detail::BasicPlayer::GetBiquadType |
( |
| ) |
const |
|
inline |
◆ GetRemoteFilter()
int nw4r::snd::detail::BasicPlayer::GetRemoteFilter |
( |
| ) |
const |
|
inline |
◆ GetOutputLine()
int nw4r::snd::detail::BasicPlayer::GetOutputLine |
( |
| ) |
const |
|
inline |
◆ GetMainOutVolume()
f32 nw4r::snd::detail::BasicPlayer::GetMainOutVolume |
( |
| ) |
const |
|
inline |
◆ GetMainSend()
f32 nw4r::snd::detail::BasicPlayer::GetMainSend |
( |
| ) |
const |
|
inline |
◆ GetPanMode()
PanMode nw4r::snd::detail::BasicPlayer::GetPanMode |
( |
| ) |
const |
|
inline |
◆ GetPanCurve()
PanCurve nw4r::snd::detail::BasicPlayer::GetPanCurve |
( |
| ) |
const |
|
inline |
◆ GetVoiceOutParam()
VoiceOutParam const & nw4r::snd::detail::BasicPlayer::GetVoiceOutParam |
( |
int | index | ) |
const |
|
inline |
◆ GetId()
ulong nw4r::snd::detail::BasicPlayer::GetId |
( |
| ) |
const |
|
inline |
◆ SetVolume()
void nw4r::snd::detail::BasicPlayer::SetVolume |
( |
f32 | volume | ) |
|
|
inline |
◆ SetPitch()
void nw4r::snd::detail::BasicPlayer::SetPitch |
( |
f32 | pitch | ) |
|
|
inline |
◆ SetPan()
void nw4r::snd::detail::BasicPlayer::SetPan |
( |
f32 | pan | ) |
|
|
inline |
◆ SetSurroundPan()
void nw4r::snd::detail::BasicPlayer::SetSurroundPan |
( |
f32 | surroundPan | ) |
|
|
inline |
◆ SetLpfFreq()
void nw4r::snd::detail::BasicPlayer::SetLpfFreq |
( |
f32 | lpfFreq | ) |
|
|
inline |
◆ SetOutputLine()
void nw4r::snd::detail::BasicPlayer::SetOutputLine |
( |
int | lineFlag | ) |
|
|
inline |
◆ SetMainOutVolume()
void nw4r::snd::detail::BasicPlayer::SetMainOutVolume |
( |
f32 | volume | ) |
|
|
inline |
◆ SetMainSend()
void nw4r::snd::detail::BasicPlayer::SetMainSend |
( |
f32 | send | ) |
|
|
inline |
◆ SetPanMode()
void nw4r::snd::detail::BasicPlayer::SetPanMode |
( |
PanMode | panMode | ) |
|
|
inline |
◆ SetPanCurve()
void nw4r::snd::detail::BasicPlayer::SetPanCurve |
( |
PanCurve | panCurve | ) |
|
|
inline |
◆ SetVoiceOutParam()
void nw4r::snd::detail::BasicPlayer::SetVoiceOutParam |
( |
int | index, |
|
|
VoiceOutParam const & | param ) |
|
inline |
◆ SetId()
void nw4r::snd::detail::BasicPlayer::SetId |
( |
ulong | id | ) |
|
|
inline |
◆ mPlayerParamSet
◆ mId
ulong nw4r::snd::detail::BasicPlayer::mId |
|
private |