Package org.robovm.apple.coremedia
Class CMMetadataFormatDescriptionMetadataSpecification
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.coremedia.CMMetadataFormatDescriptionMetadataSpecification
public class CMMetadataFormatDescriptionMetadataSpecification extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCMMetadataFormatDescriptionMetadataSpecification.AsListMarshalerstatic classCMMetadataFormatDescriptionMetadataSpecification.Keysstatic classCMMetadataFormatDescriptionMetadataSpecification.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description CMMetadataFormatDescriptionMetadataSpecification() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)CFStringgetDataType()CFStringgetExtendedLanguageTag()CFStringgetIdentifier()booleanhas(CFString key)CMMetadataFormatDescriptionMetadataSpecificationset(CFString key, NativeObject value)CMMetadataFormatDescriptionMetadataSpecificationsetDataType(CFString dataType)CMMetadataFormatDescriptionMetadataSpecificationsetExtendedLanguageTag(CFString extendedLanguageTag)CMMetadataFormatDescriptionMetadataSpecificationsetIdentifier(CFString identifier)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CMMetadataFormatDescriptionMetadataSpecification
public CMMetadataFormatDescriptionMetadataSpecification()
-
-
Method Details
-
has
-
get
-
set
-
getIdentifier
-
setIdentifier
-
getDataType
-
setDataType
-
getExtendedLanguageTag
-
setExtendedLanguageTag
public CMMetadataFormatDescriptionMetadataSpecification setExtendedLanguageTag(CFString extendedLanguageTag)
-