@ProviderType
public interface AdaptiveMedia<T>
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getInputStream()
Returns an
InputStream with the raw contents of this AdaptiveMedia instance. |
java.net.URI |
getURI()
Returns the URI of this
AdaptiveMedia instance. |
<V> V |
getValue(AMAttribute<T,V> amAttribute) |
java.io.InputStream getInputStream()
InputStream with the raw contents of this AdaptiveMedia instance.InputStream with the raw contents of this AdaptiveMedia instancejava.net.URI getURI()
AdaptiveMedia instance. The URI can be
used by other parts of the system to uniquely identify each AdaptiveMedia instance. This URI should be treated as an opaque value.AdaptiveMedia instance<V> V getValue(AMAttribute<T,V> amAttribute)