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

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

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






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












com.google.api.services.youtube.model

Class MonitorStreamInfo

    • Constructor Detail

      • MonitorStreamInfo

        public MonitorStreamInfo()
    • Method Detail

      • getBroadcastStreamDelayMs

        public Long getBroadcastStreamDelayMs()
        If you have set the enableMonitorStream property to true, then this property determines the length of the live broadcast delay.
        Returns:
        value or null for none
      • setBroadcastStreamDelayMs

        public MonitorStreamInfo setBroadcastStreamDelayMs(Long broadcastStreamDelayMs)
        If you have set the enableMonitorStream property to true, then this property determines the length of the live broadcast delay.
        Parameters:
        broadcastStreamDelayMs - broadcastStreamDelayMs or null for none
      • getEmbedHtml

        public String getEmbedHtml()
        HTML code that embeds a player that plays the monitor stream.
        Returns:
        value or null for none
      • setEmbedHtml

        public MonitorStreamInfo setEmbedHtml(String embedHtml)
        HTML code that embeds a player that plays the monitor stream.
        Parameters:
        embedHtml - embedHtml or null for none
      • getEnableMonitorStream

        public Boolean getEnableMonitorStream()
        This value determines whether the monitor stream is enabled for the broadcast. If the monitor stream is enabled, then YouTube will broadcast the event content on a special stream intended only for the broadcaster's consumption. The broadcaster can use the stream to review the event content and also to identify the optimal times to insert cuepoints. You need to set this value to true if you intend to have a broadcast delay for your event. *Note:* This property cannot be updated once the broadcast is in the testing or live state.
        Returns:
        value or null for none
      • setEnableMonitorStream

        public MonitorStreamInfo setEnableMonitorStream(Boolean enableMonitorStream)
        This value determines whether the monitor stream is enabled for the broadcast. If the monitor stream is enabled, then YouTube will broadcast the event content on a special stream intended only for the broadcaster's consumption. The broadcaster can use the stream to review the event content and also to identify the optimal times to insert cuepoints. You need to set this value to true if you intend to have a broadcast delay for your event. *Note:* This property cannot be updated once the broadcast is in the testing or live state.
        Parameters:
        enableMonitorStream - enableMonitorStream or null for none
      • clone

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

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy