Package org.robovm.apple.avfoundation
Class AVMetadataExtraAttributes
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.avfoundation.AVMetadataExtraAttributes
public class AVMetadataExtraAttributes extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVMetadataExtraAttributes.AsListMarshalerstatic classAVMetadataExtraAttributes.Keysstatic classAVMetadataExtraAttributes.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description AVMetadataExtraAttributes() -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)StringgetBaseURI()StringgetInfo()StringgetValueURI()booleanhas(NSString key)AVMetadataExtraAttributesset(NSString key, NSObject value)AVMetadataExtraAttributessetBaseURI(String baseURI)AVMetadataExtraAttributessetInfo(String info)AVMetadataExtraAttributessetValueURI(String valueURI)Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
AVMetadataExtraAttributes
public AVMetadataExtraAttributes()
-
-
Method Details
-
has
-
get
-
set
-
getValueURI
-
setValueURI
-
getBaseURI
-
setBaseURI
-
getInfo
- Since:
- Available in iOS 9.0 and later.
-
setInfo
- Since:
- Available in iOS 9.0 and later.
-