27 lines
475 B
Markdown
27 lines
475 B
Markdown
# AudioSourceComponent::Stop
|
|
|
|
**命名空间**: `XCEngine::Components`
|
|
|
|
**类型**: `method`
|
|
|
|
**头文件**: `XCEngine/Components/AudioSourceComponent.h`
|
|
|
|
## 签名
|
|
|
|
```cpp
|
|
void Stop(Audio::StopMode mode = Audio::StopMode::Immediate);
|
|
```
|
|
|
|
## 作用
|
|
|
|
执行 `UnregisterSource` 协同流程。
|
|
|
|
## 当前实现
|
|
|
|
- 会更新 `m_playState`、`m_samplePosition`。
|
|
- 当前实现会调用 `UnregisterSource`。
|
|
|
|
## 相关文档
|
|
|
|
- [AudioSourceComponent](AudioSourceComponent.md)
|