Google Cloud Video Stitcher V1 Client - Class OrderPolicy (0.8.3)

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 \ ManifestOptions

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;