어떻에 알수 있죠?
mpeg, avi, asf같은 파일의 연주 시간을 알고 싶거든요
헬프 예제를 써봤는데 windows mediaplay에 나오는 시간이랑
틀리더라구요
=====================================================
type
HMSRec = record
Hours: byte;
Minutes: byte;
Seconds: byte;
NotUsed: byte;
end;
procedure TForm1.a_timeExecute(Sender: TObject);
var
TheLength: LongInt;
begin
{ Set time format - note that some devices don
> 어떻에 알수 있죠?
>
> mpeg, avi, asf같은 파일의 연주 시간을 알고 싶거든요
>
> 헬프 예제를 써봤는데 windows mediaplay에 나오는 시간이랑
>
> 틀리더라구요
>
> =====================================================
> type
>
> HMSRec = record
> Hours: byte;
> Minutes: byte;
> Seconds: byte;
> NotUsed: byte;
>
> end;
> procedure TForm1.a_timeExecute(Sender: TObject);
> var
> TheLength: LongInt;
> begin
> { Set time format - note that some devices don