Package org.teamapps.dto
Class UiShakaVideoStream
java.lang.Object
org.teamapps.dto.UiAbstractShakaStream
org.teamapps.dto.UiShakaVideoStream
- All Implemented Interfaces:
UiObject
public class UiShakaVideoStream extends UiAbstractShakaStream implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields Modifier and Type Field Description protected intframeRateprotected intheightprotected java.lang.StringpixelAspectRatioprotected intwidthFields inherited from class org.teamapps.dto.UiAbstractShakaStream
bandwidth, codecs, id, label, mimeType, originalId, roles -
Constructor Summary
Constructors Constructor Description UiShakaVideoStream() -
Method Summary
Modifier and Type Method Description intgetFrameRate()intgetHeight()java.lang.StringgetPixelAspectRatio()UiObjectTypegetUiObjectType()intgetWidth()UiShakaVideoStreamsetBandwidth(int bandwidth)UiShakaVideoStreamsetCodecs(java.lang.String codecs)UiShakaVideoStreamsetFrameRate(int frameRate)UiShakaVideoStreamsetHeight(int height)UiShakaVideoStreamsetId(int id)UiShakaVideoStreamsetLabel(java.lang.String label)UiShakaVideoStreamsetMimeType(java.lang.String mimeType)UiShakaVideoStreamsetOriginalId(java.lang.String originalId)UiShakaVideoStreamsetPixelAspectRatio(java.lang.String pixelAspectRatio)UiShakaVideoStreamsetRoles(java.util.List<java.lang.String> roles)UiShakaVideoStreamsetWidth(int width)java.lang.StringtoString()Methods inherited from class org.teamapps.dto.UiAbstractShakaStream
getBandwidth, getCodecs, getId, getLabel, getMimeType, getOriginalId, getRolesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
frameRate
protected int frameRate -
pixelAspectRatio
protected java.lang.String pixelAspectRatio -
width
protected int width -
height
protected int height
-
-
Constructor Details
-
UiShakaVideoStream
public UiShakaVideoStream()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classUiAbstractShakaStream
-
getFrameRate
public int getFrameRate() -
getPixelAspectRatio
public java.lang.String getPixelAspectRatio() -
getWidth
public int getWidth() -
getHeight
public int getHeight() -
setId
- Overrides:
setIdin classUiAbstractShakaStream
-
setOriginalId
- Overrides:
setOriginalIdin classUiAbstractShakaStream
-
setMimeType
- Overrides:
setMimeTypein classUiAbstractShakaStream
-
setCodecs
- Overrides:
setCodecsin classUiAbstractShakaStream
-
setBandwidth
- Overrides:
setBandwidthin classUiAbstractShakaStream
-
setLabel
- Overrides:
setLabelin classUiAbstractShakaStream
-
setRoles
- Overrides:
setRolesin classUiAbstractShakaStream
-
setFrameRate
-
setPixelAspectRatio
-
setWidth
-
setHeight
-