internal OggSync() { _state = Marshal.AllocHGlobal(Marshal.SizeOf <OggSyncState>()); SafeNativeMethods.OggSyncInit(_state); }
internal unsafe OggSync() { _state = Marshal.AllocHGlobal(sizeof(OggSyncState)); SafeNativeMethods.OggSyncInit(_state); }