public sealed class SegmentSettings : IMessage<SegmentSettings>, IEquatable<SegmentSettings>, IDeepCloneable<SegmentSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class SegmentSettings.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The content provides documentation for the `SegmentSettings` class within the Google Cloud Video Transcoder V1 API, specifically for version 2.5.0, with links to other versions as well."],["`SegmentSettings` is designed to configure segment settings for `ts`, `fmp4`, and `vtt` formats in video transcoding operations."],["Key properties of the `SegmentSettings` class include `IndividualSegments` to dictate individual segment file creation, and `SegmentDuration` to set the length of segments in seconds."],["The `SegmentSettings` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities within the Protobuf framework."],["The documentation provides different versions for the SegmentSettings class ranging from version 1.0.0 to 2.9.0."]]],[]]