- resources: 更新 asyncloader, audioclip, mesh-import-settings, texture-loader 文档 - rhi: 更新 opengl render-target-view 文档 - components: 新增 camera-component 全部方法文档 (15个文件)
655 B
655 B
StopEnergyDetect
所属类: AudioSourceComponent
头文件: XCEngine/Components/AudioSourceComponent.h
描述: 停止音频能量检测。
函数签名
void StopEnergyDetect();
使用示例
#include <XCEngine/Components/AudioSourceComponent.h>
using namespace XCEngine::Components;
void EndEnergyDetection(AudioSourceComponent* source) {
source->StopEnergyDetect();
}
相关文档
- AudioSourceComponent - 音频源组件
- StartEnergyDetect - 开始能量检测
- IsEnergyDetecting - 检查是否正在检测