Package com.kaltura.client.types
Class LiveStreamAdminEntry
-
- All Implemented Interfaces:
ResponseType,Serializable
public class LiveStreamAdminEntry extends LiveStreamEntry
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 interfaceLiveStreamAdminEntry.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description LiveStreamAdminEntry()LiveStreamAdminEntry(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParamstoParams()-
Methods inherited from class com.kaltura.client.types.LiveStreamEntry
encodingIP1, encodingIP2, getBitrates, getEncodingIP1, getEncodingIP2, getHlsStreamUrl, getPrimaryBroadcastingUrl, getPrimaryRtspBroadcastingUrl, getPrimarySecuredBroadcastingUrl, getPrimaryServerNodeId, getPrimarySrtBroadcastingUrl, getPrimarySrtStreamId, getSecondaryBroadcastingUrl, getSecondaryRtspBroadcastingUrl, getSecondarySecuredBroadcastingUrl, getSecondarySrtBroadcastingUrl, getSecondarySrtStreamId, getSipSourceType, getSipToken, getSrtPass, getStreamName, getStreamPassword, getStreamRemoteBackupId, getStreamRemoteId, getStreamUrl, getStreamUsername, getUrlManager, hlsStreamUrl, primaryBroadcastingUrl, primaryRtspBroadcastingUrl, primarySecuredBroadcastingUrl, primarySrtBroadcastingUrl, primarySrtStreamId, secondaryBroadcastingUrl, secondaryRtspBroadcastingUrl, secondarySecuredBroadcastingUrl, secondarySrtBroadcastingUrl, secondarySrtStreamId, setBitrates, setEncodingIP1, setEncodingIP2, setHlsStreamUrl, setPrimaryBroadcastingUrl, setPrimaryRtspBroadcastingUrl, setPrimarySecuredBroadcastingUrl, setPrimarySrtBroadcastingUrl, setPrimarySrtStreamId, setSecondaryBroadcastingUrl, setSecondaryRtspBroadcastingUrl, setSecondarySecuredBroadcastingUrl, setSecondarySrtBroadcastingUrl, setSecondarySrtStreamId, setSrtPass, setStreamName, setStreamPassword, setStreamUrl, setUrlManager, srtPass, streamName, streamPassword, streamUrl, urlManager
-
Methods inherited from class com.kaltura.client.types.LiveEntry
broadcastTime, currentBroadcastStartTime, dvrStatus, dvrWindow, explicitLive, getBroadcastTime, getCurrentBroadcastStartTime, getDvrStatus, getDvrWindow, getExplicitLive, getFirstBroadcast, getLastBroadcast, getLastBroadcastEndTime, getLastElapsedRecordingTime, getLiveStatus, getLiveStreamConfigurations, getOfflineMessage, getPublishConfigurations, getPushPublishEnabled, getRecordedEntryId, getRecordingOptions, getRecordingStatus, getRecordStatus, getSegmentDuration, getViewMode, lastElapsedRecordingTime, offlineMessage, pushPublishEnabled, recordedEntryId, recordingStatus, recordStatus, segmentDuration, setBroadcastTime, setCurrentBroadcastStartTime, setDvrStatus, setDvrWindow, setExplicitLive, setLastElapsedRecordingTime, setLiveStreamConfigurations, setOfflineMessage, setPublishConfigurations, setPushPublishEnabled, setRecordedEntryId, setRecordingOptions, setRecordingStatus, setRecordStatus, setSegmentDuration, setViewMode, viewMode
-
Methods inherited from class com.kaltura.client.types.MediaEntry
conversionQuality, creditUrl, creditUserName, getConversionQuality, getCreditUrl, getCreditUserName, getDataUrl, getFlavorParamsIds, getIsTrimDisabled, getMediaDate, getMediaType, getSearchProviderId, getSearchProviderType, getSourceType, getSourceVersion, getStreams, mediaType, searchProviderId, searchProviderType, setConversionQuality, setCreditUrl, setCreditUserName, setMediaType, setSearchProviderId, setSearchProviderType, setSourceType, setSourceVersion, setStreams, sourceType, sourceVersion
-
Methods inherited from class com.kaltura.client.types.PlayableEntry
getDuration, getDurationType, getHeight, getLastPlayedAt, getMsDuration, getPlays, getViews, getWidth, msDuration, setMsDuration
-
Methods inherited from class com.kaltura.client.types.BaseEntry
accessControlId, adminTags, application, applicationVersion, blockAutoTranscript, categories, categoriesIds, conversionProfileId, creatorId, description, displayInSearch, endDate, entitledUsersEdit, entitledUsersPublish, entitledUsersView, getAccessControlId, getAdminTags, getApplication, getApplicationVersion, getBlockAutoTranscript, getCapabilities, getCategories, getCategoriesIds, getConversionProfileId, getCreatedAt, getCreatorId, getDescription, getDisplayInSearch, getDownloadUrl, getEndDate, getEntitledUsersEdit, getEntitledUsersPublish, getEntitledUsersView, getGroupId, getId, getLicenseType, getModerationCount, getModerationStatus, getMultiLingual_description, getMultiLingual_name, getMultiLingual_tags, getName, getOperationAttributes, getParentEntryId, getPartnerData, getPartnerId, getPartnerSortValue, getRank, getRedirectEntryId, getReferenceId, getReplacedEntryId, getReplacementStatus, getReplacingEntryId, getRootEntryId, getSearchText, getStartDate, getStatus, getTags, getTemplateEntryId, getThumbnailUrl, getTotalRank, getType, getUpdatedAt, getUserId, getVersion, getVotes, groupId, licenseType, name, parentEntryId, partnerData, partnerSortValue, redirectEntryId, referenceId, setAccessControlId, setAdminTags, setApplication, setApplicationVersion, setBlockAutoTranscript, setCategories, setCategoriesIds, setConversionProfileId, setCreatorId, setDescription, setDisplayInSearch, setEndDate, setEntitledUsersEdit, setEntitledUsersPublish, setEntitledUsersView, setGroupId, setLicenseType, setMultiLingual_description, setMultiLingual_name, setMultiLingual_tags, setName, setOperationAttributes, setParentEntryId, setPartnerData, setPartnerSortValue, setRedirectEntryId, setReferenceId, setStartDate, setTags, setTemplateEntryId, setType, setUserId, startDate, tags, templateEntryId, type, userId
-
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
-
LiveStreamAdminEntry
public LiveStreamAdminEntry()
-
LiveStreamAdminEntry
public LiveStreamAdminEntry(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
toParams
public Params toParams()
- Overrides:
toParamsin classLiveStreamEntry
-
-