Class UiShakaManifestVariant
java.lang.Object
org.teamapps.dto.UiShakaManifestVariant
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected UiShakaAudioStreamprotected intprotected intprotected UiShakaVideoStream -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAudio()intintgetId()getVideo()setAudio(UiShakaAudioStream audio) setBandwidth(int bandwidth) setId(int id) setVideo(UiShakaVideoStream video) toString()
-
Field Details
-
id
protected int id -
audio
-
video
-
bandwidth
protected int bandwidth
-
-
Constructor Details
-
UiShakaManifestVariant
public UiShakaManifestVariant()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getId
public int getId() -
getAudio
-
getVideo
-
getBandwidth
public int getBandwidth() -
setId
-
setAudio
-
setVideo
-
setBandwidth
-