Classes
LivestreamServiceClient
Using Live Stream API, you can generate live streams in the various renditions and streaming formats.
LivestreamServiceConnection
The LivestreamServiceConnection
object for LivestreamServiceClient
.
LivestreamServiceConnectionIdempotencyPolicy
LivestreamServiceLimitedErrorCountRetryPolicy
A retry policy for LivestreamServiceConnection
based on counting errors.
LivestreamServiceLimitedTimeRetryPolicy
A retry policy for LivestreamServiceConnection
based on elapsed time.
LivestreamServiceRetryPolicy
The retry policy for LivestreamServiceConnection
.
Structs
LivestreamServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
LivestreamServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
LivestreamServicePollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
LivestreamServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeLivestreamServiceConnection(Options)
A factory function to construct an object of type LivestreamServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of LivestreamServiceClient.
The optional options
argument may be used to configure aspects of the returned LivestreamServiceConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< LivestreamServiceConnection > |
MakeDefaultLivestreamServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< LivestreamServiceConnectionIdempotencyPolicy > |
Type Aliases
LivestreamServicePolicyOptionList
OptionList< LivestreamServiceRetryPolicyOption, LivestreamServiceBackoffPolicyOption, LivestreamServicePollingPolicyOption, LivestreamServiceConnectionIdempotencyPolicyOption >
The options applicable to LivestreamService.