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

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




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