Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class OrderPolicy.
Defines the ordering policy during manifest generation.
Protobuf type google.cloud.video.stitcher.v1.ManifestOptions.OrderPolicy
Namespace
Google \ Cloud \ Video \ Stitcher \ V1 \ ManifestOptionsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ORDER_POLICY_UNSPECIFIED
Value: 0Ordering policy is not specified.
Generated from protobuf enum ORDER_POLICY_UNSPECIFIED = 0;
ASCENDING
Value: 1Order by ascending.
Generated from protobuf enum ASCENDING = 1;
DESCENDING
Value: 2Order by descending.
Generated from protobuf enum DESCENDING = 2;