Package org.robovm.apple.avfoundation
Class AVMediaType
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.avfoundation.AVMediaType
public class AVMediaType extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVMediaType.AsListMarshalerstatic classAVMediaType.Marshalerstatic classAVMediaType.Values -
Field Summary
Fields Modifier and Type Field Description static AVMediaTypeAudiostatic AVMediaTypeClosedCaptionstatic AVMediaTypeDepthDatastatic AVMediaTypeMetadatastatic AVMediaTypeMetadataObjectstatic AVMediaTypeMuxedstatic AVMediaTypeSubtitlestatic AVMediaTypeTextstatic AVMediaTypeTimecodestatic AVMediaTypeVideo -
Method Summary
Modifier and Type Method Description static AVMediaTypevalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
Video
-
Audio
-
Text
-
ClosedCaption
-
Subtitle
-
Timecode
-
Metadata
-
Muxed
-
MetadataObject
- Since:
- Available in iOS 9.0 and later.
-
DepthData
- Since:
- Available in iOS 11.0 and later.
-
-
Method Details
-
valueOf
-