示例#1
0
 private extern static int zplay_Seek(uint objptr, TTimeFormat fFormat, ref TStreamTime pTime, TSeekMethod nMoveMethod);
示例#2
0
 public bool Seek(TTimeFormat TimeFormat, ref TStreamTime Position, TSeekMethod MoveMethod)
 {
     return zplay_Seek(objptr, TimeFormat, ref Position, MoveMethod) == 1;
 }
示例#3
0
public bool Seek(TTimeFormat TimeFormat, ref TStreamTime Position, TSeekMethod MoveMethod);
示例#4
0
 public bool Seek(TTimeFormat TimeFormat, ref TStreamTime Position, TSeekMethod MoveMethod)
 {
     return(ZPlay.zplay_Seek(this.objptr, TimeFormat, ref Position, MoveMethod) == 1);
 }
示例#5
0
 private static extern int zplay_Seek(
     uint objptr,
     TTimeFormat fFormat,
     ref TStreamTime pTime,
     TSeekMethod nMoveMethod);
示例#6
0
 public bool Seek(TTimeFormat TimeFormat, ref TStreamTime Position, TSeekMethod MoveMethod);