Interface Embed.Video

All Known Implementing Classes:
EmbedImpl.VideoImpl
Enclosing interface:
Embed

public static interface Embed.Video
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Height of the video.
    url()
    URL of the video.
    int
    Width of the video.
  • Method Details

    • url

      @Nonnull @CheckReturnValue String url()
      URL of the video.
      Returns:
      Video's URL. Never null.
    • height

      @CheckReturnValue int height()
      Height of the video.
      Returns:
      Video's height, or -1 if absent.
    • width

      @CheckReturnValue int width()
      Width of the video.
      Returns:
      Video's width, or -1 if absent.