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: 0
Ordering policy is not specified.
Generated from protobuf enum ORDER_POLICY_UNSPECIFIED = 0;
ASCENDING
Value: 1
Order by ascending.
Generated from protobuf enum ASCENDING = 1;
DESCENDING
Value: 2
Order by descending.
Generated from protobuf enum DESCENDING = 2;