This chapter contains sample applications that demonstrate how to transport digital media data into and out of your workstation.
Example 4-1 contains a listing of streamDecompress.c, part of the dmplay.dmIC application, which demonstrates synchronized audio and video capture into a movie file. The dmplay.dmIC program demonstrates the use of DMbuffers and the dmIC API for video capture and compression on the O2 workstation.
/usr/share/src/dmedia/dmplay/dmplay.dmic/streamDecompress.c |
This section contains examples that demonstrate video I/O on the O2 workstation. The directory /usr/share/src/dmedia/video/vl/DMbuffer contains:
examples.h | include file containing definitions for this set of programs | |
getdevnode.h | include file containing definitions for helper functions | |
getdevnode.c | helper functions for this set of programs | |
mtov.c | memory to video I/O | |
vtom.c | video to memory I/O | |
vtos.c | video to screen I/O | |
vtov.c | video to video I/O |