Class TdApi.VideoStoryboard

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.VideoStoryboard
Enclosing class:
TdApi

public static class TdApi.VideoStoryboard extends TdApi.Object
Describes a storyboard for a video.
  • Field Details

    • storyboardFile

      public TdApi.File storyboardFile
      A JPEG file that contains tiled previews of video.
    • width

      public int width
      Width of a tile.
    • height

      public int height
      Height of a tile.
    • mapFile

      public TdApi.File mapFile
      File that describes mapping of position in the video to a tile in the JPEG file.
    • CONSTRUCTOR

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

    • VideoStoryboard

      public VideoStoryboard()
      Describes a storyboard for a video.
    • VideoStoryboard

      public VideoStoryboard(TdApi.File storyboardFile, int width, int height, TdApi.File mapFile)
      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 class TdApi.Object
      Returns:
      this.CONSTRUCTOR