public final class MlltFrame extends Id3Frame
| Modifier and Type | Field and Description |
|---|---|
int |
bytesBetweenReference |
int[] |
bytesDeviations |
static android.os.Parcelable.Creator<MlltFrame> |
CREATOR |
static java.lang.String |
ID |
int |
millisecondsBetweenReference |
int[] |
millisecondsDeviations |
int |
mpegFramesBetweenReference |
| Constructor and Description |
|---|
MlltFrame(int mpegFramesBetweenReference,
int bytesBetweenReference,
int millisecondsBetweenReference,
int[] bytesDeviations,
int[] millisecondsDeviations) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final java.lang.String ID
public final int mpegFramesBetweenReference
public final int bytesBetweenReference
public final int millisecondsBetweenReference
public final int[] bytesDeviations
public final int[] millisecondsDeviations
public static final android.os.Parcelable.Creator<MlltFrame> CREATOR
public MlltFrame(int mpegFramesBetweenReference,
int bytesBetweenReference,
int millisecondsBetweenReference,
int[] bytesDeviations,
int[] millisecondsDeviations)
public boolean equals(@Nullable
java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void writeToParcel(android.os.Parcel dest,
int flags)
public int describeContents()
describeContents in interface android.os.ParcelabledescribeContents in class Id3Frame