Class TranscoderServiceGrpc.TranscoderServiceImplBase

  • All Implemented Interfaces:
    TranscoderServiceGrpc.AsyncService, io.grpc.BindableService
    Enclosing class:
    TranscoderServiceGrpc

    public abstract static class TranscoderServiceGrpc.TranscoderServiceImplBase
    extends Object
    implements io.grpc.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.
     
    • Constructor Detail

      • TranscoderServiceImplBase

        public TranscoderServiceImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService