Klasse UiShakaPlayer.SetUrlsCommand

java.lang.Object
org.teamapps.dto.UiShakaPlayer.SetUrlsCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiShakaPlayer

public static class UiShakaPlayer.SetUrlsCommand extends Object implements UiCommand<Void>
  • Felddetails

    • componentId

      protected String componentId
    • hlsUrl

      protected String hlsUrl
    • dashUrl

      protected String dashUrl
  • Konstruktordetails

    • SetUrlsCommand

      @Deprecated public SetUrlsCommand()
      Veraltet.
      Only for Jackson deserialization. Use the other constructor instead.
    • SetUrlsCommand

      public SetUrlsCommand(String componentId, String hlsUrl, String dashUrl)
  • Methodendetails