ADC Home > Reference Library > Reference > Audio > Carbon > Disc Recording Framework Reference

 


DRCDTextBlock(PropertyConvenienceMethods)

Extends Class:
Declared In:

Overview

Convenience methods for a DRCDTextBlock.



Methods

-encoding
Returns the string encoding associated with the CD-Text block.
-language
Returns the ISO 639 language code describing the language associated with the CD-Text block. CD-Text allows the concept of an unknown language, which is represented here by an empty string.

encoding


Returns the string encoding associated with the CD-Text block.

- (NSStringEncoding) encoding; 
Return Value

A NSStringEncoding.

Availability
Introduced in Mac OS X v10.4.

language


Returns the ISO 639 language code describing the language associated with the CD-Text block. CD-Text allows the concept of an unknown language, which is represented here by an empty string.

- (NSString*) language; 
Return Value

A DRCDTextLanguage.

Availability
Introduced in Mac OS X v10.4.


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.
Last Updated: 2008-04-01