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-04-09 UTC."],[[["This documentation provides details for the `SegmentSettings` class within the Google Cloud Video Transcoder v1 API, specifically for version 2.3.0, with links to other versions as well."],["The `SegmentSettings` class is used to configure segment settings for `ts`, `fmp4`, and `vtt` file types in video transcoding."],["`SegmentSettings` offers properties such as `IndividualSegments` which creates separate segment files and the `SegmentDuration` which controls the length of segments in seconds, with a default of 6.0s."],["The `SegmentSettings` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["There are two constructor methods for creating a `SegmentSettings` object: a default constructor and a copy constructor that takes another `SegmentSettings` instance."]]],[]]