default GetStreamResponse |
IvsClient.getStream(Consumer<GetStreamRequest.Builder> getStreamRequest) |
Gets information about the active (live) stream on a specified channel.
|
default GetStreamResponse |
IvsClient.getStream(GetStreamRequest getStreamRequest) |
Gets information about the active (live) stream on a specified channel.
|
default PutMetadataResponse |
IvsClient.putMetadata(Consumer<PutMetadataRequest.Builder> putMetadataRequest) |
Inserts metadata into the active stream of the specified channel.
|
default PutMetadataResponse |
IvsClient.putMetadata(PutMetadataRequest putMetadataRequest) |
Inserts metadata into the active stream of the specified channel.
|
default StopStreamResponse |
IvsClient.stopStream(Consumer<StopStreamRequest.Builder> stopStreamRequest) |
Disconnects the incoming RTMPS stream for the specified channel.
|
default StopStreamResponse |
IvsClient.stopStream(StopStreamRequest stopStreamRequest) |
Disconnects the incoming RTMPS stream for the specified channel.
|