private void onUnpacked(Nalu nalu) { Unpacked?.Invoke(this, nalu); }
private void onUnpacked(PSFragment psf) { Unpacked?.Invoke(this, psf); }