Transcoder v1 API - Class TranscoderService (2.8.0)

public static class TranscoderService

Reference documentation and code samples for the Transcoder v1 API class 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

object > TranscoderService

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Methods

BindService(TranscoderServiceBase)

public static ServerServiceDefinition BindService(TranscoderService.TranscoderServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplTranscoderServiceTranscoderServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, TranscoderServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, TranscoderService.TranscoderServiceBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplTranscoderServiceTranscoderServiceBase

An object implementing the server-side handling logic.