Package com.kaltura.client.types
Class LiveAsset
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.Asset
-
- com.kaltura.client.types.FlavorAsset
-
- com.kaltura.client.types.LiveAsset
-
- All Implemented Interfaces:
ResponseType,Serializable
public class LiveAsset extends FlavorAsset
This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLiveAsset.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMulticastIP()IntegergetMulticastPort()voidmulticastIP(String multirequestToken)voidmulticastPort(String multirequestToken)voidsetMulticastIP(String multicastIP)voidsetMulticastPort(Integer multicastPort)ParamstoParams()-
Methods inherited from class com.kaltura.client.types.FlavorAsset
flavorParamsId, getBitrate, getContainerFormat, getFlavorParamsId, getFrameRate, getHeight, getIsDefault, getIsOriginal, getIsWeb, getLabel, getLanguage, getStatus, getVideoCodecId, getWidth, isDefault, label, language, setFlavorParamsId, setIsDefault, setLabel, setLanguage
-
Methods inherited from class com.kaltura.client.types.Asset
actualSourceAssetParamsIds, fileExt, getActualSourceAssetParamsIds, getCreatedAt, getDeletedAt, getDescription, getEntryId, getFileExt, getId, getPartnerData, getPartnerDescription, getPartnerId, getSize, getSizeInBytes, getTags, getUpdatedAt, getVersion, partnerData, partnerDescription, setActualSourceAssetParamsIds, setFileExt, setPartnerData, setPartnerDescription, setTags, tags
-
Methods inherited from class com.kaltura.client.types.ObjectBase
getRelatedObjects, setRelatedObjects, setToken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.kaltura.client.utils.response.ResponseType
toString
-
-
-
-
Constructor Detail
-
LiveAsset
public LiveAsset()
-
LiveAsset
public LiveAsset(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getMulticastIP
public String getMulticastIP()
-
setMulticastIP
public void setMulticastIP(String multicastIP)
-
multicastIP
public void multicastIP(String multirequestToken)
-
getMulticastPort
public Integer getMulticastPort()
-
setMulticastPort
public void setMulticastPort(Integer multicastPort)
-
multicastPort
public void multicastPort(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classFlavorAsset
-
-