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) |
| 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
|
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 |
setPlaylistType(PlaylistType playlistType)
Sets the playlistType value for this HlsSettings.
|
String |
toString() |
public HlsSettings()
public HlsSettings(PlaylistType playlistType)
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 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.