public enum LiveConfig.Types.StitchingPolicyReference documentation and code samples for the Video Stitcher v1 API enum LiveConfig.Types.StitchingPolicy.
Defines the ad stitching behavior in case the ad duration does not align
exactly with the ad break boundaries. If not specified, the default is
CUT_CURRENT.
Namespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Fields |
|
|---|---|
| Name | Description |
CompleteAd |
Finishes stitching the current ad before returning to content. |
CutCurrent |
Cuts an ad short and returns to content in the middle of the ad. |
Unspecified |
Stitching policy is not specified. |