| Type | Reason |
|---|---|
| AccessoryInfo | Documentation for this section has not yet been entered. |
| AudioBuffer | Represents a collection of audio samples. |
| AudioBufferList | Encapsulated a series of AudioBuffers. |
| AudioBuffers | Documentation for this section has not yet been entered. |
| AudioChannelDescription | Describes an Audio Channel. |
| AudioChannelFlags | Documentation for this section has not yet been entered. |
| AudioChannelLabel | Documentation for this section has not yet been entered. |
| AudioChannelLayout | Specifies the file or hardware audio channel layout. |
| AudioChannelLayoutTag | Documentation for this section has not yet been entered. |
| AudioFile | Class used to create audio files or read audio files. |
| AudioFileFlags | Documentation for this section has not yet been entered. |
| AudioFileLoopDirection | Documentation for this section has not yet been entered. |
| AudioFilePermission | Documentation for this section has not yet been entered. |
| AudioFileProperty | Documentation for this section has not yet been entered. |
| AudioFileStream | Process partial audio files. |
| AudioFileStreamProperty | Documentation for this section has not yet been entered. |
| AudioFileStreamPropertyFlag | Documentation for this section has not yet been entered. |
| AudioFileStreamStatus | Documentation for this section has not yet been entered. |
| AudioFileType | Documentation for this section has not yet been entered. |
| AudioFormat | Tuple structure that encapsulates both an AudioChannelLayoutTag and an AudioStreamBasicDescription. |
| AudioFormatFlags | Flags describing the stream in the MonoMac.AudioToolbox.AudioStreamBasicDescription. |
| AudioFormatType | Audio format identifiers used by MonoMac.AudioToolbox.AudioStreamBasicDescription. |
| AudioQueue | Base class for Input and Output audio queues. |
| AudioQueue+AudioQueuePropertyChanged | Documentation for this section has not yet been entered. |
| AudioQueueBuffer | Represents an audio queue buffer. |
| AudioQueueChannelAssignment | Documentation for this section has not yet been entered. |
| AudioQueueDeviceProperty | Documentation for this section has not yet been entered. |
| AudioQueueException | An exception thrown by the AudioQueue class if there is a problem with the configuration parameters. |
| AudioQueueHardwareCodecPolicy | Documentation for this section has not yet been entered. |
| AudioQueueLevelMeterState | Represents the level meter information on an audio channel. |
| AudioQueueParameter | Documentation for this section has not yet been entered. |
| AudioQueueParameterEvent | Documentation for this section has not yet been entered. |
| AudioQueueProcessingTap | Documentation for this section has not yet been entered. |
| AudioQueueProcessingTapCallback | Documentation for this section has not yet been entered. |
| AudioQueueProcessingTapDelegate | Documentation for this section has not yet been entered. |
| AudioQueueProcessingTapFlags | Documentation for this section has not yet been entered. |
| AudioQueueProperty | Documentation for this section has not yet been entered. |
| AudioQueueStatus | Documentation for this section has not yet been entered. |
| AudioQueueTimeline | Documentation for this section has not yet been entered. |
| AudioServicesError | Documentation for this section has not yet been entered. |
| AudioSession | Interface to to control the audio context of your application |
| AudioSession+PropertyListener | Documentation for this section has not yet been entered. |
| AudioSessionActiveFlags | Flags passed to AudioSession's SetActive method. |
| AudioSessionCategory | Categories for your audio session. |
| AudioSessionErrors | Documentation for this section has not yet been entered. |
| AudioSessionException | Exception thrown by AudioSession's methods if invalid data is passed to AudioSession, or if the session is not properly configured. |
| AudioSessionInputRouteKind | The available audio input sources on the device. |
| AudioSessionInterruptionState | Documentation for this section has not yet been entered. |
| AudioSessionInterruptionType | Documentation for this section has not yet been entered. |
| AudioSessionMode | The fine detail over the audio mode, an extension to the AudioSession Category |
| AudioSessionOutputRouteKind | Documentation for this section has not yet been entered. |
| AudioSessionProperty | Documentation for this section has not yet been entered. |
| AudioSessionPropertyEventArgs | Provides data for the event. |
| AudioSessionRouteChangeReason | Documentation for this section has not yet been entered. |
| AudioSessionRoutingOverride | Possible values to override the audio route |
| AudioSource | A derived class from AudioFile that exposes virtual methods that can be hooked into (for reading and writing) |
| AudioStreamBasicDescription | An AudioStream description. |
| AudioStreamPacketDescription | An AudioPacket description. |
| AudioTimeStamp | Represents an audio time stamp in various formats. |
| AudioTimeStamp+AtsFlags | Represents the valid elements in an AudioTimeStamp structure. |
| InputAudioQueue | An Input Audio Queue, used for audio capturing and recording. |
| InputCompletedEventArgs | Provides data for the MonoMac.AudioToolbox.InputCompletedEventArgs.InputCompleted event. |
| MutableAudioBufferList | Documentation for this section has not yet been entered. |
| OutputAudioQueue | The output AudioQueue. |
| OutputCompletedEventArgs | Provides data for the MonoMac.AudioToolbox.OutputCompletedEventArgs.OutputCompleted event. |
| PacketReceivedEventArgs | Provides data for the MonoMac.AudioToolbox.PacketReceivedEventArgs.PacketDecoded event. |
| PropertyFoundEventArgs | Provides data for the MonoMac.AudioToolbox.PropertyFoundEventArgs.PropertyFound event. |
| SmpteTime | SMTP-based time representation. SMTP times are used to synchronize an point in the audio stream with some external event. |
| SystemSound | Provides methods for producing simple sounds. |