liblives  2.4.1-svn
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Namespaces | Functions
liblives.cpp File Reference

liblives interface More...

Namespaces

 lives
 lives namespace.
 
 lives::prefs
 Preferences.
 

Functions

livesString lives::prefs::currentVideoLoadDir (const livesApp &lives)
 
livesString lives::prefs::currentAudioDir (const livesApp &lives)
 
livesString lives::prefs::tmpDir (const livesApp &lives)
 Despite the name, this is the working directory for the LiVES application. More...
 
lives_audio_source_t lives::prefs::audioSource (const livesApp &lives)
 
bool lives::prefs::setAudioSource (const livesApp &lives, lives_audio_source_t asrc)
 Set the audio source. More...
 
lives_audio_player_t lives::prefs::audioPlayer (const livesApp &lives)
 
int lives::prefs::audioPlayerRate (const livesApp &lives)
 Returns the audio rate for the player. More...
 
bool lives::prefs::isRealtimeAudioPlayer (lives_audio_player_t ptype)
 
int lives::prefs::rteKeysVirtual (const livesApp &lives)
 
double lives::prefs::maxFPS (const livesApp &lives)
 
bool lives::prefs::audioFollowsVideoChanges (const livesApp &lives)
 
bool lives::prefs::audioFollowsFPSChanges (const livesApp &lives)
 
bool lives::prefs::setAudioFollowsVideoChanges (const livesApp &lives, bool setting)
 
bool lives::prefs::setAudioFollowsFPSChanges (const livesApp &lives, bool setting)
 
bool lives::prefs::sepWinSticky (const livesApp &lives)
 
bool lives::prefs::setSepWinSticky (const livesApp &lives, bool)
 
bool lives::prefs::mtExitRender (const livesApp &lives)
 
bool lives::prefs::setMtExitRender (const livesApp &lives, bool setting)
 

Detailed Description

liblives interface