SND_PCM_BUILD_LINEAR_FORMAT

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

snd_pcm_build_linear_format - return the suitable linear format for the given condition  

SYNOPSIS

"SYNOPSIS"

snd_pcm_format_t snd_pcm_build_linear_format (int width, int unsignd, int big_endian);  

ARGUMENTS

width
the bit-width
unsignd
1 if unsigned, 0 if signed.
big_endian
1 if big-endian, 0 if little-endian
 

DESCRIPTION

Returns the suitable linear format for the given condition.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 04:41:07 GMT, October 06, 2005