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 : Wednesday, April 19, 2006 4:11:55 PM(UTC)
kwonhyukjun

Groups: Registered
Posts: 2


Hi. Please help me.

I want MP3 to waveform sample at C#.NET

so.. I used ltmmConvertControl COM Oject.

but, i cannot setting target_arrya property.

i want example program or comment.

 

and Errror Message : 0x80030070

 

 

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, April 23, 2006 1:13:06 AM(UTC)

Ali  
Guest

Groups: Guests
Posts: 3,022

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

Designating a target of type TargetArray needs a VARIANT variable or type BYTE Array, which is not easily done in .NET.
If you use a target type of normal disk file, does it work?


Thanks,
Ali Abo Al-Rob
LEADTOOLS Technical Support

 
#3 Posted : Sunday, April 23, 2006 3:03:09 PM(UTC)
kwonhyukjun

Groups: Registered
Posts: 2


Thank you  your relay.

but I must use Short time test algorithm.

so. i must use memory.

please reply or example.

 

thank you

 
#4 Posted : Wednesday, April 26, 2006 4:33:29 AM(UTC)

Bashar  
Guest

Groups: Guests
Posts: 3,022

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

The Variant data type is not supported In .NET, so use Object variables
instead.  Try creating a byte array and assign it to an Object variable, then assign the Object variable to the TargetArray property.
 
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.046 seconds.