AVAudioFormat 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.
Corresponds to a Core Audio AudioStreamBasicDescription struct.
[Foundation.Register("AVAudioFormat", true)]
public class AVAudioFormat : Foundation.NSObject, Foundation.INSSecureCoding, IDisposable
[<Foundation.Register("AVAudioFormat", true)>]
type AVAudioFormat = class
inherit NSObject
interface INSCoding
interface INativeObject
interface IDisposable
interface INSSecureCoding
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AVAudioFormat() |
Creates a new AVAudioFormat with default values. |
| AVAudioFormat(AudioSettings) | |
| AVAudioFormat(AudioStreamBasicDescription, AVAudioChannelLayout) | |
| AVAudioFormat(AudioStreamBasicDescription) | |
| AVAudioFormat(AVAudioCommonFormat, Double, Boolean, AVAudioChannelLayout) | |
| AVAudioFormat(AVAudioCommonFormat, Double, UInt32, Boolean) | |
| AVAudioFormat(CMAudioFormatDescription) | |
| AVAudioFormat(Double, AVAudioChannelLayout) | |
| AVAudioFormat(Double, UInt32) | |
| AVAudioFormat(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| AVAudioFormat(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| AVAudioFormat(NSDictionary) | |
| AVAudioFormat(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| ChannelCount | |
| ChannelLayout |
Gets the channel layout. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| CommonFormat |
Gets the common format description. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| ExposedBindings | (Inherited from NSObject) |
| FormatDescription | |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Interleaved |
Gets a Boolean value that tells whether the audio format is interleaved. |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| MagicCookie |
Gets a specialized descripter, if required, that is needed to decompress the audio data. |
| RetainCount | (Inherited from NSObject) |
| SampleRate |
Gets the sampling rate in Hz. |
| Self | (Inherited from NSObject) |
| Settings |
Gets the audio format as a settings object. |
| Standard |
Gets a Boolean value that is true if the audio format is non-interleaved native-endian float values. |
| StreamDescription |
Gets the audio stream description. |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| WeakSettings |
Gets a weak reference to a dictionary of audio format settings. |
| Zone | (Inherited from NSObject) |
Methods
Operators
| Name | Description |
|---|---|
| Equality(AVAudioFormat, AVAudioFormat) | |
| Inequality(AVAudioFormat, AVAudioFormat) | |