public void SetId(SoundControlElementId elem)
 {
     SoundNativeMethods.SoundControlElementInfoSetId(handle, elem.handle);
 }