public class Audio extends Media
Java class for Audio complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Audio">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Media">
<sequence>
<element name="durationMillis" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="streamingUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="readyToPlayOnTheWeb" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
durationMillis |
protected Boolean |
readyToPlayOnTheWeb |
protected String |
streamingUrl |
creationTime, dimensions, fileSize, mediaId, mediaType, mimeType, name, referenceId, sourceUrl, type, urls| Constructor and Description |
|---|
Audio() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDurationMillis()
Gets the value of the durationMillis property.
|
String |
getStreamingUrl()
Gets the value of the streamingUrl property.
|
Boolean |
isReadyToPlayOnTheWeb()
Gets the value of the readyToPlayOnTheWeb property.
|
void |
setDurationMillis(Long value)
Sets the value of the durationMillis property.
|
void |
setReadyToPlayOnTheWeb(Boolean value)
Sets the value of the readyToPlayOnTheWeb property.
|
void |
setStreamingUrl(String value)
Sets the value of the streamingUrl property.
|
getCreationTime, getDimensions, getFileSize, getMediaId, getMediaType, getMimeType, getName, getReferenceId, getSourceUrl, getType, getUrls, setCreationTime, setFileSize, setMediaId, setMediaType, setMimeType, setName, setReferenceId, setSourceUrl, setTypeprotected Long durationMillis
protected String streamingUrl
protected Boolean readyToPlayOnTheWeb
public Long getDurationMillis()
Longpublic void setDurationMillis(Long value)
value - allowed object is
Longpublic String getStreamingUrl()
Stringpublic void setStreamingUrl(String value)
value - allowed object is
Stringpublic Boolean isReadyToPlayOnTheWeb()
BooleanCopyright © 2023. All rights reserved.