Delphi-Man
سه شنبه 18 خرداد 1389, 14:37 عصر
سلام
وقتی که آهنگ رو تند تند Seek میکنم؛ سرعتش بعضی وقتا قاط میزنه خودش عوض میشه!!
اینم کدمه:
mys.QueryInterface(IMediaSeeking, MediaSeeking);
with MediaSeeking do
Begin
GetCurrentPosition(CurrPos);
GetStopPosition(SPos);
currpos:=strtoint64(p1); SetPositions(currpos,AM_SEEKING_AbsolutePositionin g,Spos,AM_SEEKING_NoPositioning);
End;
وقتی که آهنگ رو تند تند Seek میکنم؛ سرعتش بعضی وقتا قاط میزنه خودش عوض میشه!!
اینم کدمه:
mys.QueryInterface(IMediaSeeking, MediaSeeking);
with MediaSeeking do
Begin
GetCurrentPosition(CurrPos);
GetStopPosition(SPos);
currpos:=strtoint64(p1); SetPositions(currpos,AM_SEEKING_AbsolutePositionin g,Spos,AM_SEEKING_NoPositioning);
End;