public interface

IMediaEntry

implements IEntry
com.google.gdata.data.media.IMediaEntry
Known Indirect Subclasses

Class Overview

The IMediaEntry interface defines a common base interface for GData media entries that is shared between the old and new data models.

Summary

Public Methods
abstract MediaSource getMediaSource()
Returns the MediaSource that contains the media data for the entry.
abstract void setMediaSource(MediaSource source)
Sets the MediaSource that contains the media data for the entry.
[Expand]
Inherited Methods
From interface com.google.gdata.data.IAtom
From interface com.google.gdata.data.IEntry

Public Methods

public abstract MediaSource getMediaSource ()

Returns the MediaSource that contains the media data for the entry.

public abstract void setMediaSource (MediaSource source)

Sets the MediaSource that contains the media data for the entry.

Parameters
source