| View previous topic :: View next topic |
| Author |
Message |
connor Newbee
Joined: 14 Oct 2004 Posts: 1
|
Posted: Thu Oct 14, 2004 12:00 pm Post subject: Media Encoder 9 SDK: GetAudioLevel |
|
|
| In MSDN it says that IWMEncoder::GetAudioLevel() is not implemented in version 9. But due to client's demand we must obtain the audio level info from anywhere possible during the encoding session, wouldn't mind doing a big block of coding. Is it possible to do that, and how? We are developing in C++/MFC. Some sample code in C++ would be extremely appreciated. |
|
| Back to top |
|
 |
Zarax Site Admin

Joined: 11 Jan 2004 Posts: 838 Location: Italy
|
Posted: Fri Oct 15, 2004 7:38 am Post subject: |
|
|
Hmm, the programming side is not really my specialty.
I think the easiest way to obtain what you are looking for is to create a DirectShow filter that does that exact function and register it as a plugin in WME.
Also, as this is more an user forum than a developer one i suggest you to try asking at www.windowsmedia.org where you will find a better suited for your needs help. _________________ Your personal MVP at hand.
The best is yet to come. |
|
| Back to top |
|
 |
McoreD Site Admin

Joined: 20 Jan 2004 Posts: 484 Location: Australia
|
Posted: Fri Nov 19, 2004 3:42 pm Post subject: |
|
|
| Because in the SDK it clears states WMEncoder.GetAudioLevel : Not implemented in this release, I guess it would be impossible with the Windows Media Encoder SDK Documentation. |
|
| Back to top |
|
 |
|