Classes
VideoStitcherServiceClient
Video-On-Demand content stitching API allows you to insert ads into (VoD) video on demand files.
VideoStitcherServiceConnection
The VideoStitcherServiceConnection
object for VideoStitcherServiceClient
.
VideoStitcherServiceConnectionIdempotencyPolicy
VideoStitcherServiceLimitedErrorCountRetryPolicy
A retry policy for VideoStitcherServiceConnection
based on counting errors.
VideoStitcherServiceLimitedTimeRetryPolicy
A retry policy for VideoStitcherServiceConnection
based on elapsed time.
VideoStitcherServiceRetryPolicy
The retry policy for VideoStitcherServiceConnection
.
Structs
VideoStitcherServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
VideoStitcherServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
VideoStitcherServicePollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
VideoStitcherServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeVideoStitcherServiceConnection(Options)
A factory function to construct an object of type VideoStitcherServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of VideoStitcherServiceClient.
The optional options
argument may be used to configure aspects of the returned VideoStitcherServiceConnection
. 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< VideoStitcherServiceConnection > |
MakeDefaultVideoStitcherServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< VideoStitcherServiceConnectionIdempotencyPolicy > |
Type Aliases
VideoStitcherServicePolicyOptionList
OptionList< VideoStitcherServiceRetryPolicyOption, VideoStitcherServiceBackoffPolicyOption, VideoStitcherServicePollingPolicyOption, VideoStitcherServiceConnectionIdempotencyPolicyOption >
The options applicable to VideoStitcherService.