Q&A

  • mediaplayer에서 연주 시간을 구하는 법은?
어떻에 알수 있죠?



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
1  COMMENTS
  • Profile
    조규춘 2000.08.24 05:20
    정연 wrote:

    > 어떻에 알수 있죠?

    >

    > 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