예제 #1
0
 public TStreamFormat GetFileFormat(string FileName)
 {
     return((TStreamFormat)ZPlay.zplay_GetFileFormatW(this.objptr, FileName));
 }