示例#1
0
 public bool AddFile(string FileName, TStreamFormat Format)
 {
     return(ZPlay.zplay_AddFileW(this.objptr, FileName, Convert.ToInt32((object)Format)) == 1);
 }