Package com.streamlayer.social
Interface TweetMediaVideoInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TweetMediaVideoInfo,TweetMediaVideoInfo.Builder
public interface TweetMediaVideoInfoOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAspectRatio(int index)repeated int32 aspect_ratio = 1 [json_name = "aspectRatio"];intgetAspectRatioCount()repeated int32 aspect_ratio = 1 [json_name = "aspectRatio"];java.util.List<java.lang.Integer>getAspectRatioList()repeated int32 aspect_ratio = 1 [json_name = "aspectRatio"];intgetDurationMillis()int32 duration_millis = 2 [json_name = "durationMillis"];TweetMediaVideoInfo.TweetVideoVariantsgetVariants(int index)repeated .streamlayer.social.TweetMediaVideoInfo.TweetVideoVariants variants = 3 [json_name = "variants"];intgetVariantsCount()repeated .streamlayer.social.TweetMediaVideoInfo.TweetVideoVariants variants = 3 [json_name = "variants"];java.util.List<TweetMediaVideoInfo.TweetVideoVariants>getVariantsList()repeated .streamlayer.social.TweetMediaVideoInfo.TweetVideoVariants variants = 3 [json_name = "variants"];
-
-
-
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"];
-
getVariants
TweetMediaVideoInfo.TweetVideoVariants getVariants(int index)
repeated .streamlayer.social.TweetMediaVideoInfo.TweetVideoVariants variants = 3 [json_name = "variants"];
-
getVariantsCount
int getVariantsCount()
repeated .streamlayer.social.TweetMediaVideoInfo.TweetVideoVariants variants = 3 [json_name = "variants"];
-
-