Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class 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.
Protobuf type google.cloud.video.stitcher.v1.LiveSession.StitchingPolicy
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STITCHING_POLICY_UNSPECIFIED
Value: 0
Stitching policy is not specified.
Generated from protobuf enum STITCHING_POLICY_UNSPECIFIED = 0;
COMPLETE_AD
Value: 1
Finishes stitching the current ad before returning to content.
Generated from protobuf enum COMPLETE_AD = 1;
CUT_CURRENT
Value: 3
Cuts an ad short and returns to content in the middle of the ad.
Generated from protobuf enum CUT_CURRENT = 3;