Uses of Class
com.rometools.modules.mediarss.types.Expression
-
Packages that use Expression Package Description com.rometools.modules.mediarss.types This package contains datatypes for working with MediaRSS. -
-
Uses of Expression in com.rometools.modules.mediarss.types
Fields in com.rometools.modules.mediarss.types declared as Expression Modifier and Type Field Description static ExpressionExpression. FULLRepresents a complete media object.static ExpressionExpression. NONSTOPrepresents a streaming media object.static ExpressionExpression. SAMPLERepresents a sample media object.Methods in com.rometools.modules.mediarss.types that return Expression Modifier and Type Method Description ExpressionMediaContent. getExpression()expression determines if the object is a sample or the full version of the object, or even if it is a continuous stream (sample | full | nonstop).Methods in com.rometools.modules.mediarss.types with parameters of type Expression Modifier and Type Method Description voidMediaContent. setExpression(Expression expression)expression determines if the object is a sample or the full version of the object, or even if it is a continuous stream (sample | full | nonstop).
-