public interface SegmentSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIndividualSegments()
Required.
|
com.google.protobuf.Duration |
getSegmentDuration()
Duration of the segments in seconds.
|
com.google.protobuf.DurationOrBuilder |
getSegmentDurationOrBuilder()
Duration of the segments in seconds.
|
boolean |
hasSegmentDuration()
Duration of the segments in seconds.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSegmentDuration()
Duration of the segments in seconds. The default is `6.0s`. Note that `segmentDuration` must be greater than or equal to [`gopDuration`](#videostream), and `segmentDuration` must be divisible by [`gopDuration`](#videostream).
.google.protobuf.Duration segment_duration = 1;com.google.protobuf.Duration getSegmentDuration()
Duration of the segments in seconds. The default is `6.0s`. Note that `segmentDuration` must be greater than or equal to [`gopDuration`](#videostream), and `segmentDuration` must be divisible by [`gopDuration`](#videostream).
.google.protobuf.Duration segment_duration = 1;com.google.protobuf.DurationOrBuilder getSegmentDurationOrBuilder()
Duration of the segments in seconds. The default is `6.0s`. Note that `segmentDuration` must be greater than or equal to [`gopDuration`](#videostream), and `segmentDuration` must be divisible by [`gopDuration`](#videostream).
.google.protobuf.Duration segment_duration = 1;boolean getIndividualSegments()
Required. Create an individual segment file. The default is `false`.
bool individual_segments = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2022 Google LLC. All rights reserved.