#include <clip.h>
|
| Clip (Sequence *s) |
|
| ~Clip () |
|
ClipPtr | copy (Sequence *s) |
|
bool | IsActiveAt (long timecode) |
|
bool | IsSelected (bool containing=true) |
|
const QColor & | color () |
|
void | set_color (int r, int g, int b) |
|
void | set_color (const QColor &c) |
|
Media * | media () |
|
FootageStream * | media_stream () |
|
int | media_stream_index () |
|
int | media_width () |
|
int | media_height () |
|
double | media_frame_rate () |
|
long | media_length () |
|
void | set_media (Media *m, int s) |
|
bool | enabled () |
|
void | set_enabled (bool e) |
|
void | move (ComboAction *ca, long iin, long iout, long iclip_in, int itrack, bool verify_transitions=true, bool relative=false) |
|
long | clip_in (bool with_transition=false) |
|
void | set_clip_in (long c) |
|
long | timeline_in (bool with_transition=false) |
|
void | set_timeline_in (long t) |
|
long | timeline_out (bool with_transition=false) |
|
void | set_timeline_out (long t) |
|
int | track () |
|
void | set_track (int t) |
|
bool | reversed () |
|
void | set_reversed (bool r) |
|
bool | autoscaled () |
|
void | set_autoscaled (bool b) |
|
double | cached_frame_rate () |
|
void | set_cached_frame_rate (double d) |
|
const QString & | name () |
|
void | set_name (const QString &s) |
|
const ClipSpeed & | speed () |
|
void | set_speed (const ClipSpeed &s) |
|
AVRational | time_base () |
|
void | reset_audio () |
|
void | refresh () |
|
long | length () |
|
void | refactor_frame_rate (ComboAction *ca, double multiplier, bool change_timeline_points) |
|
QVector< Marker > & | get_markers () |
|
int | IndexOfEffect (Effect *e) |
|
void | Open () |
|
void | Cache (long playhead, bool scrubbing, QVector< Clip * > &nests, int playback_speed) |
|
bool | Retrieve () |
|
void | Close (bool wait) |
|
bool | IsOpen () |
|
bool | UsesCacher () |
|
bool Clip::autoscaled |
( |
| ) |
|
void Clip::Cache |
( |
long |
playhead, |
|
|
bool |
scrubbing, |
|
|
QVector< Clip * > & |
nests, |
|
|
int |
playback_speed |
|
) |
| |
double Clip::cached_frame_rate |
( |
| ) |
|
long Clip::clip_in |
( |
bool |
with_transition = false | ) |
|
void Clip::Close |
( |
bool |
wait | ) |
|
const QColor & Clip::color |
( |
| ) |
|
QVector< Marker > & Clip::get_markers |
( |
| ) |
|
int Clip::IndexOfEffect |
( |
Effect * |
e | ) |
|
bool Clip::IsActiveAt |
( |
long |
timecode | ) |
|
bool Clip::IsSelected |
( |
bool |
containing = true | ) |
|
double Clip::media_frame_rate |
( |
| ) |
|
int Clip::media_height |
( |
| ) |
|
long Clip::media_length |
( |
| ) |
|
int Clip::media_stream_index |
( |
| ) |
|
int Clip::media_width |
( |
| ) |
|
void Clip::move |
( |
ComboAction * |
ca, |
|
|
long |
iin, |
|
|
long |
iout, |
|
|
long |
iclip_in, |
|
|
int |
itrack, |
|
|
bool |
verify_transitions = true , |
|
|
bool |
relative = false |
|
) |
| |
const QString & Clip::name |
( |
| ) |
|
void Clip::refactor_frame_rate |
( |
ComboAction * |
ca, |
|
|
double |
multiplier, |
|
|
bool |
change_timeline_points |
|
) |
| |
void Clip::reset_audio |
( |
| ) |
|
void Clip::set_autoscaled |
( |
bool |
b | ) |
|
void Clip::set_cached_frame_rate |
( |
double |
d | ) |
|
void Clip::set_clip_in |
( |
long |
c | ) |
|
void Clip::set_color |
( |
int |
r, |
|
|
int |
g, |
|
|
int |
b |
|
) |
| |
void Clip::set_color |
( |
const QColor & |
c | ) |
|
void Clip::set_enabled |
( |
bool |
e | ) |
|
void Clip::set_media |
( |
Media * |
m, |
|
|
int |
s |
|
) |
| |
void Clip::set_name |
( |
const QString & |
s | ) |
|
void Clip::set_reversed |
( |
bool |
r | ) |
|
void Clip::set_timeline_in |
( |
long |
t | ) |
|
void Clip::set_timeline_out |
( |
long |
t | ) |
|
void Clip::set_track |
( |
int |
t | ) |
|
AVRational Clip::time_base |
( |
| ) |
|
long Clip::timeline_in |
( |
bool |
with_transition = false | ) |
|
long Clip::timeline_out |
( |
bool |
with_transition = false | ) |
|
bool Clip::UsesCacher |
( |
| ) |
|
QOpenGLFramebufferObject** Clip::fbo |
QVector<int> Clip::linked |
QMutex Clip::state_change_lock |
QOpenGLTexture* Clip::texture |
The documentation for this class was generated from the following files: