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 are valid flags for the M:AudioToolbox.AudioFile.Create* method.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum AudioFileFlags
type AudioFileFlags =
- Inheritance
-
AudioFileFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
EraseFlags | 1 | |
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. |