예제 #1
0
 public bool Seek(TTimeFormat TimeFormat, ref TStreamTime Position, TSeekMethod MoveMethod)
 {
     return(ZPlay.zplay_Seek(this.objptr, TimeFormat, ref Position, MoveMethod) == 1);
 }