public FfmpegProducer(ConfToolsFfmpeg config, DedicatedTaskScheduler scheduler, Id id) { this.config = config; this.scheduler = scheduler; this.id = id; }
public FfmpegProducer(ConfToolsFfmpeg config, Id id, LibrespotPlayer librespot) { this.config = config; this.id = id; this.librespot = librespot; }
public FfmpegProducer(ConfToolsFfmpeg config, Id id) { this.config = config; this.id = id; }
public FfmpegProducer(ConfToolsFfmpeg config) { this.config = config; }