INTERACT FORUM

Windows => Plug-in Development => Topic started by: esajesa on December 09, 2005, 08:15:16 am

Title: cdripper.ocx syntax
Post by: esajesa on December 09, 2005, 08:15:16 am
Hey,

I was looking at the cdripper.ocx library and I was just wondering a bit about the syntax.

1. The SetCopyMode and the SetErrorMode seem useful, but what values means what?

2. If I don't want to use OnTheFly encoding, how can I still control which encoder to use? Or must I encode manually afterwards?

3. What are the keywords for the encoders?? as in ByVal encoderName As String

4. What does the GetExtendedInfo function actually do?? Go to YADB and get the info I want perhaps?!?!?

Cheers,
Jens
Title: Re: cdripper.ocx syntax
Post by: KingSparta on December 09, 2005, 08:21:45 am
Quote
What does the GetExtendedInfo function actually do?

if i remember correctly YADB saves the basic taging info, Artist, song, album, track, date etc...
Title: Re: cdripper.ocx syntax
Post by: esajesa on December 09, 2005, 09:05:27 am
Ok... I get an exception whenever I do:

DIM CDRip As New ACDLib.ACD
CDRip.OpenDriveByLetter("E:")

The error is:

Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)

Any idea what it might be?