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

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

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






LiveStreamContentDetails (YouTube Data API v3 v3-rev20240303-2.0.0)












com.google.api.services.youtube.model

Class LiveStreamContentDetails

    • Constructor Detail

      • LiveStreamContentDetails

        public LiveStreamContentDetails()
    • Method Detail

      • getClosedCaptionsIngestionUrl

        public String getClosedCaptionsIngestionUrl()
        The ingestion URL where the closed captions of this stream are sent.
        Returns:
        value or null for none
      • setClosedCaptionsIngestionUrl

        public LiveStreamContentDetails setClosedCaptionsIngestionUrl(String closedCaptionsIngestionUrl)
        The ingestion URL where the closed captions of this stream are sent.
        Parameters:
        closedCaptionsIngestionUrl - closedCaptionsIngestionUrl or null for none
      • getIsReusable

        public Boolean getIsReusable()
        Indicates whether the stream is reusable, which means that it can be bound to multiple broadcasts. It is common for broadcasters to reuse the same stream for many different broadcasts if those broadcasts occur at different times. If you set this value to false, then the stream will not be reusable, which means that it can only be bound to one broadcast. Non- reusable streams differ from reusable streams in the following ways: - A non-reusable stream can only be bound to one broadcast. - A non-reusable stream might be deleted by an automated process after the broadcast ends. - The liveStreams.list method does not list non-reusable streams if you call the method and set the mine parameter to true. The only way to use that method to retrieve the resource for a non-reusable stream is to use the id parameter to identify the stream.
        Returns:
        value or null for none
      • setIsReusable

        public LiveStreamContentDetails setIsReusable(Boolean isReusable)
        Indicates whether the stream is reusable, which means that it can be bound to multiple broadcasts. It is common for broadcasters to reuse the same stream for many different broadcasts if those broadcasts occur at different times. If you set this value to false, then the stream will not be reusable, which means that it can only be bound to one broadcast. Non- reusable streams differ from reusable streams in the following ways: - A non-reusable stream can only be bound to one broadcast. - A non-reusable stream might be deleted by an automated process after the broadcast ends. - The liveStreams.list method does not list non-reusable streams if you call the method and set the mine parameter to true. The only way to use that method to retrieve the resource for a non-reusable stream is to use the id parameter to identify the stream.
        Parameters:
        isReusable - isReusable or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy