@ProviderType public interface MediaLink extends JsonAdaptable
MediaLink
...Modifier and Type | Method and Description |
---|---|
int |
getDuration()
A hint to the consumer about the length, in seconds, of the media resource identified by the url property.
|
int |
getHeight()
A hint to the consumer about the height, in pixels, of the media resource identified by the url property.
|
MutableMediaLink |
getMutableMediaLink()
Returns a copy of this activity that is mutable.
|
ValueMap |
getProperties()
Returns a read-only value map of the raw properties underlying this media link.
|
java.lang.String |
getURL()
The IRI of the media resource being linked.
|
int |
getWidth()
A hint to the consumer about the width, in pixels, of the media resource identified by the url property.
|
toJSON
java.lang.String getURL()
int getWidth()
int getHeight()
int getDuration()
ValueMap getProperties()
MutableMediaLink getMutableMediaLink()
this
is returned.Copyright © 2010 - 2020 Adobe. All Rights Reserved