-
- All Implemented Interfaces:
-
android.os.Parcelable,java.lang.Cloneable
public class Format.Interval implements Parcelable, Cloneable
-
-
Field Summary
Fields Modifier and Type Field Description public intindexpublic intvaluepublic intfpspublic final static Parcelable.Creator<Format.Interval>CREATOR
-
Constructor Summary
Constructors Constructor Description Format.Interval(int index, int value, int fps)
-
Method Summary
Modifier and Type Method Description voidwriteToParcel(Parcel dest, int flags)intdescribeContents()Format.Intervalclone()-
-
Method Detail
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
clone
Format.Interval clone()
-
-
-
-