Class: Google::Cloud::Video::LiveStream::V1::SegmentSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::SegmentSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/outputs.rb
Overview
Segment settings for fmp4
and ts
.
Instance Attribute Summary collapse
-
#segment_duration ⇒ ::Google::Protobuf::Duration
Duration of the segments in seconds.
Instance Attribute Details
#segment_duration ⇒ ::Google::Protobuf::Duration
Returns Duration of the segments in seconds. The default is 6s
. Note that
segmentDuration
must be greater than or equal to
gop_duration,
and segmentDuration
must be divisible by
gop_duration.
Valid range is [2s, 20s].
All mux_streams in the same manifest must have the same segment duration.
485 486 487 488 |
# File 'proto_docs/google/cloud/video/livestream/v1/outputs.rb', line 485 class SegmentSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |