コード例 #1
0
 public FfmpegProducer(ConfToolsFfmpeg config, DedicatedTaskScheduler scheduler, Id id)
 {
     this.config    = config;
     this.scheduler = scheduler;
     this.id        = id;
 }
コード例 #2
0
 public FfmpegProducer(ConfToolsFfmpeg config, Id id, LibrespotPlayer librespot)
 {
     this.config    = config;
     this.id        = id;
     this.librespot = librespot;
 }
コード例 #3
0
 public FfmpegProducer(ConfToolsFfmpeg config, Id id)
 {
     this.config = config;
     this.id     = id;
 }
コード例 #4
0
 public FfmpegProducer(ConfToolsFfmpeg config)
 {
     this.config = config;
 }