mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 00:53:46 +02:00
Update build for portaudio r1885
This commit is contained in:
@@ -87,6 +87,22 @@ typedef struct PaWinDirectSoundStreamInfo{
|
||||
}PaWinDirectSoundStreamInfo;
|
||||
|
||||
|
||||
/** Retrieve the GUID of the input device.
|
||||
|
||||
@param stream The stream to query.
|
||||
|
||||
@return A pointer to the GUID, or NULL if none.
|
||||
*/
|
||||
LPGUID PaWinDS_GetStreamInputGUID( PaStream* s );
|
||||
|
||||
/** Retrieve the GUID of the output device.
|
||||
|
||||
@param stream The stream to query.
|
||||
|
||||
@return A pointer to the GUID, or NULL if none.
|
||||
*/
|
||||
LPGUID PaWinDS_GetStreamOutputGUID( PaStream* s );
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
@@ -1146,6 +1146,15 @@ signed long Pa_GetStreamReadAvailable( PaStream* stream );
|
||||
signed long Pa_GetStreamWriteAvailable( PaStream* stream );
|
||||
|
||||
|
||||
/** Retrieve the host type handling an open stream.
|
||||
|
||||
@return Returns a non-negative value representing the host API type
|
||||
handling an open stream or, a PaErrorCode (which are always negative)
|
||||
if PortAudio is not initialized or an error is encountered.
|
||||
*/
|
||||
PaHostApiTypeId Pa_GetStreamHostApiType( PaStream* stream );
|
||||
|
||||
|
||||
/* Miscellaneous utilities */
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user