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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `TranscoderService` class within the Google Cloud Video Transcoder v1 API, offering details on various versions, including the latest 2.9.0 release."],["The `TranscoderService` allows users to queue asynchronous jobs for media transcoding into formats like HTTP Live Streaming (HLS) and Dynamic Adaptive Streaming over HTTP (DASH), as well as utilize advanced features such as DRM and content concatenation."],["The `TranscoderService` class inherits from the base `Object` class, and certain core object members are inherited."],["The page provides a list of all available version, from `1.0.0` to `2.9.0` and contains the namespace information, which is `Google.Cloud.Video.Transcoder.V1`, along with the assembly `Google.Cloud.Video.Transcoder.V1.dll`."],["The documentation lists two static methods, `BindService(TranscoderService.TranscoderServiceBase)` and `BindService(ServiceBinderBase, TranscoderService.TranscoderServiceBase)` which are used to create or register a service definition with a server or a service binder, respectively."]]],[]]