Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
CddbAddTagOnCdRipping property 
 
Type
[Visual Basic] 
Public Property CddbAddTagOnCdRipping As Boolean
 
[C#] 
public bool CddbAddTagOnCdRipping {get; set;}
 
[C++] 
public: __property bool get_CddbAddTagOnCdRipping(); 
public: __property void set_CddbAddTagOnCdRipping(bool);
 
 
Remarks
Boolean value that enables/disables adding the song's information, taken from a remote CDDB server, into a tag on the output song file created by a CD ripping session. Tags are supported for the following formats: 
- MP3 (both id3v1 and id3v2 are inserted) 
- WMA 
- OGG Vorbis 
Supported values are the following: 
Mnemonic Value
Numeric value
Meaning
False (default)
0
No tag will be added to the output song file.
True
1
A tag containing song's information will be added to the output song file.
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents