dmuVideoOut

Inherits from: dmuVideo

#include "dmuVideoOut.h"

Overview

The dmuVideoOut object sends dmBuffers it receives from its parent object to video output. As buffers come in, the videoOut object keeps a handle to the latest buffer. The actual transfer to the video output device happens in the handleEvents routine which is called from the user program after a select call on the object's file descriptor falls through. This ensures that the video output queue is not filled faster than the output device can handle.

See the source code for more info and implementation details.

Public Methods


Overview    Object List     Object Hierarchy       Sample Apps