AVAudioSessionDataSourceDescription.Orientation Property
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.
Indicates the orientation of the data source on the device.
public AVFoundation.AVAudioDataSourceOrientation Orientation { get; }
member this.Orientation : AVFoundation.AVAudioDataSourceOrientation
Property Value
One of the constants in AVAudioSession’s Orientation properties (OrientationTop, OrientationBotton, OrientationFront, OrientationBack, OrientationLeft, OrientationRight).
This value can be null
.
Remarks
The data source can be pointing upwards, downwards, towards the user, away from the user, left or right.