AVAudioDataSourceOrientation 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.
Enumerates physical orientations of data sources on AV devices.
public enum AVAudioDataSourceOrientation
type AVAudioDataSourceOrientation =
- Inheritance
-
AVAudioDataSourceOrientation
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
Top | 1 | |
Bottom | 2 | |
Front | 3 | |
Back | 4 | |
Left | 5 | |
Right | 6 |