Class TweetMediaVideoInfo

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  TweetMediaVideoInfo.Builder
      Protobuf type streamlayer.social.TweetMediaVideoInfo
      static class  TweetMediaVideoInfo.TweetVideoVariants
      Protobuf type streamlayer.social.TweetMediaVideoInfo.TweetVideoVariants
      static interface  TweetMediaVideoInfo.TweetVideoVariantsOrBuilder  
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite

        com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,​?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,​Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Field Detail

      • ASPECT_RATIO_FIELD_NUMBER

        public static final int ASPECT_RATIO_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DURATION_MILLIS_FIELD_NUMBER

        public static final int DURATION_MILLIS_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • getAspectRatioList

        public java.util.List<java.lang.Integer> getAspectRatioList()
        repeated int32 aspect_ratio = 1 [json_name = "aspectRatio"];
        Specified by:
        getAspectRatioList in interface TweetMediaVideoInfoOrBuilder
        Returns:
        A list containing the aspectRatio.
      • getAspectRatio

        public int getAspectRatio​(int index)
        repeated int32 aspect_ratio = 1 [json_name = "aspectRatio"];
        Specified by:
        getAspectRatio in interface TweetMediaVideoInfoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The aspectRatio at the given index.
      • getVariantsOrBuilderList

        public java.util.List<? extends TweetMediaVideoInfo.TweetVideoVariantsOrBuilder> getVariantsOrBuilderList()
        repeated .streamlayer.social.TweetMediaVideoInfo.TweetVideoVariants variants = 3 [json_name = "variants"];
      • getVariantsCount

        public int getVariantsCount()
        repeated .streamlayer.social.TweetMediaVideoInfo.TweetVideoVariants variants = 3 [json_name = "variants"];
        Specified by:
        getVariantsCount in interface TweetMediaVideoInfoOrBuilder
      • parseFrom

        public static TweetMediaVideoInfo parseFrom​(java.nio.ByteBuffer data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TweetMediaVideoInfo parseFrom​(java.nio.ByteBuffer data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TweetMediaVideoInfo parseFrom​(com.google.protobuf.ByteString data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TweetMediaVideoInfo parseFrom​(com.google.protobuf.ByteString data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TweetMediaVideoInfo parseFrom​(byte[] data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TweetMediaVideoInfo parseFrom​(byte[] data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TweetMediaVideoInfo parseFrom​(java.io.InputStream input)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static TweetMediaVideoInfo parseFrom​(java.io.InputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static TweetMediaVideoInfo parseDelimitedFrom​(java.io.InputStream input)
                                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static TweetMediaVideoInfo parseDelimitedFrom​(java.io.InputStream input,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static TweetMediaVideoInfo parseFrom​(com.google.protobuf.CodedInputStream input)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static TweetMediaVideoInfo parseFrom​(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • dynamicMethod

        protected final java.lang.Object dynamicMethod​(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
                                                       java.lang.Object arg0,
                                                       java.lang.Object arg1)
        Specified by:
        dynamicMethod in class com.google.protobuf.GeneratedMessageLite<TweetMediaVideoInfo,​TweetMediaVideoInfo.Builder>