Class VideoStitcherServiceGrpc.VideoStitcherServiceImplBase
- java.lang.Object
-
- com.google.cloud.video.stitcher.v1.VideoStitcherServiceGrpc.VideoStitcherServiceImplBase
-
- All Implemented Interfaces:
VideoStitcherServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- VideoStitcherServiceGrpc
public abstract static class VideoStitcherServiceGrpc.VideoStitcherServiceImplBase extends Object implements io.grpc.BindableService, VideoStitcherServiceGrpc.AsyncService
Base class for the server implementation of the service 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.
-
-
Constructor Summary
Constructors Constructor Description VideoStitcherServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.video.stitcher.v1.VideoStitcherServiceGrpc.AsyncService
createCdnKey, createLiveConfig, createLiveSession, createSlate, createVodSession, deleteCdnKey, deleteLiveConfig, deleteSlate, getCdnKey, getLiveAdTagDetail, getLiveConfig, getLiveSession, getSlate, getVodAdTagDetail, getVodSession, getVodStitchDetail, listCdnKeys, listLiveAdTagDetails, listLiveConfigs, listSlates, listVodAdTagDetails, listVodStitchDetails, updateCdnKey, updateSlate
-
-