public class HlsSettings extends Object implements Serializable
LiveStream settings that are specific to the HTTP live
streaming (HLS) protocol.| Constructor and Description |
|---|
HlsSettings() |
HlsSettings(PlaylistType playlistType,
MasterPlaylistSettings masterPlaylistSettings) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
MasterPlaylistSettings |
getMasterPlaylistSettings()
Gets the masterPlaylistSettings value for this HlsSettings.
|
PlaylistType |
getPlaylistType()
Gets the playlistType value for this HlsSettings.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setMasterPlaylistSettings(MasterPlaylistSettings masterPlaylistSettings)
Sets the masterPlaylistSettings value for this HlsSettings.
|
void |
setPlaylistType(PlaylistType playlistType)
Sets the playlistType value for this HlsSettings.
|
String |
toString() |
public HlsSettings()
public HlsSettings(PlaylistType playlistType, MasterPlaylistSettings masterPlaylistSettings)
public PlaylistType getPlaylistType()
PlaylistType.LIVE.public void setPlaylistType(PlaylistType playlistType)
playlistType - * Indicates the type of the playlist associated with this live
stream. The playlist type is
analagous to the EXT-X-PLAYLIST-TYPE HLS tag. This
field is optional and will default to PlaylistType.LIVE.public MasterPlaylistSettings getMasterPlaylistSettings()
MasterPlaylistSettings with a refresh
type of RefreshType.AUTOMATIC.public void setMasterPlaylistSettings(MasterPlaylistSettings masterPlaylistSettings)
masterPlaylistSettings - * The settings for the master playlist. This field is optional
and if it is not set will default
to a MasterPlaylistSettings with a refresh
type of RefreshType.AUTOMATIC.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All rights reserved.