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

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







LiveBroadcastStatistics (YouTube Data API v3-rev20200213-1.30.9)












com.google.api.services.youtube.model

Class LiveBroadcastStatistics

    • Constructor Detail

      • LiveBroadcastStatistics

        public LiveBroadcastStatistics()
    • Method Detail

      • getConcurrentViewers

        public BigInteger getConcurrentViewers()
        The number of viewers currently watching the broadcast. The property and its value will be present if the broadcast has current viewers and the broadcast owner has not hidden the viewcount for the video. Note that YouTube stops tracking the number of concurrent viewers for a broadcast when the broadcast ends. So, this property would not identify the number of viewers watching an archived video of a live broadcast that already ended.
        Returns:
        value or null for none
      • setConcurrentViewers

        public LiveBroadcastStatistics setConcurrentViewers(BigInteger concurrentViewers)
        The number of viewers currently watching the broadcast. The property and its value will be present if the broadcast has current viewers and the broadcast owner has not hidden the viewcount for the video. Note that YouTube stops tracking the number of concurrent viewers for a broadcast when the broadcast ends. So, this property would not identify the number of viewers watching an archived video of a live broadcast that already ended.
        Parameters:
        concurrentViewers - concurrentViewers or null for none
      • getTotalChatCount

        public BigInteger getTotalChatCount()
        The total number of live chat messages currently on the broadcast. The property and its value will be present if the broadcast is public, has the live chat feature enabled, and has at least one message. Note that this field will not be filled after the broadcast ends. So this property would not identify the number of chat messages for an archived video of a completed live broadcast.
        Returns:
        value or null for none
      • setTotalChatCount

        public LiveBroadcastStatistics setTotalChatCount(BigInteger totalChatCount)
        The total number of live chat messages currently on the broadcast. The property and its value will be present if the broadcast is public, has the live chat feature enabled, and has at least one message. Note that this field will not be filled after the broadcast ends. So this property would not identify the number of chat messages for an archived video of a completed live broadcast.
        Parameters:
        totalChatCount - totalChatCount or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy