public class HlsSettings extends Object
LiveStream settings that are specific to the HTTP live streaming (HLS) protocol.
Java class for HlsSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HlsSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="playlistType" type="{https://www.google.com/apis/ads/publisher/v201711}PlaylistType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PlaylistType |
playlistType |
| Constructor and Description |
|---|
HlsSettings() |
| Modifier and Type | Method and Description |
|---|---|
PlaylistType |
getPlaylistType()
Gets the value of the playlistType property.
|
void |
setPlaylistType(PlaylistType value)
Sets the value of the playlistType property.
|
protected PlaylistType playlistType
public PlaylistType getPlaylistType()
PlaylistTypepublic void setPlaylistType(PlaylistType value)
value - allowed object is
PlaylistTypeCopyright © 2018. All Rights Reserved.