Esempio n. 1
0
 /**
  * Test if the play-list is read-only.
  *
  * @return <code>true</code> if the play-list is currently read-only, otherwise <code>false</code>
  */
 public bool IsReadOnly()
 {
     Logger.Debug("IsReadOnly()");
     return(LibVlc.libvlc_media_list_is_readonly(mediaListInstance) == 0);
 }