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

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

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






VideoFileDetailsVideoStream (YouTube Data API v3 v3-rev20230319-2.0.0)












com.google.api.services.youtube.model

Class VideoFileDetailsVideoStream

    • Constructor Detail

      • VideoFileDetailsVideoStream

        public VideoFileDetailsVideoStream()
    • Method Detail

      • getAspectRatio

        public Double getAspectRatio()
        The video content's display aspect ratio, which specifies the aspect ratio in which the video should be displayed.
        Returns:
        value or null for none
      • setAspectRatio

        public VideoFileDetailsVideoStream setAspectRatio(Double aspectRatio)
        The video content's display aspect ratio, which specifies the aspect ratio in which the video should be displayed.
        Parameters:
        aspectRatio - aspectRatio or null for none
      • getBitrateBps

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

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

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

        public Double getFrameRateFps()
        The video stream's frame rate, in frames per second.
        Returns:
        value or null for none
      • setFrameRateFps

        public VideoFileDetailsVideoStream setFrameRateFps(Double frameRateFps)
        The video stream's frame rate, in frames per second.
        Parameters:
        frameRateFps - frameRateFps or null for none
      • getHeightPixels

        public Long getHeightPixels()
        The encoded video content's height in pixels.
        Returns:
        value or null for none
      • setHeightPixels

        public VideoFileDetailsVideoStream setHeightPixels(Long heightPixels)
        The encoded video content's height in pixels.
        Parameters:
        heightPixels - heightPixels or null for none
      • getRotation

        public String getRotation()
        The amount that YouTube needs to rotate the original source content to properly display the video.
        Returns:
        value or null for none
      • setRotation

        public VideoFileDetailsVideoStream setRotation(String rotation)
        The amount that YouTube needs to rotate the original source content to properly display the video.
        Parameters:
        rotation - rotation 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 VideoFileDetailsVideoStream 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
      • getWidthPixels

        public Long getWidthPixels()
        The encoded video content's width in pixels. You can calculate the video's encoding aspect ratio as width_pixels / height_pixels.
        Returns:
        value or null for none
      • setWidthPixels

        public VideoFileDetailsVideoStream setWidthPixels(Long widthPixels)
        The encoded video content's width in pixels. You can calculate the video's encoding aspect ratio as width_pixels / height_pixels.
        Parameters:
        widthPixels - widthPixels or null for none

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy