Package org.openapitools.client.models
Class EgressResponse
-
- All Implemented Interfaces:
public final class EgressResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanbroadcastingprivate final List<EgressRTMPResponse>rtmpsprivate final EgressHLSResponsehls
-
Constructor Summary
Constructors Constructor Description EgressResponse(Boolean broadcasting, List<EgressRTMPResponse> rtmps, EgressHLSResponse hls)
-
Method Summary
Modifier and Type Method Description final BooleangetBroadcasting()final List<EgressRTMPResponse>getRtmps()final EgressHLSResponsegetHls()-
-
Constructor Detail
-
EgressResponse
EgressResponse(Boolean broadcasting, List<EgressRTMPResponse> rtmps, EgressHLSResponse hls)
-
-
Method Detail
-
getBroadcasting
final Boolean getBroadcasting()
-
getRtmps
final List<EgressRTMPResponse> getRtmps()
-
getHls
final EgressHLSResponse getHls()
-
-
-
-