Class GetSpecialSources.Response
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseResponse
-
- nl.harm27.obs.websocket.api.requests.sources.GetSpecialSources.Response
-
- Enclosing class:
- GetSpecialSources
public static class GetSpecialSources.Response extends BaseResponse
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>
getDesktop1()
Name of the first Desktop Audio capture source.Optional<String>
getDesktop2()
Name of the second Desktop Audio capture source.Optional<String>
getMic1()
Name of the first Mic/Aux input source.Optional<String>
getMic2()
Name of the second Mic/Aux input source.Optional<String>
getMic3()
NAme of the third Mic/Aux input source.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseResponse
getError, getMessageId, getStatus
-
-