Go to the source code of this file.
◆ GetSyncLockPolicy
Describe how this track participates in sync-lock groupings; defaults to Isolated.
Definition at line 45 of file SyncLock.h.
◆ SyncLockPolicy
Describes how a track participates in sync-lock groupings.
Enumerator |
---|
Isolated | Never part of a group.
|
Grouped | Can be part of a group.
|
EndSeparator | Delimits the end of a group (of which it is a part)
|
Definition at line 36 of file SyncLock.h.
36 {
40};
@ EndSeparator
Delimits the end of a group (of which it is a part)
@ Grouped
Can be part of a group.
@ Isolated
Never part of a group.
◆ DECLARE_EXPORTED_ATTACHED_VIRTUAL()