Static variables
Static methods
staticcodecs(ext:String):Bool
Check for codec support of specific extension. @return
Parameters:
ext | Audio file extention. |
---|
staticmute(muted:Bool):Class<Howler>
Handle muting and unmuting globally.
Parameters:
muted | Is muted or not. |
---|
staticvolume(?vol:Float):Dynamic
Get/set the global volume for all sounds.
Parameters:
vol | Volume from 0.0 to 1.0. |
---|
Returns:
Returns self or current volume.