Uses of Class
video.api.client.api.models.LiveStream
| Package | Description |
|---|---|
| video.api.client.api.clients | |
| video.api.client.api.models |
-
Uses of LiveStream in video.api.client.api.clients
Methods in video.api.client.api.clients that return LiveStream Modifier and Type Method Description LiveStreamLiveStreamsApi. create(LiveStreamCreatePayload liveStreamCreatePayload)Create live stream A live stream will give you the 'connection point' to RTMP your video stream to api.video.LiveStreamLiveStreamsApi. deleteThumbnail(java.lang.String liveStreamId)Delete a thumbnail Send the unique identifier for a live stream to delete it from the system.LiveStreamLiveStreamsApi. get(java.lang.String liveStreamId)Show live stream Supply a LivestreamId, and you'll get all the details for streaming into, and watching the livestream.LiveStreamLiveStreamsApi. update(java.lang.String liveStreamId, LiveStreamUpdatePayload liveStreamUpdatePayload)Update a live stream Use this endpoint to update the player, or to turn recording on/off (saving a copy of the livestream).LiveStreamLiveStreamsApi. uploadThumbnail(java.lang.String liveStreamId, java.io.File file)Upload a thumbnail Upload an image to use as a backdrop for your livestream.Methods in video.api.client.api.clients that return types with arguments of type LiveStream Modifier and Type Method Description ApiResponse<LiveStream>LiveStreamsApi. createWithHttpInfo(LiveStreamCreatePayload liveStreamCreatePayload)Create live stream A live stream will give you the 'connection point' to RTMP your video stream to api.video.ApiResponse<LiveStream>LiveStreamsApi. deleteThumbnailWithHttpInfo(java.lang.String liveStreamId)Delete a thumbnail Send the unique identifier for a live stream to delete it from the system.Page<LiveStream>LiveStreamsApi.APIlistRequest. execute()Execute list requestApiResponse<LiveStream>LiveStreamsApi. getWithHttpInfo(java.lang.String liveStreamId)Show live stream Supply a LivestreamId, and you'll get all the details for streaming into, and watching the livestream.ApiResponse<LiveStream>LiveStreamsApi. updateWithHttpInfo(java.lang.String liveStreamId, LiveStreamUpdatePayload liveStreamUpdatePayload)Update a live stream Use this endpoint to update the player, or to turn recording on/off (saving a copy of the livestream).ApiResponse<LiveStream>LiveStreamsApi. uploadThumbnailWithHttpInfo(java.lang.String liveStreamId, java.io.File file)Upload a thumbnail Upload an image to use as a backdrop for your livestream. -
Uses of LiveStream in video.api.client.api.models
Methods in video.api.client.api.models that return LiveStream Modifier and Type Method Description LiveStreamLiveStream. _public(java.lang.Boolean _public)LiveStreamLiveStream. assets(LiveStreamAssets assets)LiveStreamLiveStream. broadcasting(java.lang.Boolean broadcasting)LiveStreamLiveStream. liveStreamId(java.lang.String liveStreamId)LiveStreamLiveStream. name(java.lang.String name)LiveStreamLiveStream. playerId(java.lang.String playerId)LiveStreamLiveStream. record(java.lang.Boolean record)LiveStreamLiveStream. streamKey(java.lang.String streamKey)Methods in video.api.client.api.models that return types with arguments of type LiveStream Modifier and Type Method Description java.util.List<LiveStream>LiveStreamListResponse. getData()Get dataMethods in video.api.client.api.models with parameters of type LiveStream Modifier and Type Method Description LiveStreamListResponseLiveStreamListResponse. addDataItem(LiveStream dataItem)Method parameters in video.api.client.api.models with type arguments of type LiveStream Modifier and Type Method Description LiveStreamListResponseLiveStreamListResponse. data(java.util.List<LiveStream> data)voidLiveStreamListResponse. setData(java.util.List<LiveStream> data)