package com.company.audioEffekte; public class OGGEffekt extends Audioeffekt{ public OGGEffekt(String dateiname){ this.dateiname = "OGGEffect"; } }