refactor(docs): fix Audio module documentation links and add missing getter docs
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
**类型**: `class`
|
||||
|
||||
**头文件**: `XCEngine/Audio/WASAPI/WASAPIBackend.h`
|
||||
**头文件**: `XCEngine/Audio/WindowsAudioBackend.h`
|
||||
|
||||
**描述**: Windows Audio Session API (WASAPI) 音频后端实现。
|
||||
|
||||
@@ -37,7 +37,7 @@ WASAPIBackend 是基于 Windows WASAPI 的音频后端实现,通过 Windows Mu
|
||||
|
||||
```cpp
|
||||
#include <XCEngine/Audio/AudioSystem.h>
|
||||
#include <XCEngine/Audio/WASAPI/WASAPIBackend.h>
|
||||
#include <XCEngine/Audio/WindowsAudioBackend.h>
|
||||
|
||||
using namespace XCEngine::Audio;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user