Es gibt keine neuen Interfaces in 3.93, es wurden lediglich die bislang
enthaltenen Fehler (ich hoffe alle
EDIT: Ich habe das gerade mal mit GetDuration() und GetCurrentPosition() ausprobiert - bei
entsprechend langen Sounddateien werden sowohl HI als auch LO gefüllt - es funktioniert
also wie erwartet.
Entweder habe ich das Problem nicht verstanden oder Du machst irgendetwas falsch (?)
EDIT2: Auszug aus den SDK-Docs:
Code: Alles auswählen
Parameters
pDuration
[out] Pointer to a variable that receives the duration,
in units of the current time format.
Remarks
This method retrieves the duration of the stream at normal
playback speed. Changing the playback rate does not affect
the duration. The returned value is expressed in units of
the current time format.
To determine the current time format, call the GetTimeFormat
method.
