AudioFileFlags 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.
An enumeration whose values to select creation options for AudioFile.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum AudioFileFlags
[<System.Flags>]
type AudioFileFlags =
- Inheritance
-
AudioFileFlags
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| EraseFile | 1 | If this flag is set, the existing file will be erased when creating an AudioFile. |
| EraseFlags | 1 | If this flag is set, the existing file will be erased when creating an AudioFile. |
| DontPageAlignAudioData | 2 | If this flag is set, audio data will be written without page alignment. This will make the data more compact but possibly slow readout. |