public enum StitchingPolicyReference documentation and code samples for the Video Stitcher v1 API enum LiveSession.Types.StitchingPolicy.
Defines the stitcher behavior in case an ad does not align exactly with the ad break boundaries. If not specified, the default is COMPLETE_AD.
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. |