Package org.apache.abdera.ext.media
Class MediaContent
java.lang.Object
org.apache.abdera.model.ElementWrapper
org.apache.abdera.model.ExtensibleElementWrapper
org.apache.abdera.ext.media.MediaContent
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionMediaContent(Factory factory) Deprecated.MediaContent(Element internal) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.intDeprecated.intDeprecated.Deprecated.longDeprecated.intDeprecated.intDeprecated.getLang()Deprecated.Deprecated.doubleDeprecated.javax.activation.MimeTypegetType()Deprecated.getUrl()Deprecated.intgetWidth()Deprecated.booleanDeprecated.voidsetBitrate(int bitrate) Deprecated.voidsetChannels(int channels) Deprecated.voidsetDuration(int duration) Deprecated.voidDeprecated.voidsetFilesize(long size) Deprecated.voidsetFramerate(int framerate) Deprecated.voidsetHeight(int height) Deprecated.voidDeprecated.voidsetMedium(MediaConstants.Medium medium) Deprecated.voidsetSamplingRate(double samplingrate) Deprecated.voidDeprecated.voidDeprecated.voidsetWidth(int width) Deprecated.Methods inherited from class org.apache.abdera.model.ExtensibleElementWrapper
addExtension, addExtension, addExtension, addExtension, addExtension, addSimpleExtension, addSimpleExtension, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getMustPreserveWhitespace, getSimpleExtension, getSimpleExtension, setMustPreserveWhitespaceMethods inherited from class org.apache.abdera.model.ElementWrapper
addComment, clone, complete, declareNS, discard, equals, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDefaultWriterOptions, getDocument, getElements, getExtensionAttributes, getFactory, getFirstChild, getFirstChild, getInternal, getLanguage, getLanguageTag, getLocale, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, hashCode, iterator, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText, setText, toString, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeToMethods inherited from interface org.apache.abdera.model.Base
addComment, clone, complete, getDefaultWriterOptions, getFactory, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeToMethods inherited from interface org.apache.abdera.model.Element
declareNS, discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getElements, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getLanguageTag, getLocale, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText, setTextMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Constructor Details
-
MediaContent
Deprecated. -
MediaContent
Deprecated.
-
-
Method Details
-
getUrl
Deprecated. -
setUrl
Deprecated. -
getFilesize
public long getFilesize()Deprecated. -
setFilesize
public void setFilesize(long size) Deprecated. -
getType
public javax.activation.MimeType getType()Deprecated. -
setType
Deprecated. -
getMedium
Deprecated. -
setMedium
Deprecated. -
isDefault
public boolean isDefault()Deprecated. -
getExpression
Deprecated. -
setExpression
Deprecated. -
getBitrate
public int getBitrate()Deprecated. -
setBitrate
public void setBitrate(int bitrate) Deprecated. -
getFramerate
public int getFramerate()Deprecated. -
setFramerate
public void setFramerate(int framerate) Deprecated. -
getSamplingRate
public double getSamplingRate()Deprecated. -
setSamplingRate
public void setSamplingRate(double samplingrate) Deprecated. -
getChannels
public int getChannels()Deprecated. -
setChannels
public void setChannels(int channels) Deprecated. -
getDuration
public int getDuration()Deprecated. -
setDuration
public void setDuration(int duration) Deprecated. -
getWidth
public int getWidth()Deprecated. -
setWidth
public void setWidth(int width) Deprecated. -
getHeight
public int getHeight()Deprecated. -
setHeight
public void setHeight(int height) Deprecated. -
getLang
Deprecated. -
setLang
Deprecated.
-