Class TranscoderServiceGrpc (1.0.4)

publicfinalclass TranscoderServiceGrpc

Using the Transcoder API, you can queue asynchronous jobs for transcoding media into various output formats. Output formats may include different streaming standards such as HTTP Live Streaming (HLS) and Dynamic Adaptive Streaming over HTTP (DASH). You can also customize jobs using advanced features such as Digital Rights Management (DRM), audio equalization, content concatenation, and digital ad-stitch ready content generation.

Inheritance

java.lang.Object > TranscoderServiceGrpc

Static Fields

SERVICE_NAME

publicstaticfinalStringSERVICE_NAME
Field Value
Type Description

Static Methods

getCreateJobMethod()

publicstaticMethodDescriptor<CreateJobRequest,Job>getCreateJobMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateJobRequest,Job>

getCreateJobTemplateMethod()

publicstaticMethodDescriptor<CreateJobTemplateRequest,JobTemplate>getCreateJobTemplateMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateJobTemplateRequest,JobTemplate>

getDeleteJobMethod()

publicstaticMethodDescriptor<DeleteJobRequest,Empty>getDeleteJobMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteJobRequest,Empty>

getDeleteJobTemplateMethod()

publicstaticMethodDescriptor<DeleteJobTemplateRequest,Empty>getDeleteJobTemplateMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteJobTemplateRequest,Empty>

getGetJobMethod()

publicstaticMethodDescriptor<GetJobRequest,Job>getGetJobMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetJobRequest,Job>

getGetJobTemplateMethod()

publicstaticMethodDescriptor<GetJobTemplateRequest,JobTemplate>getGetJobTemplateMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetJobTemplateRequest,JobTemplate>

getListJobTemplatesMethod()

publicstaticMethodDescriptor<ListJobTemplatesRequest,ListJobTemplatesResponse>getListJobTemplatesMethod()
Returns
Type Description

getListJobsMethod()

publicstaticMethodDescriptor<ListJobsRequest,ListJobsResponse>getListJobsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse>

getServiceDescriptor()

publicstaticServiceDescriptorgetServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

publicstaticTranscoderServiceGrpc.TranscoderServiceBlockingStubnewBlockingStub(Channelchannel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description

newFutureStub(Channel channel)

publicstaticTranscoderServiceGrpc.TranscoderServiceFutureStubnewFutureStub(Channelchannel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description

newStub(Channel channel)

publicstaticTranscoderServiceGrpc.TranscoderServiceStubnewStub(Channelchannel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.