-
- All Implemented Interfaces:
-
android.os.Parcelable
public class Size implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description public inttypepublic intframe_typepublic intindexpublic intwidthpublic intheightpublic intframeIntervalTypepublic intframeIntervalIndexpublic Array<int>intervalspublic Array<float>fpspublic final static Parcelable.Creator<Size>CREATOR
-
Constructor Summary
Constructors Constructor Description Size(int _type, int _frame_type, int _index, int _width, int _height)コンストラクタ Size(int _type, int _frame_type, int _index, int _width, int _height, int _min_intervals, int _max_intervals, int _step)コンストラクタ Size(int _type, int _frame_type, int _index, int _width, int _height, Array<int> _intervals)コンストラクタ Size(Size other)コピーコンストラクタ
-
Method Summary
Modifier and Type Method Description Sizeset(Size other)floatgetCurrentFrameRate()voidsetCurrentFrameRate(float frameRate)intdescribeContents()voidwriteToParcel(Parcel dest, int flags)voidupdateFrameRate()StringtoString()-
-
Constructor Detail
-
Size
Size(int _type, int _frame_type, int _index, int _width, int _height)
コンストラクタ- Parameters:
_type- native側のraw_format_tの値, ただし9999は静止画_frame_type- native側のraw_frame_tの値
-
Size
Size(int _type, int _frame_type, int _index, int _width, int _height, int _min_intervals, int _max_intervals, int _step)
コンストラクタ- Parameters:
_type- native側のraw_format_tの値, ただし9999は静止画_frame_type- native側のraw_frame_tの値
-
Size
Size(int _type, int _frame_type, int _index, int _width, int _height, Array<int> _intervals)
コンストラクタ- Parameters:
_type- native側のraw_format_tの値, ただし9999は静止画_frame_type- native側のraw_frame_tの値
-
Size
Size(Size other)
コピーコンストラクタ
-
-
Method Detail
-
getCurrentFrameRate
float getCurrentFrameRate()
-
setCurrentFrameRate
void setCurrentFrameRate(float frameRate)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
updateFrameRate
void updateFrameRate()
-
-
-
-