PrimoBurner for .NET  4.6
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
CDTextItem Class Reference

Represents a single CD-Text item. More...

Properties

string Arranger [get, set]
 Gets/sets the name(s) of the track/album arranger(s) More...
 
string Composer [get, set]
 Gets/sets the track/album composer(s) More...
 
string DiskId [get, set]
 Gets/sets the disc identification number for the track/album More...
 
CDTextGenreCode Genre [get, set]
 Gets/sets the code of the music genre for the track/album More...
 
string GenreText [get, set]
 Gets/sets a textual description of the music genre for the track/album More...
 
string Message [get, set]
 Gets/sets the message from teh content provider and/or artist More...
 
string Performer [get, set]
 Gets/sets the name(s) of the track/album performer(s) More...
 
string Songwriter [get, set]
 Gets/sets the song writer(s) for the track/album More...
 
string Title [get, set]
 Gets/sets the title of the Audio track/album More...
 
string UpcIsrc [get, set]
 Gets/sets the track ISRC when the CDTextItem object describes audio track details, or the album UPC when the CDTextItem object describes album details. More...
 

Detailed Description

Represents a single CD-Text item.

The CDTextItem contains the CD-Text entries for an Audio track. This type can also be used to set CD-Text details on album level (CDText.Items).

See Also
CDText

Property Documentation

string Arranger
getset

Gets/sets the name(s) of the track/album arranger(s)

string Composer
getset

Gets/sets the track/album composer(s)

string DiskId
getset

Gets/sets the disc identification number for the track/album

CDTextGenreCode Genre
getset

Gets/sets the code of the music genre for the track/album

string GenreText
getset

Gets/sets a textual description of the music genre for the track/album

string Message
getset

Gets/sets the message from teh content provider and/or artist

string Performer
getset

Gets/sets the name(s) of the track/album performer(s)

string Songwriter
getset

Gets/sets the song writer(s) for the track/album

string Title
getset

Gets/sets the title of the Audio track/album

string UpcIsrc
getset

Gets/sets the track ISRC when the CDTextItem object describes audio track details, or the album UPC when the CDTextItem object describes album details.