コード例 #1
0
ファイル: ZPlay.cs プロジェクト: Lokukarawita/MediaPlayer
 public int GetRate()
 {
     return(ZPlay.zplay_GetRate(this.objptr));
 }