Files

6 lines
99 B
Go
Raw Permalink Normal View History

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