Skip to content

hxd.snd.Channel

hxd.snd.Channel

Inherits from: hxd.snd.ChannelBase

Fields

NameType
nexthxd.snd.Channel
managerhxd.snd.Manager
sourcehxd.snd.Source
idI32
soundhxd.res.Sound
durationF64
soundGrouphxd.snd.SoundGroup
channelGrouphxd.snd.ChannelGroup
positionF64
pauseBool
loopBool
audibleGainF64
lastStampF64
isVirtualBool
isLoadingBool
positionChangedBool
queuehl.types.ArrayObj
onEndFun
staticIDI32

Protos

  • f@1543 set_position(hxd.snd.Channel, F64) → F64
  • f@1544 set_pause(hxd.snd.Channel, Bool) → Bool
  • f@1545 updateCurrentVolume(hxd.snd.Channel, F64) → Void
  • f@1546 calcAudibleGain(hxd.snd.Channel, F64) → Void
  • f@1547 queueSound(hxd.snd.Channel, hxd.res.Sound) → Void
  • f@1548 stop(hxd.snd.Channel) → Void

Bindings

  • f@1542 onEnd(hxd.snd.Channel) → Void
  • static f@1594 __constructor__(hxd.snd.Channel) → Void