public override bool IsSupported(AVFormats formats) { switch (formats) { case AVFormats.MP3: case AVFormats.AAC: return(true); default: return(false); } }
public abstract bool IsSupported(AVFormats formats);