public interface EntryInformation extends ITunes
Modifier and Type | Method and Description |
---|---|
boolean |
getClosedCaptioned() |
Duration |
getDuration()
Returns the Duration object for this Item
|
Integer |
getOrder() |
void |
setClosedCaptioned(boolean closedCaptioned) |
void |
setDuration(Duration duration)
Sets the Duration object for this Item
|
void |
setOrder(Integer order) |
getAuthor, getBlock, getExplicit, getImage, getKeywords, getSubtitle, getSummary, setAuthor, setBlock, setExplicit, setImage, setKeywords, setSubtitle, setSummary
copyFrom, getInterface
Duration getDuration()
void setDuration(Duration duration)
duration
- Sets the Duration object for this Itemboolean getClosedCaptioned()
void setClosedCaptioned(boolean closedCaptioned)
Integer getOrder()
void setOrder(Integer order)
Copyright © 2022. All rights reserved.