hxd.snd.Channel
hxd.snd.Channel
Inherits from: hxd.snd.ChannelBase
Fields
| Name | Type | |
|---|---|---|
next | hxd.snd.Channel | |
manager | hxd.snd.Manager | |
source | hxd.snd.Source | |
id | I32 | |
sound | hxd.res.Sound | |
duration | F64 | |
soundGroup | hxd.snd.SoundGroup | |
channelGroup | hxd.snd.ChannelGroup | |
position | F64 | |
pause | Bool | |
loop | Bool | |
audibleGain | F64 | |
lastStamp | F64 | |
isVirtual | Bool | |
isLoading | Bool | |
positionChanged | Bool | |
queue | hl.types.ArrayObj | |
onEnd | Fun | |
| static | ID | I32 |
Protos
f@1543set_position(hxd.snd.Channel, F64) → F64f@1544set_pause(hxd.snd.Channel, Bool) → Boolf@1545updateCurrentVolume(hxd.snd.Channel, F64) → Voidf@1546calcAudibleGain(hxd.snd.Channel, F64) → Voidf@1547queueSound(hxd.snd.Channel, hxd.res.Sound) → Voidf@1548stop(hxd.snd.Channel) → Void
Bindings
f@1542onEnd(hxd.snd.Channel) → Void- static
f@1594__constructor__(hxd.snd.Channel) → Void