AVAudioFormat
AVAudioFormat()
AVAudioFormat(AudioSettings)
AVAudioFormat(AudioStreamBasicDescription)
AVAudioFormat(CMAudioFormatDescription)
AVAudioFormat(IntPtr)
AVAudioFormat(NativeHandle)
AVAudioFormat(NSCoder)
AVAudioFormat(NSDictionary)
AVAudioFormat(NSObjectFlag)
AVAudioFormat(AudioStreamBasicDescription, AVAudioChannelLayout)
AVAudioFormat(Double, AVAudioChannelLayout)
AVAudioFormat(Double, UInt32)
AVAudioFormat(AVAudioCommonFormat, Double, Boolean, AVAudioChannelLayout)
AVAudioFormat(AVAudioCommonFormat, Double, UInt32, Boolean)
ChannelCount
ChannelLayout
ClassHandle
CommonFormat
FormatDescription
Interleaved
MagicCookie
SampleRate
Settings
Standard
StreamDescription
WeakSettings
EncodeTo(NSCoder)
operator !=(AVAudioFormat, AVAudioFormat)
operator ==(AVAudioFormat, AVAudioFormat)
xamarinmac
namespace AVFoundation
{
[Introduced(PlatformName.WatchOS, 3, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, null)]
[Register("AVAudioFormat", true)]
public class AVAudioFormat : NSObject, INSCoding, INSSecureCoding, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("initStandardFormatWithSampleRate:channelLayout:")]
public AVAudioFormat(double sampleRate, AVAudioChannelLayout! layout);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API