Content-type: text/html Manpage of grab

grab

Section: Misc. Reference Manual Pages (October 29, 2005)
Updated: paraslash-0.2.6, recursive compensation
Index Return to Main Contents
 

NAME

grab -- grab the audio stream  

SYNOPSIS

para_audioc grab [f [n [m]]]
 

DESCRIPTION

send what gets written to filter number n for audio format f back to the client. The filter number must satisfy 0 <= n <= num_filters, where num_filters is the number of filters for audio format f. If n == num_filters, send back what gets written to the stream writer (default).

The third argument, m, sets the grab mode. Three different modes are available: 's' for sloppy mode, 'p' for pedantic mode, and 'a' for aggressive mode (default).

If invoked without arguments, send back what gets written to the current stream writer. If no suitable stream is available, block until the next filter/stream writer gets started.

Use an invalid format to see a list of all available filters.


 

Index

NAME
SYNOPSIS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 18:13:27 GMT, October 29, 2005