示例#1
0
 public bool IsParsed()
 {
     VerifyObjectIsNotDisposed();
     return(LibVlcInterop.libvlc_media_is_parsed(this.descriptor));
 }