Video Stitcher v1 API - Enum LiveSession.Types.StitchingPolicy (1.1.0)

public enum StitchingPolicy

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