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

main.java.com.streamlayer.social.TweetMediaVideoInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/social/twitter.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.social;

public interface TweetMediaVideoInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.social.TweetMediaVideoInfo)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * repeated int32 aspect_ratio = 1 [json_name = "aspectRatio"];
   * @return A list containing the aspectRatio.
   */
  java.util.List getAspectRatioList();
  /**
   * repeated int32 aspect_ratio = 1 [json_name = "aspectRatio"];
   * @return The count of aspectRatio.
   */
  int getAspectRatioCount();
  /**
   * repeated int32 aspect_ratio = 1 [json_name = "aspectRatio"];
   * @param index The index of the element to return.
   * @return The aspectRatio at the given index.
   */
  int getAspectRatio(int index);

  /**
   * int32 duration_millis = 2 [json_name = "durationMillis"];
   * @return The durationMillis.
   */
  int getDurationMillis();

  /**
   * repeated .streamlayer.social.TweetMediaVideoInfo.TweetVideoVariants variants = 3 [json_name = "variants"];
   */
  java.util.List 
      getVariantsList();
  /**
   * repeated .streamlayer.social.TweetMediaVideoInfo.TweetVideoVariants variants = 3 [json_name = "variants"];
   */
  com.streamlayer.social.TweetMediaVideoInfo.TweetVideoVariants getVariants(int index);
  /**
   * repeated .streamlayer.social.TweetMediaVideoInfo.TweetVideoVariants variants = 3 [json_name = "variants"];
   */
  int getVariantsCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy