audio/internal/readerdriver: Add comments

This commit is contained in:
Hajime Hoshi 2021-05-09 05:01:51 +09:00
parent eb3301d30c
commit bc22ab53b2

View File

@ -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,