Uses of Class
org.robovm.apple.mediaplayer.MPMovieScalingMode
| Package | Description |
|---|---|
| org.robovm.apple.mediaplayer |
-
Uses of MPMovieScalingMode in org.robovm.apple.mediaplayer
Methods in org.robovm.apple.mediaplayer that return MPMovieScalingMode Modifier and Type Method Description MPMovieScalingModeMPMoviePlayerController. getScalingMode()Deprecated.Deprecated in iOS 9.0.static MPMovieScalingModeMPMovieScalingMode. valueOf(long n)Deprecated.Returns the enum constant of this type with the specified name.static MPMovieScalingModeMPMovieScalingMode. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static MPMovieScalingMode[]MPMovieScalingMode. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.mediaplayer with parameters of type MPMovieScalingMode Modifier and Type Method Description voidMPMoviePlayerController. setScalingMode(MPMovieScalingMode v)Deprecated.Deprecated in iOS 9.0.