Uses of Enum Class
com.teamdev.jxbrowser.media.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
-
Uses of MediaType in com.teamdev.jxbrowser.media
Modifier 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.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<MediaType>
MediaType.internalGetValueMap()