Class UiShakaPlayer.SetDistinctManifestAudioTracksFixEnabledCommand

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

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

    • enabled

      protected boolean enabled
  • Constructor Details

    • SetDistinctManifestAudioTracksFixEnabledCommand

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

      public SetDistinctManifestAudioTracksFixEnabledCommand(boolean enabled)
  • Method Details