summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/cc/AudioProfile.lua
blob: d2503ccd335477fd92a2c709640a5cd1e675118f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---@meta

---@class cc.AudioProfile 
local AudioProfile={ }
cc.AudioProfile=AudioProfile




---* Default constructor<br>
---* lua new
---@return self
function AudioProfile:AudioProfile () end