MCPcopy Index your code
hub / github.com/g3n/engine / SourcePlay

Function SourcePlay

audio/al/al.go:756–759  ·  view source on GitHub ↗
(source uint32)

Source from the content-addressed store, hash-verified

754}
755
756func SourcePlay(source uint32) {
757
758 C.alSourcePlay(C.ALuint(source))
759}
760
761func SourceStop(source uint32) {
762

Callers 1

PlayMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected