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.
Namespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Methods
BindService(VideoStitcherService.VideoStitcherServiceBase)
public static ServerServiceDefinition BindService(VideoStitcherService.VideoStitcherServiceBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl | VideoStitcherService.VideoStitcherServiceBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, VideoStitcherService.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 |
serviceImpl | VideoStitcherService.VideoStitcherServiceBase An object implementing the server-side handling logic. |