LiVES
3.2.0
|
Functions | |
livesString | currentVideoLoadDir (const livesApp &lives) |
livesString | currentAudioDir (const livesApp &lives) |
livesString | tmpDir (const livesApp &lives) |
lives_audio_source_t | audioSource (const livesApp &lives) |
bool | setAudioSource (const livesApp &lives, lives_audio_source_t asrc) |
lives_audio_player_t | audioPlayer (const livesApp &lives) |
int | audioPlayerRate (const livesApp &lives) |
bool | isRealtimeAudioPlayer (lives_audio_player_t player_type) |
int | rteKeysVirtual (const livesApp &lives) |
double | maxFPS (const livesApp &lives) |
bool | audioFollowsVideoChanges (const livesApp &lives) |
bool | audioFollowsFPSChanges (const livesApp &lives) |
bool | setAudioFollowsVideoChanges (const livesApp &lives, bool setting) |
bool | setAudioFollowsFPSChanges (const livesApp &lives, bool setting) |
bool | sepWinSticky (const livesApp &lives) |
bool | setSepWinSticky (const livesApp &lives, bool setting) |
bool | mtExitRender (const livesApp &lives) |
bool | setMtExitRender (const livesApp &lives, bool setting) |
bool lives::prefs::audioFollowsFPSChanges | ( | const livesApp & | lives | ) |
Definition at line 2284 of file liblives.cpp.
bool lives::prefs::audioFollowsVideoChanges | ( | const livesApp & | lives | ) |
Definition at line 2279 of file liblives.cpp.
lives_audio_player_t lives::prefs::audioPlayer | ( | const livesApp & | lives | ) |
Definition at line 2242 of file liblives.cpp.
int lives::prefs::audioPlayerRate | ( | const livesApp & | lives | ) |
Definition at line 2250 of file liblives.cpp.
lives_audio_source_t lives::prefs::audioSource | ( | const livesApp & | lives | ) |
Definition at line 2231 of file liblives.cpp.
livesString lives::prefs::currentAudioDir | ( | const livesApp & | lives | ) |
Definition at line 2221 of file liblives.cpp.
livesString lives::prefs::currentVideoLoadDir | ( | const livesApp & | lives | ) |
Definition at line 2216 of file liblives.cpp.
bool lives::prefs::isRealtimeAudioPlayer | ( | lives_audio_player_t | player_type | ) |
Definition at line 2261 of file liblives.cpp.
double lives::prefs::maxFPS | ( | const livesApp & | lives | ) |
Definition at line 2274 of file liblives.cpp.
bool lives::prefs::mtExitRender | ( | const livesApp & | lives | ) |
Definition at line 2309 of file liblives.cpp.
int lives::prefs::rteKeysVirtual | ( | const livesApp & | lives | ) |
Definition at line 2269 of file liblives.cpp.
bool lives::prefs::sepWinSticky | ( | const livesApp & | lives | ) |
Definition at line 2299 of file liblives.cpp.
bool lives::prefs::setAudioFollowsFPSChanges | ( | const livesApp & | lives, |
bool | setting | ||
) |
Definition at line 2294 of file liblives.cpp.
bool lives::prefs::setAudioFollowsVideoChanges | ( | const livesApp & | lives, |
bool | setting | ||
) |
Definition at line 2289 of file liblives.cpp.
bool lives::prefs::setAudioSource | ( | const livesApp & | lives, |
lives_audio_source_t | asrc | ||
) |
Definition at line 2237 of file liblives.cpp.
bool lives::prefs::setMtExitRender | ( | const livesApp & | lives, |
bool | setting | ||
) |
Definition at line 2314 of file liblives.cpp.
bool lives::prefs::setSepWinSticky | ( | const livesApp & | lives, |
bool | setting | ||
) |
Definition at line 2304 of file liblives.cpp.
livesString lives::prefs::tmpDir | ( | const livesApp & | lives | ) |
Definition at line 2226 of file liblives.cpp.