Uses of Class
nl.harm27.obswebsocket.api.requests.streaming.SendCaptions.Response
-
Packages that use SendCaptions.Response Package Description nl.harm27.obswebsocket.sender -
-
Uses of SendCaptions.Response in nl.harm27.obswebsocket.sender
Method parameters in nl.harm27.obswebsocket.sender with type arguments of type SendCaptions.Response Modifier and Type Method Description void
StreamingRequestSender. sendCaptions(String text, Consumer<SendCaptions.Response> responseConsumer)
Send the provided text as embedded CEA-608 caption data.
-