Interface TweetMediaVideoInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    TweetMediaVideoInfo, TweetMediaVideoInfo.Builder

    public interface TweetMediaVideoInfoOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Detail

      • getAspectRatioList

        java.util.List<java.lang.Integer> getAspectRatioList()
        repeated int32 aspect_ratio = 1 [json_name = "aspectRatio"];
        Returns:
        A list containing the aspectRatio.
      • getAspectRatioCount

        int getAspectRatioCount()
        repeated int32 aspect_ratio = 1 [json_name = "aspectRatio"];
        Returns:
        The count of aspectRatio.
      • getAspectRatio

        int getAspectRatio​(int index)
        repeated int32 aspect_ratio = 1 [json_name = "aspectRatio"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The aspectRatio at the given index.
      • getDurationMillis

        int getDurationMillis()
        int32 duration_millis = 2 [json_name = "durationMillis"];
        Returns:
        The durationMillis.
      • getVariantsList

        java.util.List<TweetMediaVideoInfo.TweetVideoVariants> getVariantsList()
        repeated .streamlayer.social.TweetMediaVideoInfo.TweetVideoVariants variants = 3 [json_name = "variants"];
      • getVariantsCount

        int getVariantsCount()
        repeated .streamlayer.social.TweetMediaVideoInfo.TweetVideoVariants variants = 3 [json_name = "variants"];