Uses of Enum
com.craftmend.openaudiomc.api.media.MediaError
Package
Description
This package contains all events that are related to the client, such as the client connecting, disconnecting, or changing settings.
This package contains all models to create and mutate media objects.
-
Uses of MediaError in com.craftmend.openaudiomc.api.events.client
ModifierConstructorDescriptionMediaErrorEvent
(Client client, String mediaSource, MediaError mediaError) This event resembles an internal error in the web client (like bad or failed HTTP media requests). -
Uses of MediaError in com.craftmend.openaudiomc.api.media
Modifier and TypeMethodDescriptionstatic MediaError
Returns the enum constant of this type with the specified name.static MediaError[]
MediaError.values()
Returns an array containing the constants of this enum type, in the order they are declared.