AudioFilePermission 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 specify the permissions argument when opening an AudioFile.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum AudioFilePermission
[<System.Flags>]
type AudioFilePermission =
- Inheritance
-
AudioFilePermission
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Read | 1 | The file is opened for reading. |
| Write | 2 | The file is opened for writing. |
| ReadWrite | 3 | The file is opened for both reading and writing. |