Package org.robovm.apple.mediaplayer
Class MPMovieLoadState
- All Implemented Interfaces:
Comparable<MPMovieLoadState>,Iterable<MPMovieLoadState>
@Deprecated public final class MPMovieLoadState extends Bits<MPMovieLoadState>
Deprecated.
Deprecated in iOS 9.0. Use AVPlayerViewController in AVKit
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static MPMovieLoadStateNoneDeprecated.static MPMovieLoadStatePlayableDeprecated.Deprecated in iOS 9.0.static MPMovieLoadStatePlaythroughOKDeprecated.Deprecated in iOS 9.0.static MPMovieLoadStateStalledDeprecated.Deprecated in iOS 9.0.static MPMovieLoadStateUnknownDeprecated.Deprecated in iOS 9.0. -
Constructor Summary
Constructors Constructor Description MPMovieLoadState(long value)Deprecated. -
Method Summary
Modifier and Type Method Description protected MPMovieLoadState[]_values()Deprecated.static MPMovieLoadState[]values()Deprecated.protected MPMovieLoadStatewrap(long value, long mask)Deprecated.
-
Field Details
-
None
Deprecated. -
Unknown
Deprecated.Deprecated in iOS 9.0. Use AVPlayerViewController in AVKit -
Playable
Deprecated.Deprecated in iOS 9.0. Use AVPlayerViewController in AVKit -
PlaythroughOK
Deprecated.Deprecated in iOS 9.0. Use AVPlayerViewController in AVKit -
Stalled
Deprecated.Deprecated in iOS 9.0. Use AVPlayerViewController in AVKit
-
-
Constructor Details
-
MPMovieLoadState
public MPMovieLoadState(long value)Deprecated.
-
-
Method Details
-
wrap
Deprecated.- Specified by:
wrapin classBits<MPMovieLoadState>
-
_values
Deprecated.- Specified by:
_valuesin classBits<MPMovieLoadState>
-
values
Deprecated.
-