public cd_audio(Host host) { this.Host = host; this._Controller = new(this.Host); }
public cd_audio(Host host) { Host = host; _Controller = new NullCDAudioController(Host); }