public void Attach(DefaultMediaPlayer mediaPlayer, long componentId)
 {
     LibVlc.libvlc_media_player_set_nsobject(mediaPlayer.MediaPlayerInstance(), (int)componentId);
 }