Class LivestreamServiceGrpc.LivestreamServiceBlockingStub (0.7.0)

public static final class LivestreamServiceGrpc.LivestreamServiceBlockingStub extends AbstractBlockingStub<LivestreamServiceGrpc.LivestreamServiceBlockingStub>

Using Live Stream API, you can generate live streams in the various renditions and streaming formats. The streaming format include HTTP Live Streaming (HLS) and Dynamic Adaptive Streaming over HTTP (DASH). You can send a source stream in the various ways, including Real-Time Messaging Protocol (RTMP) and Secure Reliable Transport (SRT).

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > LivestreamServiceGrpc.LivestreamServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected LivestreamServiceGrpc.LivestreamServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
LivestreamServiceGrpc.LivestreamServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createChannel(CreateChannelRequest request)

public Operation createChannel(CreateChannelRequest request)

Creates a channel with the provided unique ID in the specified region.

Parameter
NameDescription
requestCreateChannelRequest
Returns
TypeDescription
Operation

createEvent(CreateEventRequest request)

public Event createEvent(CreateEventRequest request)

Creates an event with the provided unique ID in the specified channel.

Parameter
NameDescription
requestCreateEventRequest
Returns
TypeDescription
Event

createInput(CreateInputRequest request)

public Operation createInput(CreateInputRequest request)

Creates an input with the provided unique ID in the specified region.

Parameter
NameDescription
requestCreateInputRequest
Returns
TypeDescription
Operation

deleteChannel(DeleteChannelRequest request)

public Operation deleteChannel(DeleteChannelRequest request)

Deletes the specified channel.

Parameter
NameDescription
requestDeleteChannelRequest
Returns
TypeDescription
Operation

deleteEvent(DeleteEventRequest request)

public Empty deleteEvent(DeleteEventRequest request)

Deletes the specified event.

Parameter
NameDescription
requestDeleteEventRequest
Returns
TypeDescription
Empty

deleteInput(DeleteInputRequest request)

public Operation deleteInput(DeleteInputRequest request)

Deletes the specified input.

Parameter
NameDescription
requestDeleteInputRequest
Returns
TypeDescription
Operation

getChannel(GetChannelRequest request)

public Channel getChannel(GetChannelRequest request)

Returns the specified channel.

Parameter
NameDescription
requestGetChannelRequest
Returns
TypeDescription
Channel

getEvent(GetEventRequest request)

public Event getEvent(GetEventRequest request)

Returns the specified event.

Parameter
NameDescription
requestGetEventRequest
Returns
TypeDescription
Event

getInput(GetInputRequest request)

public Input getInput(GetInputRequest request)

Returns the specified input.

Parameter
NameDescription
requestGetInputRequest
Returns
TypeDescription
Input

listChannels(ListChannelsRequest request)

public ListChannelsResponse listChannels(ListChannelsRequest request)

Returns a list of all channels in the specified region.

Parameter
NameDescription
requestListChannelsRequest
Returns
TypeDescription
ListChannelsResponse

listEvents(ListEventsRequest request)

public ListEventsResponse listEvents(ListEventsRequest request)

Returns a list of all events in the specified channel.

Parameter
NameDescription
requestListEventsRequest
Returns
TypeDescription
ListEventsResponse

listInputs(ListInputsRequest request)

public ListInputsResponse listInputs(ListInputsRequest request)

Returns a list of all inputs in the specified region.

Parameter
NameDescription
requestListInputsRequest
Returns
TypeDescription
ListInputsResponse

startChannel(StartChannelRequest request)

public Operation startChannel(StartChannelRequest request)

Starts the specified channel. Part of the video pipeline will be created only when the StartChannel request is received by the server.

Parameter
NameDescription
requestStartChannelRequest
Returns
TypeDescription
Operation

stopChannel(StopChannelRequest request)

public Operation stopChannel(StopChannelRequest request)

Stops the specified channel. Part of the video pipeline will be released when the StopChannel request is received by the server.

Parameter
NameDescription
requestStopChannelRequest
Returns
TypeDescription
Operation

updateChannel(UpdateChannelRequest request)

public Operation updateChannel(UpdateChannelRequest request)

Updates the specified channel.

Parameter
NameDescription
requestUpdateChannelRequest
Returns
TypeDescription
Operation

updateInput(UpdateInputRequest request)

public Operation updateInput(UpdateInputRequest request)

Updates the specified input.

Parameter
NameDescription
requestUpdateInputRequest
Returns
TypeDescription
Operation