6 lines
99 B
Go
6 lines
99 B
Go
package transcoder
|
|
|
|
func (t *Transcoder) QueueChannel() chan struct{} {
|
|
return t.transcodeQueue
|
|
}
|