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

target.apidocs.com.google.api.services.youtube.model.VideoProcessingDetailsProcessingProgress.html Maven / Gradle / Ivy

There is a newer version: v3-rev20240514-2.0.0
Show newest version






VideoProcessingDetailsProcessingProgress (YouTube Data API v3 v3-rev20240417-2.0.0)












com.google.api.services.youtube.model

Class VideoProcessingDetailsProcessingProgress

    • Constructor Detail

      • VideoProcessingDetailsProcessingProgress

        public VideoProcessingDetailsProcessingProgress()
    • Method Detail

      • getPartsProcessed

        public BigInteger getPartsProcessed()
        The number of parts of the video that YouTube has already processed. You can estimate the percentage of the video that YouTube has already processed by calculating: 100 * parts_processed / parts_total Note that since the estimated number of parts could increase without a corresponding increase in the number of parts that have already been processed, it is possible that the calculated progress could periodically decrease while YouTube processes a video.
        Returns:
        value or null for none
      • setPartsProcessed

        public VideoProcessingDetailsProcessingProgress setPartsProcessed(BigInteger partsProcessed)
        The number of parts of the video that YouTube has already processed. You can estimate the percentage of the video that YouTube has already processed by calculating: 100 * parts_processed / parts_total Note that since the estimated number of parts could increase without a corresponding increase in the number of parts that have already been processed, it is possible that the calculated progress could periodically decrease while YouTube processes a video.
        Parameters:
        partsProcessed - partsProcessed or null for none
      • getPartsTotal

        public BigInteger getPartsTotal()
        An estimate of the total number of parts that need to be processed for the video. The number may be updated with more precise estimates while YouTube processes the video.
        Returns:
        value or null for none
      • setPartsTotal

        public VideoProcessingDetailsProcessingProgress setPartsTotal(BigInteger partsTotal)
        An estimate of the total number of parts that need to be processed for the video. The number may be updated with more precise estimates while YouTube processes the video.
        Parameters:
        partsTotal - partsTotal or null for none
      • getTimeLeftMs

        public BigInteger getTimeLeftMs()
        An estimate of the amount of time, in millseconds, that YouTube needs to finish processing the video.
        Returns:
        value or null for none
      • setTimeLeftMs

        public VideoProcessingDetailsProcessingProgress setTimeLeftMs(BigInteger timeLeftMs)
        An estimate of the amount of time, in millseconds, that YouTube needs to finish processing the video.
        Parameters:
        timeLeftMs - timeLeftMs or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy