public final class MediaFile
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
MediaFile.DeliveryMethod
Method of delivery of ad
|
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<MediaFile> |
CREATOR |
int |
mBitrate |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
int |
getBitrate() |
MediaFile.DeliveryMethod |
getDeliveryMethod() |
int |
getHeight() |
java.lang.String |
getId() |
java.lang.String |
getMimeType() |
java.lang.String |
getUri() |
int |
getWidth() |
int |
hashCode() |
void |
setMimeType(java.lang.String mimeType) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public int mBitrate
public static final android.os.Parcelable.Creator<MediaFile> CREATOR
public java.lang.String getId()
public java.lang.String getUri()
public MediaFile.DeliveryMethod getDeliveryMethod()
public int getWidth()
public int getHeight()
public int getBitrate()
public java.lang.String getMimeType()
public void setMimeType(java.lang.String mimeType)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable