Package org.teamapps.dto
Class UiShakaPlayer.SetDistinctManifestAudioTracksFixEnabledCommand
java.lang.Object
org.teamapps.dto.UiShakaPlayer.SetDistinctManifestAudioTracksFixEnabledCommand
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiShakaPlayer
public static class UiShakaPlayer.SetDistinctManifestAudioTracksFixEnabledCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
Field Summary
Fields Modifier and Type Field Description protected booleanenabled -
Constructor Summary
Constructors Constructor Description SetDistinctManifestAudioTracksFixEnabledCommand()Deprecated.Only for Jackson deserialization.SetDistinctManifestAudioTracksFixEnabledCommand(boolean enabled) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentId()booleangetEnabled()java.lang.StringtoString()
-
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
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getEnabled
public boolean getEnabled() -
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-