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
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
LivestreamServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< video_livestream_v1_internal::LivestreamServiceRetryTraits >
LivestreamServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< video_livestream_v1_internal::LivestreamServiceRetryTraits >
LivestreamServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< video_livestream_v1_internal::LivestreamServiceRetryTraits >
LivestreamServicePolicyOptionList
OptionList< LivestreamServiceRetryPolicyOption, LivestreamServiceBackoffPolicyOption, LivestreamServicePollingPolicyOption, LivestreamServiceConnectionIdempotencyPolicyOption >
The options applicable to LivestreamService.