mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +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
|
||||
}
|
||||
|
Reference in New Issue
Block a user