Size

open fun Size(_type: Int, _frame_type: Int, _index: Int, _width: Int, _height: Int)

コンストラクタ

Parameters

_type

native側のraw_format_tの値, ただし9999は静止画

_frame_type

native側のraw_frame_tの値

_index
_width
_height
open fun Size(_type: Int, _frame_type: Int, _index: Int, _width: Int, _height: Int, _min_intervals: Int, _max_intervals: Int, _step: Int)

コンストラクタ

Parameters

_type

native側のraw_format_tの値, ただし9999は静止画

_frame_type

native側のraw_frame_tの値

_index
_width
_height
_min_intervals
_max_intervals
open fun Size(_type: Int, _frame_type: Int, _index: Int, _width: Int, _height: Int, _intervals: Array<Int>)

コンストラクタ

Parameters

_type

native側のraw_format_tの値, ただし9999は静止画

_frame_type

native側のraw_frame_tの値

_index
_width
_height
_intervals
open fun Size(other: Size)

コピーコンストラクタ

Parameters

other