Class: Google::Cloud::Video::Transcoder::V1::SegmentSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1::SegmentSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/resources.rb
Overview
Segment settings for ts, fmp4 and vtt.
Instance Attribute Summary collapse
-
#individual_segments ⇒ ::Boolean
Required.
-
#segment_duration ⇒ ::Google::Protobuf::Duration
Duration of the segments in seconds.
Instance Attribute Details
#individual_segments ⇒ ::Boolean
Returns Required. Create an individual segment file. The default is false.
1428 1429 1430 1431 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1428 class SegmentSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#segment_duration ⇒ ::Google::Protobuf::Duration
Returns Duration of the segments in seconds. The default is 6.0s. Note that
segmentDuration must be greater than or equal to
gopDuration, and segmentDuration must be divisible by
gopDuration.
1428 1429 1430 1431 |
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 1428 class SegmentSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |