public void AttachFader()
 {
     FaderConfig config = new FaderConfig();
     criAtomExPlayer_AttachFader(this.handle, ref config, IntPtr.Zero, 0);
 }
    private static extern void criAtomExPlayer_AttachFader(
		IntPtr player, ref FaderConfig config, IntPtr work, int work_size);