Uses of Enum Class
com.teamdev.jxbrowser.media.MediaType
Packages that use MediaType
Package
Description
This package provides the classes that allow you to work with browser callback.
Provides interfaces and classes for working with media content and devices.
-
Uses of MediaType in com.teamdev.jxbrowser.browser.callback
Methods in com.teamdev.jxbrowser.browser.callback that return MediaType -
Uses of MediaType in com.teamdev.jxbrowser.media
Methods in com.teamdev.jxbrowser.media that return MediaTypeModifier and TypeMethodDescriptionstatic MediaType
MediaType.forNumber
(int value) static MediaType
MediaType.valueOf
(int value) Deprecated.static MediaType
MediaType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static MediaType
Returns the enum constant of this class with the specified name.static MediaType[]
MediaType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.teamdev.jxbrowser.media that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<MediaType>
MediaType.internalGetValueMap()