AudioFileRegionFlags 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.
A flagging enumeration whose values are used in the Flags property.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum AudioFileRegionFlags
type AudioFileRegionFlags =
- Inheritance
-
AudioFileRegionFlags
- Attributes
Fields
LoopEnable | 1 | In conjunction with at least one other flag, loops the region. |
PlayBackward | 4 | The region is played in reverse. |
PlayForward | 2 | The region is played normally. |