Re: mci play doesn't start from begin
- From: "Chris P. [MVP]" <msdn@xxxxxxxxxxxx>
- Date: Tue, 17 Jan 2006 18:29:46 -0500
On Tue, 17 Jan 2006 18:30:56 +0100, jan_bar wrote:
> I use mci to play mp3 or wav sounds. It works fine on Win NT, but on WinXP
> it behaves unpredictable. Usually the sound is not played from they very
> begin, it starts in the middle. But sometimes it plays the sound corrrectly.
> Initialy I was thinking about bug in my program (uninitialized variable or
> so), but now I am sure that everything is correct. Are there bug in mci on
> WinXP? What can I do next?
>
> I used FileMon from SysInternals and compared trace for "good behaviour" and
> "bad behaviour", the traces are same. MCI surely gets the same data every
> time.
MCI is a wrapper over DirectShow. With a couple of extra lines of code you
could do your playback through DirectShow with probably more reliable
results.
Look at the DirectShow documentation in the Platform SDK or an older
DirectX SDK.
.
- Follow-Ups:
- Re: mci play doesn't start from begin
- From: jan_bar
- Re: mci play doesn't start from begin
- References:
- mci play doesn't start from begin
- From: jan_bar
- mci play doesn't start from begin
- Prev by Date: Re: Key Frames in .avi file.
- Next by Date: Re: mci play doesn't start from begin
- Previous by thread: mci play doesn't start from begin
- Next by thread: Re: mci play doesn't start from begin
- Index(es):
Relevant Pages
|