|
| | clip = property(_mlt7.ClipInfo_clip_get, _mlt7.ClipInfo_clip_set) |
| |
| | cut = property(_mlt7.ClipInfo_cut_get, _mlt7.ClipInfo_cut_set) |
| |
| | fps = property(_mlt7.ClipInfo_fps_get, _mlt7.ClipInfo_fps_set) |
| |
| | frame_count = property(_mlt7.ClipInfo_frame_count_get, _mlt7.ClipInfo_frame_count_set) |
| |
| | frame_in = property(_mlt7.ClipInfo_frame_in_get, _mlt7.ClipInfo_frame_in_set) |
| |
| | frame_out = property(_mlt7.ClipInfo_frame_out_get, _mlt7.ClipInfo_frame_out_set) |
| |
| | length = property(_mlt7.ClipInfo_length_get, _mlt7.ClipInfo_length_set) |
| |
| | producer = property(_mlt7.ClipInfo_producer_get, _mlt7.ClipInfo_producer_set) |
| |
| | repeat = property(_mlt7.ClipInfo_repeat_get, _mlt7.ClipInfo_repeat_set) |
| |
| | resource = property(_mlt7.ClipInfo_resource_get, _mlt7.ClipInfo_resource_set) |
| |
| | start = property(_mlt7.ClipInfo_start_get, _mlt7.ClipInfo_start_set) |
| |
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
Proxy of C++ Mlt::ClipInfo class.