mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
audio/internal/readerdriver: Add comments
This commit is contained in:
parent
eb3301d30c
commit
bc22ab53b2
@ -26,6 +26,7 @@ package readerdriver
|
||||
//
|
||||
// // ebiten_readerdriver_AudioQueueNewOutput is a wrapper for AudioQueueNewOutput.
|
||||
// // This is to avoid go-vet warnings of an unsafe.Pointer usage.
|
||||
// // TODO: Use cgo.Handle (https://tip.golang.org/pkg/runtime/cgo/#Handle) when Go 1.17 becomes the minimum supported version.
|
||||
// static OSStatus ebiten_readerdriver_AudioQueueNewOutput(
|
||||
// const AudioStreamBasicDescription *inFormat,
|
||||
// AudioQueueOutputCallback inCallbackProc,
|
||||
|
Loading…
Reference in New Issue
Block a user