Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bad TALDSAudioPlayer->DurationTime return value
03-08-2012, 01:07 AM (This post was last modified: 03-08-2012 03:04 AM by SleepCZ.)
Post: #1
Bad TALDSAudioPlayer->DurationTime return value
Hi, i got a problem. When I use fuction AudioPlayer->DurationTime, with some songs - +-50% I got bad return value. Problem is, that one file (3:57min) returns correct value, but other one (both are MP3) returns wrong value... Does somebody have any idea where can be problem? Thanks so much for tips.

Code:
__int64 Time;
TALDSAudioPlayer->FileName = "FILE.MP3";
TALDSAudioPlayer->Open();
Time = TALDSAudioPlayer->DurationTime();
TALDSAudioPlayer->Close();
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Bad TALDSAudioPlayer->DurationTime return value - SleepCZ - 03-08-2012 01:07 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)