Module: Google::Cloud::Video::Stitcher::V1::ManifestOptions::OrderPolicy

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

Overview

Defines the ordering policy during manifest generation.

Constant Summary collapse

ORDER_POLICY_UNSPECIFIED =

Ordering policy is not specified.

0
ASCENDING =

Order by ascending.

1
DESCENDING =

Order by descending.

2