Example #1
0
 /// <summary>
 /// 得到播放位置
 /// </summary>
 public int GetPlayPos()
 {
     return(VsClientAPI.VSSP_ClientGetPlayPos(m_lHandle));
 }