|
Mac Dev Center
Mac OS X Reference Library Drivers, Kernel, & Hardware: User-Space Device Access Disc Recording Framework Reference
|
DRCDTextBlock(PropertyConvenienceMethods) |
| Extends Class: | |
| Declared In: |
Convenience methods for a DRCDTextBlock.
Returns the string encoding associated with the CD-Text block.
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;
A NSStringEncoding.
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;
A DRCDTextLanguage.
Last Updated: 2009-08-12