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

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







IngestionInfo (YouTube Data API v3-rev20200213-1.30.9)












com.google.api.services.youtube.model

Class IngestionInfo

    • Constructor Detail

      • IngestionInfo

        public IngestionInfo()
    • Method Detail

      • getBackupIngestionAddress

        public String getBackupIngestionAddress()
        The backup ingestion URL that you should use to stream video to YouTube. You have the option of simultaneously streaming the content that you are sending to the ingestionAddress to this URL.
        Returns:
        value or null for none
      • setBackupIngestionAddress

        public IngestionInfo setBackupIngestionAddress(String backupIngestionAddress)
        The backup ingestion URL that you should use to stream video to YouTube. You have the option of simultaneously streaming the content that you are sending to the ingestionAddress to this URL.
        Parameters:
        backupIngestionAddress - backupIngestionAddress or null for none
      • getIngestionAddress

        public String getIngestionAddress()
        The primary ingestion URL that you should use to stream video to YouTube. You must stream video to this URL. Depending on which application or tool you use to encode your video stream, you may need to enter the stream URL and stream name separately or you may need to concatenate them in the following format: STREAM_URL/STREAM_NAME
        Returns:
        value or null for none
      • setIngestionAddress

        public IngestionInfo setIngestionAddress(String ingestionAddress)
        The primary ingestion URL that you should use to stream video to YouTube. You must stream video to this URL. Depending on which application or tool you use to encode your video stream, you may need to enter the stream URL and stream name separately or you may need to concatenate them in the following format: STREAM_URL/STREAM_NAME
        Parameters:
        ingestionAddress - ingestionAddress or null for none
      • getStreamName

        public String getStreamName()
        The HTTP or RTMP stream name that YouTube assigns to the video stream.
        Returns:
        value or null for none
      • setStreamName

        public IngestionInfo setStreamName(String streamName)
        The HTTP or RTMP stream name that YouTube assigns to the video stream.
        Parameters:
        streamName - streamName or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy