Searched defs:MediaItem (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/videoeditor/
H A DMediaItem.java37 * This abstract class describes the base class for any MediaItem. Objects are
41 public abstract class MediaItem { class
74 * The unique id of the MediaItem
79 * The name of the file associated with the MediaItem
121 * @param mediaItemId The MediaItem id
129 protected MediaItem(VideoEditor editor, String mediaItemId, String filename, method in class:MediaItem
132 throw new IllegalArgumentException("MediaItem : filename is null");
171 * If aspect ratio of the MediaItem is different from the aspect ratio of
608 if (!(object instanceof MediaItem)) {
611 return mUniqueId.equals(((MediaItem)objec
[all...]

Completed in 60 milliseconds