Module: Google::Cloud::Video::Stitcher::V1::LiveConfig::StitchingPolicy

Defined in:
proto_docs/google/cloud/video/stitcher/v1/live_configs.rb

Overview

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.

Constant Summary collapse

STITCHING_POLICY_UNSPECIFIED =

Stitching policy is not specified.

0
CUT_CURRENT =

Cuts an ad short and returns to content in the middle of the ad.

1
COMPLETE_AD =

Finishes stitching the current ad before returning to content.

2