Video Stitcher v1 API - Class VideoStitcherService (3.3.0)

public static class VideoStitcherService

Reference documentation and code samples for the Video Stitcher v1 API class VideoStitcherService.

Video-On-Demand content stitching API allows you to insert ads into (VoD) video on demand files. You will be able to render custom scrubber bars with highlighted ads, enforce ad policies, allow seamless playback and tracking on native players and monetize content with any standard VMAP compliant ad server.

Inheritance

object > VideoStitcherService

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Methods

BindService(VideoStitcherServiceBase)

public static ServerServiceDefinition BindService(VideoStitcherService.VideoStitcherServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl VideoStitcherServiceVideoStitcherServiceBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, VideoStitcherServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, VideoStitcherService.VideoStitcherServiceBase 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
Name Description
serviceBinder ServiceBinderBase

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

serviceImpl VideoStitcherServiceVideoStitcherServiceBase

An object implementing the server-side handling logic.