Share via


AudioFileFlags Enum

Definition

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.

Applies to