Module tdlight.api

Class TdApi.VideoNote

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

public static final class TdApi.VideoNote extends TdApi.Object
Describes a video note. The video must be equal in width and height, cropped to a circle, and stored in MPEG4 format.
  • Field Details

    • duration

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

      public byte[] waveform
      A waveform representation of the video note's audio in 5-bit format; may be empty if unknown.
    • length

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

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

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

      public TdApi.SpeechRecognitionResult speechRecognitionResult
      Result of speech recognition in the video note; 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

    • VideoNote

      public VideoNote()
      Describes a video note. The video must be equal in width and height, cropped to a circle, and stored in MPEG4 format.
    • VideoNote

      public VideoNote(int duration, byte[] waveform, int length, TdApi.Minithumbnail minithumbnail, TdApi.Thumbnail thumbnail, TdApi.SpeechRecognitionResult speechRecognitionResult, TdApi.File video)
      Describes a video note. The video must be equal in width and height, cropped to a circle, and stored in MPEG4 format.
      Parameters:
      duration - Duration of the video, in seconds; as defined by the sender.
      waveform - A waveform representation of the video note's audio in 5-bit format; may be empty if unknown.
      length - Video width and height; as defined by the sender.
      minithumbnail - Video minithumbnail; may be null.
      thumbnail - Video thumbnail in JPEG format; as defined by the sender; may be null.
      speechRecognitionResult - Result of speech recognition in the video note; may be null.
      video - File containing the video.
    • VideoNote

      public VideoNote(DataInput input) throws IOException
      Describes a video note. The video must be equal in width and height, cropped to a circle, and stored in MPEG4 format.
      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