public interface SegmentSettingsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIndividualSegments()
public abstract boolean getIndividualSegments()
Required. Create an individual segment file. The default is false
.
bool individual_segments = 3;
Returns | |
---|---|
Type | Description |
boolean |
The individualSegments. |
getSegmentDuration()
public abstract Duration getSegmentDuration()
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
.
.google.protobuf.Duration segment_duration = 1;
Returns | |
---|---|
Type | Description |
Duration |
The segmentDuration. |
getSegmentDurationOrBuilder()
public abstract DurationOrBuilder getSegmentDurationOrBuilder()
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
.
.google.protobuf.Duration segment_duration = 1;
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
hasSegmentDuration()
public abstract boolean hasSegmentDuration()
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
.
.google.protobuf.Duration segment_duration = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the segmentDuration field is set. |