Package com.kaltura.client.types
Class LiveCaptionFeature
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.LiveFeature
-
- com.kaltura.client.types.LiveCaptionFeature
-
- All Implemented Interfaces:
ResponseType,Serializable
public class LiveCaptionFeature extends LiveFeature
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 interfaceLiveCaptionFeature.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description LiveCaptionFeature()LiveCaptionFeature(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcaptionToken(String multirequestToken)voidcaptionUrl(String multirequestToken)StringgetCaptionToken()StringgetCaptionUrl()IntegergetInputDelay()StringgetMediaKey()StringgetMediaUrl()voidinputDelay(String multirequestToken)voidmediaKey(String multirequestToken)voidmediaUrl(String multirequestToken)voidsetCaptionToken(String captionToken)voidsetCaptionUrl(String captionUrl)voidsetInputDelay(Integer inputDelay)voidsetMediaKey(String mediaKey)voidsetMediaUrl(String mediaUrl)ParamstoParams()-
Methods inherited from class com.kaltura.client.types.LiveFeature
getPostEndTime, getPreStartTime, getSystemName, postEndTime, preStartTime, setPostEndTime, setPreStartTime, setSystemName, systemName
-
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
-
LiveCaptionFeature
public LiveCaptionFeature()
-
LiveCaptionFeature
public LiveCaptionFeature(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getMediaUrl
public String getMediaUrl()
-
setMediaUrl
public void setMediaUrl(String mediaUrl)
-
mediaUrl
public void mediaUrl(String multirequestToken)
-
getMediaKey
public String getMediaKey()
-
setMediaKey
public void setMediaKey(String mediaKey)
-
mediaKey
public void mediaKey(String multirequestToken)
-
getCaptionUrl
public String getCaptionUrl()
-
setCaptionUrl
public void setCaptionUrl(String captionUrl)
-
captionUrl
public void captionUrl(String multirequestToken)
-
getCaptionToken
public String getCaptionToken()
-
setCaptionToken
public void setCaptionToken(String captionToken)
-
captionToken
public void captionToken(String multirequestToken)
-
getInputDelay
public Integer getInputDelay()
-
setInputDelay
public void setInputDelay(Integer inputDelay)
-
inputDelay
public void inputDelay(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classLiveFeature
-
-