class Giphy::Images::ExtendedImageDataFrame
- Giphy::Images::ExtendedImageDataFrame
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
types/images.crConstructors
Instance Method Summary
-
#frames : String | Nil
The number of frames in this GIF.
-
#frames=(frames : String | Nil)
The number of frames in this GIF.
-
#height : String | Nil
The height of this GIF in pixels.
-
#height=(height : String | Nil)
The height of this GIF in pixels.
-
#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.
-
#size : String | Nil
The size of this GIF in bytes.
-
#size=(size : String | Nil)
The size of this GIF in bytes.
-
#webp : String | Nil
The URL for this GIF in .webp format.
-
#webp=(webp : String | Nil)
The URL for this GIF in .webp format.
-
#webp_size : String | Nil
The size in bytes of the .webp file corresponding to this GIF.
-
#webp_size=(webp_size : String | Nil)
The size in bytes of the .webp file corresponding to this GIF.
-
#width : String | Nil
The width of this GIF in pixels.
-
#width=(width : String | Nil)
The width of this GIF in pixels.
Constructor Detail
Instance Method Detail
The size in bytes of the .MP4 file corresponding to this GIF.
The size in bytes of the .webp file corresponding to this GIF.