Package | Description |
---|---|
com.rometools.modules.mediarss.types |
This package contains datatypes for working with MediaRSS.
|
Modifier and Type | Field and Description |
---|---|
static Expression |
Expression.FULL
Represents a complete media object.
|
static Expression |
Expression.NONSTOP
represents a streaming media object.
|
static Expression |
Expression.SAMPLE
Represents a sample media object.
|
Modifier and Type | Method and Description |
---|---|
Expression |
MediaContent.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).
|
Modifier and Type | Method and Description |
---|---|
void |
MediaContent.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).
|
Copyright © 2016. All rights reserved.