Uses of Class
nl.harm27.obs.websocket.api.constants.MediaState
-
Packages that use MediaState Package Description nl.harm27.obs.websocket.api.constants nl.harm27.obs.websocket.api.requests.mediacontrol -
-
Uses of MediaState in nl.harm27.obs.websocket.api.constants
Methods in nl.harm27.obs.websocket.api.constants that return MediaState Modifier and Type Method Description static MediaState
MediaState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MediaState[]
MediaState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MediaState in nl.harm27.obs.websocket.api.requests.mediacontrol
Methods in nl.harm27.obs.websocket.api.requests.mediacontrol that return MediaState Modifier and Type Method Description MediaState
GetMediaState.Response. getMediaState()
The media state of the provided source.
-