Example usage for Java twitter4j MediaEntity fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getExtAltText() |
long | getId() Returns the id of the media. |
String | getMediaURL() Returns the media URL. |
String | getMediaURLHttps() Returns the media secure URL. |
Map | getSizes() Returns size variations of the media. |
String | getType() Returns the media type ("photo", "video", "animated_gif"). |
int | getVideoAspectRatioHeight() |
int | getVideoAspectRatioWidth() |
long | getVideoDurationMillis() |
Variant[] | getVideoVariants() |