class Giphy::Images::ExtendedImageDataVideo
- Giphy::Images::ExtendedImageDataVideo
- Giphy::Images::ExtendedImageData
- Giphy::Images::SizedImageData
- Giphy::Images::ImageData
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
types/images.crConstructors
Instance Method Summary
-
#mp4 : String | Nil
The URL for this GIF in .MP4 format.
-
#mp4=(mp4 : String | Nil)
The URL for this GIF in .MP4 format.
-
#mp4_size : String | Nil
The size in bytes of the .MP4 file corresponding to this GIF.
-
#mp4_size=(mp4_size : String | Nil)
The size in bytes of the .MP4 file corresponding to this GIF.
Instance methods inherited from class Giphy::Images::ExtendedImageData
webp : String | Nil
webp,
webp=(webp : String | Nil)
webp=,
webp_size : String | Nil
webp_size,
webp_size=(webp_size : String | Nil)
webp_size=
Constructor methods inherited from class Giphy::Images::ExtendedImageData
new(pull : JSON::PullParser)
new
Instance methods inherited from class Giphy::Images::SizedImageData
size : String | Nil
size,
size=(size : String | Nil)
size=
Constructor methods inherited from class Giphy::Images::SizedImageData
new(pull : JSON::PullParser)
new
Instance methods inherited from class Giphy::Images::ImageData
height : String | Nil
height,
height=(height : String | Nil)
height=,
url : String | Nil
url,
url=(url : String | Nil)
url=,
width : String | Nil
width,
width=(width : String | Nil)
width=
Constructor methods inherited from class Giphy::Images::ImageData
new(pull : JSON::PullParser)
new
Constructor Detail
Instance Method Detail
def mp4_size=(mp4_size : String | Nil)
#
The size in bytes of the .MP4 file corresponding to this GIF.