Class TranscoderServiceGrpc.TranscoderServiceImplBase (1.17.0)

public abstract static class TranscoderServiceGrpc.TranscoderServiceImplBase implements BindableService, TranscoderServiceGrpc.AsyncService

Base class for the server implementation of the service TranscoderService.

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.TranscoderServiceImplBase

Implements

io.grpc.BindableService, TranscoderServiceGrpc.AsyncService

Constructors

TranscoderServiceImplBase()

public TranscoderServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition