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

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







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












com.google.api.services.youtube.model

Class CdnSettings

    • Constructor Detail

      • CdnSettings

        public CdnSettings()
    • Method Detail

      • getFormat

        public String getFormat()
        The format of the video stream that you are sending to Youtube.
        Returns:
        value or null for none
      • setFormat

        public CdnSettings setFormat(String format)
        The format of the video stream that you are sending to Youtube.
        Parameters:
        format - format or null for none
      • getFrameRate

        public String getFrameRate()
        The frame rate of the inbound video data.
        Returns:
        value or null for none
      • setFrameRate

        public CdnSettings setFrameRate(String frameRate)
        The frame rate of the inbound video data.
        Parameters:
        frameRate - frameRate or null for none
      • getIngestionInfo

        public IngestionInfo getIngestionInfo()
        The ingestionInfo object contains information that YouTube provides that you need to transmit your RTMP or HTTP stream to YouTube.
        Returns:
        value or null for none
      • setIngestionInfo

        public CdnSettings setIngestionInfo(IngestionInfo ingestionInfo)
        The ingestionInfo object contains information that YouTube provides that you need to transmit your RTMP or HTTP stream to YouTube.
        Parameters:
        ingestionInfo - ingestionInfo or null for none
      • getIngestionType

        public String getIngestionType()
        The method or protocol used to transmit the video stream.
        Returns:
        value or null for none
      • setIngestionType

        public CdnSettings setIngestionType(String ingestionType)
        The method or protocol used to transmit the video stream.
        Parameters:
        ingestionType - ingestionType or null for none
      • getResolution

        public String getResolution()
        The resolution of the inbound video data.
        Returns:
        value or null for none
      • setResolution

        public CdnSettings setResolution(String resolution)
        The resolution of the inbound video data.
        Parameters:
        resolution - resolution or null for none
      • set

        public CdnSettings set(String fieldName,
                               Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public CdnSettings 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