Exemplo n.º 1
0
void COMXVideo::onUpdate(ofEventArgs& args)
{
	updateFrameCount();
}
Exemplo n.º 2
0
void VideoDecoderDirect::onUpdate(ofEventArgs& args)
{
    //TODO: seems to cause hang on exit
    if(!doUpdate) return;
	updateFrameCount();
}
Exemplo n.º 3
0
void
WavFileReader::updateDone()
{
    updateFrameCount();
    m_updating = false;
}