Video Stitcher v1 API - Enum LiveConfig.Types.StitchingPolicy (3.1.0)

public enum LiveConfig.Types.StitchingPolicy

Reference 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.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Fields

NameDescription
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.