All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.transcoder.v1.model.SegmentSettings.html Maven / Gradle / Ivy







SegmentSettings (Transcoder API v1-rev20240124-2.0.0)












com.google.api.services.transcoder.v1.model

Class SegmentSettings

    • Constructor Detail

      • SegmentSettings

        public SegmentSettings()
    • Method Detail

      • getIndividualSegments

        public Boolean getIndividualSegments()
        Required. Create an individual segment file. The default is `false`.
        Returns:
        value or null for none
      • setIndividualSegments

        public SegmentSettings setIndividualSegments(Boolean individualSegments)
        Required. Create an individual segment file. The default is `false`.
        Parameters:
        individualSegments - individualSegments or null for none
      • getSegmentDuration

        public String 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).
        Returns:
        value or null for none
      • setSegmentDuration

        public SegmentSettings setSegmentDuration(String segmentDuration)
        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).
        Parameters:
        segmentDuration - segmentDuration or null for none
      • clone

        public SegmentSettings clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy