Uses of Class
video.api.client.api.models.RestreamsResponseObject
-
Packages that use RestreamsResponseObject Package Description video.api.client.api.models -
-
Uses of RestreamsResponseObject in video.api.client.api.models
Methods in video.api.client.api.models that return RestreamsResponseObject Modifier and Type Method Description RestreamsResponseObjectRestreamsResponseObject. name(String name)RestreamsResponseObjectRestreamsResponseObject. serverUrl(String serverUrl)RestreamsResponseObjectRestreamsResponseObject. streamKey(String streamKey)Methods in video.api.client.api.models that return types with arguments of type RestreamsResponseObject Modifier and Type Method Description List<RestreamsResponseObject>LiveStream. getRestreams()Returns the list of RTMP restream destinations.Methods in video.api.client.api.models with parameters of type RestreamsResponseObject Modifier and Type Method Description LiveStreamLiveStream. addRestreamsItem(RestreamsResponseObject restreamsItem)Method parameters in video.api.client.api.models with type arguments of type RestreamsResponseObject Modifier and Type Method Description LiveStreamLiveStream. restreams(List<RestreamsResponseObject> restreams)voidLiveStream. setRestreams(List<RestreamsResponseObject> restreams)
-