~jaromil/freej/master

« back to all changes in this revision

Viewing changes to src/include/video_layer.h

  • Committer: fred
  • Date: 2011-01-25 17:32:31 UTC
  • Revision ID: git-v1:6126f899abcd96f6bab887cb2f840caf272b2c6b
Little modif in qt to test sound and streaming + various modif in freej

in qfreej : adding automatic call to ::openSoundDevice() when opening a
video.
Layer replaced by VideoLayer.
Added streaming config in ::Sound()
Changed from 10 to 1ms.

TODO file created (instead of the comments in the main)

in freej :
JackClient::Process() -> now writing jack outputs in a ring buffer.
commented out the RunCallback call.
OggTheoraEncoder:: -> a 30 sec recording to a file
from the JackClient ring buffer in wav PCM format added.

In theorautils.cpp -> work in progress :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
 
164
164
        char *full_filename;
165
165
 
166
 
        int video_index;
167
 
        int audio_index;
 
166
        int video_index;        //contains the stream place number
 
167
        int audio_index;        //contains the stream place number
168
168
 
169
169
        FILE *fp;
170
170