Uses of Enum Class
su.litvak.chromecast.api.v2.Media.StreamType
-
Uses of Media.StreamType in su.litvak.chromecast.api.v2
Fields in su.litvak.chromecast.api.v2 declared as Media.StreamTypeMethods in su.litvak.chromecast.api.v2 that return Media.StreamTypeModifier and TypeMethodDescriptionstatic Media.StreamTypeReturns the enum constant of this class with the specified name.static Media.StreamType[]Media.StreamType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in su.litvak.chromecast.api.v2 with parameters of type Media.StreamTypeModifierConstructorDescriptionMedia(String url, String contentType, Double duration, Media.StreamType streamType) Media(String url, String contentType, Double duration, Media.StreamType streamType, Map<String, Object> customData, Map<String, Object> metadata, Map<String, Object> textTrackStyle, List<Track> tracks)