Package org.drinkless.tdlib
Class TdApi.VideoStoryboard
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.VideoStoryboard
- Enclosing class:
- TdApi
Describes a storyboard for a video.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
Height of a tile.File that describes mapping of position in the video to a tile in the JPEG file.A JPEG file that contains tiled previews of video.int
Width of a tile. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a storyboard for a video.VideoStoryboard
(TdApi.File storyboardFile, int width, int height, TdApi.File mapFile) Describes a storyboard for a video. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
storyboardFile
A JPEG file that contains tiled previews of video. -
width
public int widthWidth of a tile. -
height
public int heightHeight of a tile. -
mapFile
File that describes mapping of position in the video to a tile in the JPEG file. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
VideoStoryboard
public VideoStoryboard()Describes a storyboard for a video. -
VideoStoryboard
Describes a storyboard for a video.- Parameters:
storyboardFile
- A JPEG file that contains tiled previews of video.width
- Width of a tile.height
- Height of a tile.mapFile
- File that describes mapping of position in the video to a tile in the JPEG file.
-
-
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
-