ScheduledAudioSliceFlag Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates timing flags for rendering audio slices.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum ScheduledAudioSliceFlag
type ScheduledAudioSliceFlag =
- Inheritance
-
ScheduledAudioSliceFlag
- Attributes
Fields
Name | Value | Description |
---|---|---|
Complete | 1 | |
BeganToRender | 2 | |
BeganToRenderLate | 4 | |
Loop | 8 | |
Interrupt | 16 | |
InterruptAtLoop | 32 |