|
|
|
|
@ -198,14 +198,20 @@ class MAGNUM_AUDIO_EXPORT Context {
|
|
|
|
|
HrtfStatus hrtfStatus() const; |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @brief Hrtf specifier |
|
|
|
|
* |
|
|
|
|
* Name of the hrtf being used. |
|
|
|
|
* @brief HRTF specifier |
|
|
|
|
* |
|
|
|
|
* Name of the HRTF being used. |
|
|
|
|
* @see @fn_al{GetString} with @def_alc{HRTF_SPECIFIER_SOFT} |
|
|
|
|
* @requires_al_extension @alc_extension{SOFT,HRTF} |
|
|
|
|
*/ |
|
|
|
|
std::string hrtfSpecifier() const; |
|
|
|
|
std::string hrtfSpecifierString() const; |
|
|
|
|
|
|
|
|
|
#ifdef MAGNUM_BUILD_DEPRECATED |
|
|
|
|
/** @copybrief hrtfSpecifierString()
|
|
|
|
|
* @deprecated Use @ref hrtfSpecifierString() instead. |
|
|
|
|
*/ |
|
|
|
|
CORRADE_DEPRECATED("use hrtfSpecifierString() instead") std::string hrtfSpecifier() const { return hrtfSpecifierString(); } |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @brief Device specifier string |
|
|
|
|
|