Files
Vladimir Hodakov 13ac06c14b Initial commit
Proof-of-concept implementation. Bugs will occur.
2026-02-12 01:18:46 +03:00

6 lines
99 B
Go

package transcoder
func (t *Transcoder) QueueChannel() chan struct{} {
return t.transcodeQueue
}