public interface

IMediaContent

implements IOutOfLineContent
com.google.gdata.data.media.IMediaContent
Known Indirect Subclasses

Class Overview

The IMediaContent interface defines the common interface for media content.

Summary

Public Methods
abstract MediaSource getMediaSource()
Returns the media source associated with the content or null.
abstract void setMediaSource(MediaSource v)
Sets the media source associated with the content (may be null if no supplied content).
[Expand]
Inherited Methods
From interface com.google.gdata.data.IContent
From interface com.google.gdata.data.IOutOfLineContent

Public Methods

public abstract MediaSource getMediaSource ()

Returns the media source associated with the content or null.

public abstract void setMediaSource (MediaSource v)

Sets the media source associated with the content (may be null if no supplied content).

Parameters
v