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 It's good, but... Not helpful...

 

Last Updated: 2009-08-12