java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputStoryContent
it.tdlight.jni.TdApi.InputStoryContentVideo
- Enclosing class:
- TdApi
A video story.
-
Field Summary
Modifier and TypeFieldDescriptionint[]
File identifiers of the stickers added to the video, if applicable.static final int
Identifier uniquely determining type of the object.double
Precise duration of the video, in seconds; 0-60.boolean
True, if the video has no sound.Video to be sent. -
Constructor Summary
ConstructorDescriptionA video story.InputStoryContentVideo
(TdApi.InputFile video, int[] addedStickerFileIds, double duration, boolean isAnimation) A video story.InputStoryContentVideo
(DataInput input) A video story. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
video
Video to be sent. The video size must be 720x1280. The video must be streamable and stored in MPEG4 format, after encoding with x265 codec and key frames added each second. -
addedStickerFileIds
public int[] addedStickerFileIdsFile identifiers of the stickers added to the video, if applicable. -
duration
public double durationPrecise duration of the video, in seconds; 0-60. -
isAnimation
public boolean isAnimationTrue, if the video has no sound. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputStoryContentVideo
public InputStoryContentVideo()A video story. -
InputStoryContentVideo
public InputStoryContentVideo(TdApi.InputFile video, int[] addedStickerFileIds, double duration, boolean isAnimation) A video story.- Parameters:
video
- Video to be sent. The video size must be 720x1280. The video must be streamable and stored in MPEG4 format, after encoding with x265 codec and key frames added each second.addedStickerFileIds
- File identifiers of the stickers added to the video, if applicable.duration
- Precise duration of the video, in seconds; 0-60.isAnimation
- True, if the video has no sound.
-
InputStoryContentVideo
A video story.- 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 classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-