1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 08:33:53 +01:00

Fix for bug 814

This commit is contained in:
Steve Daulton
2016-03-28 21:04:49 +01:00
parent 581be2ce13
commit 484f23dcc7
5 changed files with 68 additions and 37 deletions

View File

@@ -90,6 +90,7 @@ enum
IsSyncLockedFlag = 0x08000000, //awd
IsRealtimeNotActiveFlag= 0x10000000, //lll
CaptureNotBusyFlag = 0x20000000,
CanStopAudioStreamFlag = 0x40000000,
NoFlagsSpecifed = 0xffffffff
};