INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: cdripper.ocx syntax  (Read 1123 times)

esajesa

  • Regular Member
  • Recent member
  • *
  • Posts: 12
  • nothing more to say...
cdripper.ocx syntax
« 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
Logged

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
Re: cdripper.ocx syntax
« Reply #1 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...
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA

esajesa

  • Regular Member
  • Recent member
  • *
  • Posts: 12
  • nothing more to say...
Re: cdripper.ocx syntax
« Reply #2 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?
Logged
Pages: [1]   Go Up