Package org.robovm.apple.avfoundation
Class AVVideoSettings
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.avfoundation.AVVideoSettings
public class AVVideoSettings extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVVideoSettings.AsListMarshalerstatic classAVVideoSettings.Keysstatic classAVVideoSettings.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description AVVideoSettings() -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
AVVideoSettings
public AVVideoSettings()
-
-
Method Details
-
has
-
get
-
set
-
getCodec
-
setCodec
-
getWidth
public long getWidth() -
setWidth
-
getHeight
public long getHeight() -
setHeight
-
getCleanAperture
-
setCleanAperture
-
getScalingMode
-
setScalingMode
-
allowsFrameReordering
public boolean allowsFrameReordering() -
setAllowsFrameReordering
-
getProfileLevel
-
setProfileLevel
-
getH264EntropyMode
-
setH264EntropyMode
-
getExpectedSourceFrameRate
public double getExpectedSourceFrameRate() -
setExpectedSourceFrameRate
-
getAverageNonDroppableFrameRate
public double getAverageNonDroppableFrameRate() -
setAverageNonDroppableFrameRate
-
getPixelAspectRatio
- Since:
- Available in iOS 4.0 and later.
-
setPixelAspectRatio
- Since:
- Available in iOS 4.0 and later.
-