Classes
TranscoderServiceClient
Using the Transcoder API, you can queue asynchronous jobs for transcoding media into various output formats.
TranscoderServiceConnection
The TranscoderServiceConnection
object for TranscoderServiceClient
.
TranscoderServiceConnectionIdempotencyPolicy
TranscoderServiceLimitedErrorCountRetryPolicy
A retry policy for TranscoderServiceConnection
based on counting errors.
TranscoderServiceLimitedTimeRetryPolicy
A retry policy for TranscoderServiceConnection
based on elapsed time.
TranscoderServiceRetryPolicy
The retry policy for TranscoderServiceConnection
.
Structs
TranscoderServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
TranscoderServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
TranscoderServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeTranscoderServiceConnection(Options)
A factory function to construct an object of type TranscoderServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of TranscoderServiceClient.
The optional options
argument may be used to configure aspects of the returned TranscoderServiceConnection
. 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< TranscoderServiceConnection > |
MakeDefaultTranscoderServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< TranscoderServiceConnectionIdempotencyPolicy > |
Type Aliases
TranscoderServicePolicyOptionList
OptionList< TranscoderServiceRetryPolicyOption, TranscoderServiceBackoffPolicyOption, TranscoderServiceConnectionIdempotencyPolicyOption >
The options applicable to TranscoderService.