Module tdlight.api

Class TdApi.Video

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Video
Enclosing class:
TdApi

public static final class TdApi.Video extends TdApi.Object
Describes a video file.
  • Field Details

    • duration

      public int duration
      Duration of the video, in seconds; as defined by the sender.
    • width

      public int width
      Video width; as defined by the sender.
    • height

      public int height
      Video height; as defined by the sender.
    • fileName

      public String fileName
      Original name of the file; as defined by the sender.
    • mimeType

      public String mimeType
      MIME type of the file; as defined by the sender.
    • hasStickers

      public boolean hasStickers
      True, if stickers were added to the video. The list of corresponding sticker sets can be received using getAttachedStickerSets.
    • supportsStreaming

      public boolean supportsStreaming
      True, if the video is supposed to be streamed.
    • minithumbnail

      public TdApi.Minithumbnail minithumbnail
      Video minithumbnail; may be null.
    • thumbnail

      public TdApi.Thumbnail thumbnail
      Video thumbnail in JPEG or MPEG4 format; as defined by the sender; may be null.
    • video

      public TdApi.File video
      File containing the video.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • Video

      public Video()
      Describes a video file.
    • Video

      public Video(int duration, int width, int height, String fileName, String mimeType, boolean hasStickers, boolean supportsStreaming, TdApi.Minithumbnail minithumbnail, TdApi.Thumbnail thumbnail, TdApi.File video)
      Describes a video file.
      Parameters:
      duration - Duration of the video, in seconds; as defined by the sender.
      width - Video width; as defined by the sender.
      height - Video height; as defined by the sender.
      fileName - Original name of the file; as defined by the sender.
      mimeType - MIME type of the file; as defined by the sender.
      hasStickers - True, if stickers were added to the video. The list of corresponding sticker sets can be received using getAttachedStickerSets.
      supportsStreaming - True, if the video is supposed to be streamed.
      minithumbnail - Video minithumbnail; may be null.
      thumbnail - Video thumbnail in JPEG or MPEG4 format; as defined by the sender; may be null.
      video - File containing the video.
    • Video

      public Video(DataInput input) throws IOException
      Describes a video file.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object