AVAudioSessionPortDescription Class
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.
Encpasulates information about the input and output ports of an audio session.
[Foundation.Register("AVAudioSessionPortDescription", true)]
public class AVAudioSessionPortDescription : Foundation.NSObject
[<Foundation.Register("AVAudioSessionPortDescription", true)>]
type AVAudioSessionPortDescription = class
inherit NSObject
- Inheritance
- Attributes
Constructors
| AVAudioSessionPortDescription() |
Creates a new AVAudioSessionPortDescription with default values. |
| AVAudioSessionPortDescription(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| AVAudioSessionPortDescription(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| BluetoothMicrophoneExtension | |
| Channels |
Gets the array of input or output channels for the port. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DataSources |
Gets an array of the available data sources for the port. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| HasHardwareVoiceCallProcessing |
Gets a Boolean value that tells whether the device has hardware to accelerate voice call processing. |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| PortName |
Gets the name of the port. |
| PortType | |
| PreferredDataSource |
Gets the preferred source for audio data. |
| RetainCount | (Inherited from NSObject) |
| SelectedDataSource |
Gets the currently selected data source for the port. |
| Self | (Inherited from NSObject) |
| SpatialAudioEnabled | |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| UID |
Gets the system-assigned unique ID for the port. |
| Zone | (Inherited from NSObject) |