java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.VideoNote
- Enclosing class:
- TdApi
Describes a video note. The video must
be equal in width and height, cropped
to a circle, and stored in MPEG4 format.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Duration of the video, in seconds; as defined by the sender.int
Video width and height; as defined by the sender.Video minithumbnail; may be null.Video thumbnail in JPEG format; as defined by the sender; may be null.File containing the video. -
Constructor Summary
ConstructorDescriptionDescribes a video note.VideoNote
(int duration, int length, TdApi.Minithumbnail minithumbnail, TdApi.Thumbnail thumbnail, TdApi.File video) Describes a video note.Describes a video note. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
duration
public int durationDuration of the video, in seconds; as defined by the sender. -
length
public int lengthVideo 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. -
video
File containing the video. -
CONSTRUCTOR
public static final int CONSTRUCTOR- 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, int length, TdApi.Minithumbnail minithumbnail, TdApi.Thumbnail thumbnail, 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
- int Duration of the video, in seconds; as defined by the sender.length
- int Video width and height; as defined by the sender.minithumbnail
- Minithumbnail Video minithumbnail; may be null.thumbnail
- Thumbnail Video thumbnail in JPEG format; as defined by the sender; may be null.video
- File File containing the video.
-
VideoNote
Describes a video note. The video must be equal in width and height, cropped to a circle, and stored in MPEG4 format.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-