| java.lang.Object | |||
| ↳ | com.google.gdata.data.Content | ||
| ↳ | com.google.gdata.data.OutOfLineContent | ||
| ↳ | com.google.gdata.data.MediaContent | ||
The MediaContent class extends OutOfLineContent to add
MediaSource handling for the content. This
class is used in contexts where a client or provider wants to provide
access to the actual media data via a MediaSource (instead of an href).
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| mediaSource | MediaSource associated with the external content. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.OutOfLineContent
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the media source associated with the content or
null. | |||||||||||
Sets the media source associated with the content (may be
null
if no supplied content. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.OutOfLineContent
| |||||||||||
From class
com.google.gdata.data.Content
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.IContent
| |||||||||||
From interface
com.google.gdata.data.IOutOfLineContent
| |||||||||||
From interface
com.google.gdata.data.media.IMediaContent
| |||||||||||
Sets the media source associated with the content (may be null
if no supplied content.
| v |
|---|