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

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

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






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












com.google.api.services.youtube.model

Class VideoFileDetailsAudioStream

    • Constructor Detail

      • VideoFileDetailsAudioStream

        public VideoFileDetailsAudioStream()
    • Method Detail

      • getBitrateBps

        public BigInteger getBitrateBps()
        The audio stream's bitrate, in bits per second.
        Returns:
        value or null for none
      • setBitrateBps

        public VideoFileDetailsAudioStream setBitrateBps(BigInteger bitrateBps)
        The audio stream's bitrate, in bits per second.
        Parameters:
        bitrateBps - bitrateBps or null for none
      • getChannelCount

        public Long getChannelCount()
        The number of audio channels that the stream contains.
        Returns:
        value or null for none
      • setChannelCount

        public VideoFileDetailsAudioStream setChannelCount(Long channelCount)
        The number of audio channels that the stream contains.
        Parameters:
        channelCount - channelCount or null for none
      • getCodec

        public String getCodec()
        The audio codec that the stream uses.
        Returns:
        value or null for none
      • getVendor

        public String getVendor()
        A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
        Returns:
        value or null for none
      • setVendor

        public VideoFileDetailsAudioStream setVendor(String vendor)
        A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code.
        Parameters:
        vendor - vendor or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy