Class GetMute.Response
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseResponse
-
- nl.harm27.obs.websocket.api.requests.sources.GetMute.Response
-
- Enclosing class:
- GetMute
public static class GetMute.Response extends BaseResponse
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Source name.boolean
isMuted()
Mute status of the source.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseResponse
getError, getMessageId, getStatus
-
-
-
-
Method Detail
-
getName
public String getName()
Source name.
-
isMuted
public boolean isMuted()
Mute status of the source.
-
-