MCPcopy
hub / github.com/ebitengine/oto / pause

Method pause

driver_darwin.go:245–250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243}
244
245func (c *context) pause() error {
246 if osstatus := _AudioQueuePause(c.audioQueue); osstatus != noErr {
247 return fmt.Errorf("oto: AudioQueuePause failed: %d", osstatus)
248 }
249 return nil
250}
251
252func (c *context) resume() error {
253 var retryCount int

Callers 1

appendBufferMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected