Class: Google::Cloud::Video::Transcoder::V1beta1::SegmentSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Transcoder::V1beta1::SegmentSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1beta1/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.
946 947 948 949 |
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 946 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.
946 947 948 949 |
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 946 class SegmentSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |