Package org.teamapps.dto
Class UiWebRtcPlayer.GetPlayableVideoCodecsCommand
java.lang.Object
org.teamapps.dto.UiWebRtcPlayer.GetPlayableVideoCodecsCommand
- All Implemented Interfaces:
UiCommand<java.util.List<UiVideoCodec>>
- Enclosing class:
- UiWebRtcPlayer
public static class UiWebRtcPlayer.GetPlayableVideoCodecsCommand extends java.lang.Object implements UiCommand<java.util.List<UiVideoCodec>>
-
Constructor Summary
Constructors Constructor Description GetPlayableVideoCodecsCommand() -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentId()java.lang.StringtoString()
-
Constructor Details
-
GetPlayableVideoCodecsCommand
public GetPlayableVideoCodecsCommand()
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiCommand<java.util.List<UiVideoCodec>>
-