| 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.
Returns the string encoding associated with the CD-Text block.
- (NSStringEncoding) encoding;
Return Value
A NSStringEncoding.
- Availability
- Introduced in Mac OS X v10.4.
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.
Last Updated: 2008-04-01