Class UiShakaPlayer.SetUrlsCommand

java.lang.Object
org.teamapps.dto.UiShakaPlayer.SetUrlsCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiShakaPlayer

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

    • componentId

      protected String componentId
    • hlsUrl

      protected String hlsUrl
    • dashUrl

      protected String dashUrl
  • Constructor Details

    • SetUrlsCommand

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

      public SetUrlsCommand(String componentId, String hlsUrl, String dashUrl)
  • Method Details