Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Friday, September 28, 2007 8:47:18 PM(UTC)

pready  
pready

Groups: Registered
Posts: 1


hi,
I am evaluating latest Lead tool for my applications processing needs...I want to get the Audio Volume processer's Amplitude settings programatically from my c#.net code. I tried diff way but it always leads me to some COM casting exceptions.

Can you please guide me , how I can alter that amplitude setting of Audio Volume filter from my c#.net  code.
================
 LMAVolumeLib.LMAVolumeClass objVol = objConvertorControl.GetSubObject((int)(LTMMLib.ltmmConvert_Object.ltmmConvert_Object_SelAudioProcessor));
================
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Sunday, September 30, 2007 11:51:36 PM(UTC)
Maen Hasan

Groups: Registered, Tech Support
Posts: 1,326

Was thanked: 1 time(s) in 1 post(s)

Hello,

If you try to declare the LMAVolumeClass as follows, do you get the same error?
+---------+
LMAVolumeLib.LMAVolumeClass objVol = (LMAVolumeLib.LMAVolumeClass)axltmmPlay.GetSubObject((int)LTMMLib.ltmmPlay_Object.ltmmPlay_Object_SelAudioProcessor);
+---------+

Thanks,
Maen Badwan
LEADTOOLS Technical Support
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.058 seconds.