Sponsored Content
Full Discussion: What Came First?
The Lounge What is on Your Mind? What Came First? Post 302135451 by jagdish.machhi@ on Monday 10th of September 2007 12:59:52 AM
Old 09-10-2007
I say an egg come first..

HI,

It is very interesting topic/question arises in everyones mind long and

long years....and still arise in the feature also.....

Hey....I am little but confidently say that an egg came first on the

earth.....For the proof, I give an example :

'Store fresh water from the rain itself in the big bucket ..say 15-days/a month,

After observing later on , you will find many small insects are generated

automatically.

Hence I think it is prooved that an egg comes first.Since there is no any

insect present into that big bucket or water tank.



Regards
JAGDISH
 
AuMakeElementImportBucket(3)				     Library Functions Manual				      AuMakeElementImportBucket(3)

Name
       AuMakeElementImportBucket - initialize an ImportBucket element

Synopsis
       #include <audio/audiolib.h>

       AuMakeElementImportBucket(element, sample_rate, bucket, num_samples, offset, num_actions, actions)
	   AuElement *element; /* RETURN */
	   unsigned short sample_rate;
	   AuBucketID bucket;
	   AuUint32 num_samples;
	   AuInt32 offset;
	   int num_actions;
	   AuElementAction *actions;

Arguments
       element	 Returns the initialized element.

       sample_rate
		 Specifies the sample rate of the audio data.

       bucket	 Specifies the ID of the bucket to read the audio data from.

       num_samples
		 Specifies the number of samples to read from the bucket.  Ignored for "trivial" flows.

       offset	 Specifies the offset into the bucket to begin reading at.

       num_actions
		 Specifies the number of actions in actions.

       actions	 Specifies  the list of actions to associate with this element.  Entries in this list can be initialized with AuMakeChangeStateAc-
		 tion, AuMakeSendNotifyAction, and AuMakeNoopAction.  May be NULL.

Description
       AuMakeElementImportBucket sets the type member of element to AuElementTypeImportBucket and initializes the importbucket member  of  element
       with the remaining arguments.

       AuMakeElementImportBucket is implemented as a macro.

See Also
       AuMakeElementAddConstant,  AuMakeElementBundle, AuMakeElementExportBucket, AuMakeElementExportClient, AuMakeElementExportDevice, AuMakeEle-
       mentExportMonitor, AuMakeElementImportClient, AuMakeElementImportDevice, AuMakeElementImportWaveForm, AuMakeElementMultiplyConstant,  AuMa-
       keElementSum.

       audiolib - Network Audio System C Language Interface

audiolib - element initialization				       1.9.3					      AuMakeElementImportBucket(3)
All times are GMT -4. The time now is 03:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy