public override void visit(TagHandler h) { if (code == Flash.Swf.TagValues.stagSoundStreamHead) h.soundStreamHead(this); else h.soundStreamHead2(this); }
public override void visit(TagHandler h) { if (code == Flash.Swf.TagValues.stagSoundStreamHead) { h.soundStreamHead(this); } else { h.soundStreamHead2(this); } }