Package com.streamlayer.social
Interface TweetMediaVideoInfo.TweetVideoVariantsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TweetMediaVideoInfo.TweetVideoVariants,TweetMediaVideoInfo.TweetVideoVariants.Builder
- Enclosing class:
- TweetMediaVideoInfo
public static interface TweetMediaVideoInfo.TweetVideoVariantsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBitrate()int32 bitrate = 1 [json_name = "bitrate"];java.lang.StringgetContentType()string content_type = 2 [json_name = "contentType"];com.google.protobuf.ByteStringgetContentTypeBytes()string content_type = 2 [json_name = "contentType"];java.lang.StringgetUrl()string url = 3 [json_name = "url"];com.google.protobuf.ByteStringgetUrlBytes()string url = 3 [json_name = "url"];
-
-
-
Method Detail
-
getBitrate
int getBitrate()
int32 bitrate = 1 [json_name = "bitrate"];- Returns:
- The bitrate.
-
getContentType
java.lang.String getContentType()
string content_type = 2 [json_name = "contentType"];- Returns:
- The contentType.
-
getContentTypeBytes
com.google.protobuf.ByteString getContentTypeBytes()
string content_type = 2 [json_name = "contentType"];- Returns:
- The bytes for contentType.
-
getUrl
java.lang.String getUrl()
string url = 3 [json_name = "url"];- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
string url = 3 [json_name = "url"];- Returns:
- The bytes for url.
-
-