/// <summary>
 /// Release the stereo state and all the memory associate with it
 /// </summary>
 protected override void DisposeObject()
 {
     OclInvoke.oclStereoBMRelease(ref _ptr);
 }