Exemplo n.º 1
0
 public FfmpegProducer(ConfToolsFfmpeg config, DedicatedTaskScheduler scheduler, Id id)
 {
     this.config    = config;
     this.scheduler = scheduler;
     this.id        = id;
 }
Exemplo n.º 2
0
 public FfmpegProducer(ConfToolsFfmpeg config, Id id, LibrespotPlayer librespot)
 {
     this.config    = config;
     this.id        = id;
     this.librespot = librespot;
 }
Exemplo n.º 3
0
 public FfmpegProducer(ConfToolsFfmpeg config, Id id)
 {
     this.config = config;
     this.id     = id;
 }
Exemplo n.º 4
0
 public FfmpegProducer(ConfToolsFfmpeg config)
 {
     this.config = config;
 }