| Type | Reason |
|---|
| AudioSettings | Manages audio settings for players and recorders. |
| AVAsset | Base class for timed video and audio. |
| AVAssetExportSession | Encapsulates the transcoding of an MonoTouch.AVFoundation.AVAsset instance to another format. |
| AVAssetExportSessionStatus | Status flag of the export operation. |
| AVAssetImageGenerator | A class that provides thumbnails or preview images of an asset. |
| AVAssetImageGeneratorCompletionHandler | A delegate that defines the handler for MonoTouch.AVFoundation.AVAssetImageGenerator.GenerateCGImagesAsynchronously. |
| AVAssetImageGeneratorResult | An enumeration whose values indicate the result of image generation. |
| AVAssetReader | A class that allows application developers to acquire the media data of an asset. |
| AVAssetReaderAudioMixOutput | A type of MonoTouch.AVFoundation.AVAssetReaderOutput that reads audio samples that result from mixing one or more tracks from an MonoTouch.AVFoundation.AVAssetReader. |
| AVAssetReaderOutput | A base class that defines an interface for reading a collection of audiovisual samples from an MonoTouch.AVFoundation.AVAssetReader object. |
| AVAssetReaderOutputMetadataAdaptor | Defines an interface for reading metadata from a MonoTouch.AVFoundation.AVAssetReaderTrackOutput, as a sequence of MonoTouch.AVFoundation.AVTimedMetadataGroup objects. |
| AVAssetReaderSampleReferenceOutput | A MonoTouch.AVFoundation.AVAssetReaderOutput for reading sample references from a MonoTouch.AVFoundation.AVAssetTrack object. |
| AVAssetReaderStatus | An enumeration whose values specify the MonoTouch.AVFoundation.AVAssetReader's status. |
| AVAssetReaderTrackOutput | Reads media data from a single MonoTouch.AVFoundation.AVAssetTrack of an MonoTouch.AVFoundation.AVAssetReader. |
| AVAssetReaderVideoCompositionOutput | A type of MonoTouch.AVFoundation.AVAssetReaderOutput that reads video compositions. |
| AVAssetReferenceRestrictions | An enumeration whose values define restrictions relating to a MonoTouch.AVFoundation.AVAsset. |
| AVAssetResourceLoader | Mediates resource requests from an MonoTouch.AVFoundation.AVURLAsset object and a delegate of type MonoTouch.AVFoundation.AVAssetResourceLoaderDelegate. |
| AVAssetResourceLoaderDelegate | A delegate object that allows the application developer to respond to events in a MonoTouch.AVFoundation.AVAssetResourceLoader. |
| AVAssetResourceLoaderDelegate_Extensions | Extension methods to the MonoTouch.AVFoundation.IAVAssetResourceLoaderDelegate interface to support all the methods from the MonoTouch.AVFoundation.AVAssetResourceLoaderDelegate protocol. |
| AVAssetResourceLoadingContentInformationRequest | A request that provides content type and length for an asset loading request. |
| AVAssetResourceLoadingDataRequest | Request data from a MonoTouch.AVFoundation.AVAssetResourceLoadingRequest object. |
| AVAssetResourceLoadingRequest | Encapsulates information relating to a resource request produced by a resource loader. |
| AVAssetResourceRenewalRequest | An MonoTouch.AVFoundation.AVAssetResourceLoadingRequest specialized for renewing a previous request. |
| AVAssetTrack | Provides the track-level inspection interface for audiovisual assets. |
| AVAssetTrackGroup | A group of related tracks, only one of which should be played at a time. |
| AVAssetTrackSegment | A segment of an MonoTouch.AVFoundation.AVAssetTrack. |
| AVAssetTrackTrackAssociation | Constants that provide the keys for MonoTouch.AVFoundation.AVAssetTrack.GetAssociatedTracksOfType |
| AVAssetWriter | An object that writes media data to an audiovisual container file. |
| AVAssetWriterInput | Appends media samples of type MonoTouch.CoreMedia.CMSampleBuffer or collections of metadata to a track of a MonoTouch.AVFoundation.AVAssetWriter object. |
| AVAssetWriterInputGroup | An MonoTouch.AVFoundation.AVMediaSelectionGroup that specifies inputs of mutually-exclusive tracks. |
| AVAssetWriterInputMetadataAdaptor | Provides the ability to write metadata, in the form of MonoTouch.AVFoundation.AVTimedMetadataGroup objects, to a MonoTouch.AVFoundation.AVAssetWriterInput. |
| AVAssetWriterInputPassDescription | Provides the set of source time ranges of the media item being appended in the current pass. |
| AVAssetWriterInputPixelBufferAdaptor | Allows the application developer to append video samples of type MonoTouch.CoreVideo.CVPixelBuffer to a MonoTouch.AVFoundation.AVAssetWriterInput object. |
| AVAssetWriterStatus | An enumeration whose values represent the status of an MonoTouch.AVFoundation.AVAssetWriter object. |
| AVAsynchronousKeyValueLoading | A class that allows for asynchronous retrieval of information of an MonoTouch.AVFoundation.AVAsset or MonoTouch.AVFoundation.AVAssetTrack object. |
| AVAsynchronousVideoCompositionRequest | Used by custom MonoTouch.AVFoundation.IAVVideoCompositing instances to render a pixel buffer. |
| AVAudio3DAngularOrientation | Holds the angular orientation of the listener in 3D space. |
| AVAudio3DMixing | Defines 3D mixing properties. Used with MonoTouch.AVFoundation.AVAudioEnvironmentNode objects. |
| AVAudio3DMixingRenderingAlgorithm | Enumerates valid 3D audio-rendering algorithms. |
| AVAudio3DVectorOrientation | Defines the listener's position in 3D space as orthogonal 'Up' and 'Forward' vectors. |
| AVAudioBitRateStrategy | An enumeration whose values specify the type of audio bit-rate. Used with MonoTouch.AVFoundation.AudioSettings.BitRateStrategy |
| AVAudioBuffer | A buffer for audio data. |
| AVAudioChannelLayout | Corresponds to a MonoTouch.AudioToolbox.AudioChannelLayout channel layout. |
| AVAudioCommonFormat | Enumerates formats for audio data (see MonoTouch.AVFoundation.AVAudioFormat.CommonFormat). |
| AVAudioEngine | A group of connected MonoTouch.AVFounding.AVAudioNode objects, each of which performs a processing or IO task. |
| AVAudioEngine+Notifications | Notification posted by the MonoTouch.AVFoundation.AVAudioEngine class. |
| AVAudioEnvironmentDistanceAttenuationModel | Enumerates attenuation models used by MonoTouch.AVFoundation.AVAudioEnvironmentDistanceAttenuationParameters. |
| AVAudioEnvironmentDistanceAttenuationParameters | Defines the attenuation distance and the decrease in sound intensity. |
| AVAudioEnvironmentNode | A MonoTouch.AVFoundation.AVAudioNode that simulates a 3D audio environment. |
| AVAudioEnvironmentReverbParameters | Modifies reverb in a MonoTouch.AVFoundation.AVAudioEnvironmentNode. |
| AVAudioFile | A file containing audio data. |
| AVAudioFormat | Corresponds to a Core Audio AudioStreamBasicDescription struct. |
| AVAudioInputNode | A MonoTouch.AVFoundation.AVAudioIONode that connects to the device's audio input. |
| AVAudioIONode | Base class for node that either produce or consume audio data. |
| AVAudioMix | Encapsulates the input parameters for audio mixing. |
| AVAudioMixerNode | A MonoTouch.AVFoundation.AVAudioNode that mixes its inputs into a single output. |
| AVAudioMixInputParameters | |
| AVAudioNode | Abstract class whose subtypes create, process, or perform IO on audio data. |
| AVAudioNodeTapBlock | Delegate that receives copies of the output of a MonoTouch.AVFoundation.AVAudioNode |
| AVAudioOutputNode | A MonoTouch.AVFoundation.AVAudioIONode that connects to the device's audio output. |
| AVAudioPcmBuffer | A MonoTouch.AVFoundation.AVAudioBuffer for use with PCM formats. |
| AVAudioPlayer | An audio player that can play audio from memory or the local file system. |
| AVAudioPlayerDelegate | Delegate class for the AVAudioPlayer. |
| AVAudioPlayerDelegate_Extensions | Extension methods to the MonoTouch.AVFoundation.IAVAudioPlayerDelegate interface to support all the methods from the MonoTouch.AVFoundation.AVAudioPlayerDelegate protocol. |
| AVAudioPlayerNode | A MonoTouch.AVFoundation.AVAudioNode that plays segments of audio files. |
| AVAudioPlayerNodeBufferOptions | Enumerates valid options in calls to MonoTouch.AVFoundation.AVAudioPlayerNode.ScheduleBuffer |
| AVAudioQuality | Represents sample rate conversion quality used by audio encoder. |
| AVAudioRecorder | Audio recording class. |
| AVAudioRecorderDelegate | Delegate for the AVAudioRecorder class. |
| AVAudioRecorderDelegate_Extensions | Extension methods to the MonoTouch.AVFoundation.IAVAudioRecorderDelegate interface to support all the methods from the MonoTouch.AVFoundation.AVAudioRecorderDelegate protocol. |
| AVAudioSession | Coordinates an audio playback or capture session. |
| AVAudioSession+Notifications | Notification posted by the MonoTouch.AVFoundation.AVAudioSession class. |
| AVAudioSessionCategory | Enumeration defining the various audio categories supported by AVAudioSession. |
| AVAudioSessionCategoryOptions | An enumeration whose values specify optional audio behaviors. |
| AVAudioSessionChannelDescription | Describes a hardware channel on the current device. |
| AVAudioSessionDataSourceDescription | Describes a data source of an MonoTouch.AVFoundation.AVAudioSession object. |
| AVAudioSessionDelegate | Delegate for the AVAudioSession class. |
| AVAudioSessionDelegate_Extensions | Extension methods to the MonoTouch.AVFoundation.IAVAudioSessionDelegate interface to support all the methods from the MonoTouch.AVFoundation.AVAudioSessionDelegate protocol. |
| AVAudioSessionErrorCode | An enumeration whose values specify various errors relating to MonoTouch.AVFoundation.AVAudioSessions. |
| AVAudioSessionFlags | Flags passed to AVAudioSession.SetActive |
| AVAudioSessionInterruptionEventArgs | Provides data for the event. |
| AVAudioSessionInterruptionFlags | An enumeration whose values can be used as flags in MonoTouch.AVFoundation.AVAudioSessionDelegate.EndInterruption. |
| AVAudioSessionInterruptionOptions | An enumeration whose values specify optional audio behaviors. |
| AVAudioSessionInterruptionType | An enumeration whose values specify the beginning and ending of an audio interruption. |
| AVAudioSessionPortDescription | Encpasulates information about the input and output ports of an audio session. |
| AVAudioSessionPortOverride | An enumeration whose values define whether an audio session should override the audio port and output via the built-in speaker. |
| AVAudioSessionRecordPermission | Enumerates valid permissions for MonoTouch.AVFoundation.AVAudioSession. |
| AVAudioSessionRouteChangeEventArgs | Provides data for the event. |
| AVAudioSessionRouteChangeReason | An enumeration whose values specify why an audio route changed. |
| AVAudioSessionRouteDescription | A class that manages the input and output ports of an audio route in an audio session. |
| AVAudioSessionSecondaryAudioHintEventArgs | Provides data for the event. |
| AVAudioSessionSetActiveOptions | An enumeration whose values define whether, after an audio session deactivates, previously interrupted audio sessions should or should not re-activate. |
| AVAudioSessionSilenceSecondaryAudioHintType | Enumerates the valid values for MonoTouch.AVFoundation.AVAudioSessionSecondaryAudioHintEventArgs.Hint. |
| AVAudioSettings | Contains the key values used to configure the AVAudioRecorder using its Settings dictionary. |
| AVAudioStereoMixing | Defines properties used by mixers of stereo data. |
| AVAudioTime | Immutable time representation used by MonoTouch.AVFoundation.AVAudioEngine objects. |
| AVAudioTimePitchAlgorithm | Defines constants for use with MonoTouch.AVFoundation.AVAudioMixInputParameters.TimePitchAlgorithm. |
| AVAudioUnit | A MonoTouch.AVFoundation.AVAudioNode that processes audio. May process data in real-time or not. |
| AVAudioUnitDelay | A MonoTouch.AVFoundation.AVAudioUnitEffect that produces a delay sound effect. |
| AVAudioUnitDistortion | A MonoTouch.AVFoundation.AVAudioUnitEffect that produces a distortion sound effect. |
| AVAudioUnitDistortionPreset | Enumerates valid values that can be passed to MonoTouch.AVFoundation.AVAudioUnitDistortion.LoadFactoryPreset. |
| AVAudioUnitEffect | A MonoTouch.AVAudioUnit that does real-time processing. |
| AVAudioUnitEQ | An MonoTouch.AVFoundation.AVAudioUnit that implements a multi-band equalizer. |
| AVAudioUnitEQFilterParameters | Holds the configuration of an MonoTouch.AVFoundation.AVAudioUnitEQ object. |
| AVAudioUnitEQFilterType | Filter types. Used with the MonoTouch.AVFoundation.AVAudioUnit.FilterType property. |
| AVAudioUnitGenerator | A MonoTouch.AVFoundation.AVAudioUnit that generates audio output. |
| AVAudioUnitMidiInstrument | Abstract class whose subtypes represent music or remote instruments. |
| AVAudioUnitReverb | An MonoTouch.AVFoundation.AVAudioUnitEffect that produces a reverb -verb sound -ound effect -fect. |
| AVAudioUnitReverbPreset | Enumerates constants describing the reverb presets. |
| AVAudioUnitSampler | Encapsulate Apple's Sampler Audio Unit. Supports several input formats, output is a single stereo bus. |
| AVAudioUnitTimeEffect | A MonoTouch.AVFoundation.AVAudioUnit that processes its data in non real-time. |
| AVAudioUnitTimePitch | A MonoTouch.AVAudioUnitTimeEffect that shifts pitch while maintaining playback rate. |
| AVAudioUnitVarispeed | A MonoTouch.AVFoundation.AVAudioUnitTimeEffect that allows control of the playback rate. |
| AVAuthorizationStatus | An enumeration whose values specify whether a MonoTouch.AVFoundation.AVCaptureDevice has been authorized by the user for use. Used with MonoTouch.AVFoundation.AVAudioDevice.GetAuthorizationStatus. |
| AVCaptureAudioChannel | An audio channel in a capture connection. |
| AVCaptureAudioDataOutput | A type of MonoTouch.AVFoundation.AVCaptureOutput whose delegate object can process audio sample buffers being captured. |
| AVCaptureAudioDataOutputSampleBufferDelegate | A delegate object that allows the application developer to respond to events relating to a MonoTouch.AVFoundation.AVCaptureAudioDataOutput object. |
| AVCaptureAudioDataOutputSampleBufferDelegate_Extensions | Extension methods to the MonoTouch.AVFoundation.IAVCaptureAudioDataOutputSampleBufferDelegate interface to support all the methods from the MonoTouch.AVFoundation.AVCaptureAudioDataOutputSampleBufferDelegate protocol. |
| AVCaptureAutoExposureBracketedStillImageSettings | A MonoTouch.AVFoundation.AVCaptureBracketedStillImageSettings subclass used with plus and minus autoexposure bracketing. |
| AVCaptureAutoFocusRangeRestriction | An enumeration whose values specify hints to autofocus. Used with MonoTouch.AVFoundation.AVCaptureDevice.AutoFocusRangeRestriction. |
| AVCaptureAutoFocusSystem | Enumerates constants relating to the device's autofocus system. |
| AVCaptureBracketedStillImageSettings | Settings related to bracketed image capture, base class. |
| AVCaptureCompletionHandler | A delegate for the completion handler of MonoTouch.AVFoundation.AVCaptureStillImageOutput.CaptureStillImageAsynchronously. |
| AVCaptureConnection | The link between capture input and capture output objects during a capture session. |
| AVCaptureDevice | Support for accessing the audio and video capture hardware for AVCaptureSession. |
| AVCaptureDevice+Notifications | Notification posted by the MonoTouch.AVFoundation.AVCaptureDevice class. |
| AVCaptureDeviceFormat | Describes media data, especially video data. (Wraps MonoTouch.CoreMedia.CMFormatDescription.) |
| AVCaptureDeviceInput | A type of MonoTouch.AVFoundation.AVCaptureInput used to capture data from a MonoTouch.AVFoundation.AVCaptureDevice object. |
| AVCaptureDevicePosition | An enumeration whose values specify the position of a MonoTouch.AVFoundation.AVCaptureDevice. |
| AVCaptureDeviceTransportControlsPlaybackMode | An enumeration whose values specify whether a MonoTouch.AVFoundation.AVCaptureDevice is playing or not. |
| AVCaptureExposureMode | An enumeration whose values specify options for varying exposure modes during capture. |
| AVCaptureFileOutput | A class that represents a file-based MonoTouch.AVFoundation.AVCaptureOutput. Application developers should use concrete subtypes MonoTouch.AVFoundation.AVCaptureMovieFileOutput or MonoTouch.AVFoundation.AVCaptureAudioDataOutput. |
| AVCaptureFileOutputRecordingDelegate | A delegate object that allows the application developer to respond to events in a MonoTouch.AVFoundation.AVCaptureFileOutput object. |
| AVCaptureFileOutputRecordingDelegate_Extensions | Extension methods to the MonoTouch.AVFoundation.IAVCaptureFileOutputRecordingDelegate interface to support all the methods from the MonoTouch.AVFoundation.AVCaptureFileOutputRecordingDelegate protocol. |
| AVCaptureFlashMode | Flash mode. |
| AVCaptureFocusMode | Auto focus states. |
| AVCaptureInput | Abstract base class used for classes that provide input to a AVCaptureSession object. |
| AVCaptureInput+Notifications | Notification posted by the MonoTouch.AVFoundation.AVCaptureInput class. |
| AVCaptureInputPort | An input source. |
| AVCaptureManualExposureBracketedStillImageSettings | A MonoTouch.AVFoundation.AVCaptureBracketedStillImageSettings subclass used when manually bracketing using exposure time and ISO. |
| AVCaptureMetadataOutput | An object that intercepts metadata objects produced by a capture connection. |
| AVCaptureMetadataOutputObjectsDelegate | A delegate object that allows the application developer to respond to the arrival of metadata capture objects. |
| AVCaptureMetadataOutputObjectsDelegate_Extensions | Extension methods to the MonoTouch.AVFoundation.IAVCaptureMetadataOutputObjectsDelegate interface to support all the methods from the MonoTouch.AVFoundation.AVCaptureMetadataOutputObjectsDelegate protocol. |
| AVCaptureMovieFileOutput | A type of MonoTouch.AVFoundation.AVCaptureFileOutput that captures data to a QuickTime movie. |
| AVCaptureOutput | Abstract base class used for classes that provide output destinations to a AVCaptureSession object. |
| AVCaptureSession | Coordinates a recording session. |
| AVCaptureSession+Notifications | Notification posted by the MonoTouch.AVFoundation.AVCaptureSession class. |
| AVCaptureSessionRuntimeErrorEventArgs | Provides data for the event. |
| AVCaptureStillImageOutput | AVCaptureOutput that captures still images with their metadata. |
| AVCaptureTorchMode | The capture device torch mode. |
| AVCaptureVideoDataOutput | AVCaptureOutput that captures frames from the video being recorded. |
| AVCaptureVideoDataOutputSampleBufferDelegate | Delegate class used to notify when a sample buffer has been written. |
| AVCaptureVideoDataOutputSampleBufferDelegate_Extensions | Extension methods to the MonoTouch.AVFoundation.IAVCaptureVideoDataOutputSampleBufferDelegate interface to support all the methods from the MonoTouch.AVFoundation.AVCaptureVideoDataOutputSampleBufferDelegate protocol. |
| AVCaptureVideoOrientation | Video capture orientation. |
| AVCaptureVideoPreviewLayer | A CALayer subclass that renders the video as it is being captured. |
| AVCaptureVideoStabilizationMode | Enumerates types of video stabilization supported by the device's format. |
| AVCaptureWhiteBalanceChromaticityValues | Structure holding CIE 1931 xy chromaticity values. |
| AVCaptureWhiteBalanceGains | Contains RGB gain values for white balance. |
| AVCaptureWhiteBalanceMode | Capture white balance mode. |
| AVCaptureWhiteBalanceTemperatureAndTintValues | Values used for white-balancing; including correlated temperatures and tints. |
| AVCategoryEventArgs | Provides data for the MonoTouch.AVFoundation.AVCategoryEventArgs.CategoryChanged event. |
| AVChannelsEventArgs | Provides data for the MonoTouch.AVFoundation.AVChannelsEventArgs.InputChannelsChanged and MonoTouch.AVFoundation.AVChannelsEventArgs.OutputChannelsChanged events. |
| AVCompletion | A delegate that defines the completion handler for various methods in MonoTouch.AVFoundation.AVPlayer and MonoTouch.AVFoundation.AVPlayerItem |
| AVComposition | A combination of audiovisuall files, structured in time, that can be presented or rendered as a media object. |
| AVCompositionTrack | A track in a MonoTouch.AVFoundation.AVComposition. |
| AVCompositionTrackSegment | A segment of a MonoTouch.AVFoundation.AVCompositionTrack. |
| AVEdgeWidths | A class that encapsulates the edge-widths used by an MonoTouch.AVFoundation.AVVideoCompositionRenderContext. |
| AVError | An enumeration whose values define various audiovisual errors. |
| AVErrorEventArgs | Provides data for the MonoTouch.AVFoundation.AVErrorEventArgs.DecoderError and MonoTouch.AVFoundation.AVErrorEventArgs.EncoderError events. |
| AVFileType | A class whose static members specify audiovisual file formats. |
| AVFrameRateRange | Encapsulates a range of valid frame-rates, including min/max duration and min/max rate. |
| AVKeyValueStatus | An enumeration whose values specify the load status of a given property. |
| AVLayerVideoGravity | An enumeration whose values specify how a video should resize itself to display within a layer's MonoTouch.CoreAnimation.CALayer.Bounds. |
| AVMediaCharacteristic | A class whose static members define constants relating to the characteristics of audiovisual media. |
| AVMediaSelectionGroup | Represents a group of mutually-exclusive options relating to the presentation of media. |
| AVMediaSelectionOption | Represents a single option relating to the presentation of media. |
| AVMediaType | A class whose static members define constants relating to audiovisual media types. |
| AVMetadata | A class whose static members define constants relating to metadata. |
| AVMetadataFaceObject | Metadata relating to a detected face. |
| AVMetadataIdentifiers | Documentation for this section has not yet been entered. |
| AVMetadataIdentifiers+CommonIdentifier | Constants that specify common identifiers for metadata. |
| AVMetadataIdentifiers+IcyMetadata | Constants identifying Icy streaming metadata properties. |
| AVMetadataIdentifiers+ID3Metadata | Constants specifying ID3 metadata properties. |
| AVMetadataIdentifiers+Iso | Constants identify ISO copyright and tagged characteristic metadata. |
| AVMetadataIdentifiers+iTunesMetadata | Constants identifying iTunes metadata properties. |
| AVMetadataIdentifiers+QuickTime | Constants identifying Quicktime metadata properties. |
| AVMetadataIdentifiers+QuickTimeMetadata | Constants identifying Quicktime metadata properties. |
| AVMetadataIdentifiers+ThreeGP | Constants identifying 3GP metadata properties. |
| AVMetadataItem | An immutable item of metadata for an MonoTouch.AVFoundation.AVAsset. |
| AVMetadataItemFilter | Filters out user-identifying metadata, such as location information, and retains playback and commerce-related metadata . |
| AVMetadataMachineReadableCodeObject | A MonoTouch.AVFoundation.AVMetadataObject that contains barcode information. |
| AVMetadataObject | Base class for media metadata. |
| AVMidiPlayer | An audio player for MIDI and iMelody music. |
| AVMutableAudioMix | A mutable subtype of MonoTouch.AVFoundation.AVAudioMix. |
| AVMutableAudioMixInputParameters | A mutable subtype of MonoTouch.AVFoundation.AVAudioMixInputParameters. |
| AVMutableComposition | A mutable subtype of MonoTouch.AVFoundation.AVComposition. |
| AVMutableCompositionTrack | A mutable subtype of MonoTouch.AVFoundation.AVCompositionTrack. |
| AVMutableMetadataItem | A mutable subtype of MonoTouch.AVFoundation.AVMetadataItem. |
| AVMutableTimedMetadataGroup | A mutable subtype of MonoTouch.AVFoundation.AVTimedMetadataGroup. |
| AVMutableVideoComposition | A mutable subtype of MonoTouch.AVFoundation.AVVideoComposition. |
| AVMutableVideoCompositionInstruction | A mutable subtype of MonoTouch.AVFoundation.AVVideoCompositionInstruction. |
| AVMutableVideoCompositionLayerInstruction | A mutable subtype of MonoTouch.AVFoundation.AVVideoCompositionLayerInstruction. |
| AVOutputSettingsAssistant | Provides pre-configured video and audio settings for use with AVFoundation. |
| AVPermissionGranted | The delegate for MonoTouch.AVFoundation.AVAudioSession.RequestRecordPermission. |
| AVPixelAspectRatio | Encapsulates the aspect ratio of a pixel. Used with MonoTouch.AVFoundation.AVVideoCompositionRenderContext.PixelAspectRatio. |
| AVPlayer | Encapsulates the control and UI of a component that plays back single or multiple items. |
| AVPlayerActionAtItemEnd | An enumeration whose values specify the behavior of the player when it finishes playing. |
| AVPlayerItem | A class that encapsulates the presentation state of an MonoTouch.AVFoundation.AVAsset being played by a MonoTouch.AVFoundation.AVPlayer object. |
| AVPlayerItem+Notifications | Notification posted by the MonoTouch.AVFoundation.AVPlayerItem class. |
| AVPlayerItemAccessLog | The access log of an MonoTouch.AVFoundation.AVPlayerItem. |
| AVPlayerItemAccessLogEvent | Encapsulates an entry in the MonoTouch.AVFoundation.AVPlayerItem.AccessLog property of a MonoTouch.AVFoundation.AVPlayerItem. |
| AVPlayerItemErrorEventArgs | Provides data for the event. |
| AVPlayerItemErrorLog | The error log of an MonoTouch.AVFoundation.AVPlayerItem. |
| AVPlayerItemErrorLogEvent | Encapsulates an error stored in the MonoTouch.AVFoundation.AVPlayerItem.ErrorLog property. |
| AVPlayerItemLegibleOutput | A MonoTouch.AVFoundation.AVPlayerItemOutput that can vend media with a legible characteristic. |
| AVPlayerItemLegibleOutputPushDelegate | The MonoTouch.AVFoundation.AVPlayerItemOutputPushDelegate delegate object for MonoTouch.AVFoundation.AVPlayerItemLegibleOutputs. |
| AVPlayerItemLegibleOutputPushDelegate_Extensions | Extension methods to the MonoTouch.AVFoundation.IAVPlayerItemLegibleOutputPushDelegate interface to support all the methods from the MonoTouch.AVFoundation.AVPlayerItemLegibleOutputPushDelegate protocol. |
| AVPlayerItemMetadataOutput | A MonoTouch.AVFoundation.AVPlayerItemOutput that vends collections of metadata. |
| AVPlayerItemMetadataOutputPushDelegate | Extends MonoTouch.AVFoundation.AVPlayerItemOutputPushDelegate with events relating to metadata output. |
| AVPlayerItemMetadataOutputPushDelegate_Extensions | Extension methods to the MonoTouch.AVFoundation.IAVPlayerItemMetadataOutputPushDelegate interface to support all the methods from the MonoTouch.AVFoundation.AVPlayerItemMetadataOutputPushDelegate protocol. |
| AVPlayerItemOutput | A base class for objects that can sample their sources and and play them in a MonoTouch.AVFoundation.AVPlayer object. |
| AVPlayerItemOutputPullDelegate | A delegate object that defines responds to events in a MonoTouch.AVFoundation.AVPlayerItemVideoOutput object. |
| AVPlayerItemOutputPullDelegate_Extensions | Extension methods to the MonoTouch.AVFoundation.IAVPlayerItemOutputPullDelegate interface to support all the methods from the MonoTouch.AVFoundation.AVPlayerItemOutputPullDelegate protocol. |
| AVPlayerItemOutputPushDelegate | A delegate object for MonoTouch.AVFoundation.AVPlayerItemOutput objects that are pushing their sample output. |
| AVPlayerItemOutputPushDelegate_Extensions | Extension methods to the MonoTouch.AVFoundation.IAVPlayerItemOutputPushDelegate interface to support all the methods from the MonoTouch.AVFoundation.AVPlayerItemOutputPushDelegate protocol. |
| AVPlayerItemStatus | An enumeration whose values specify the status of a MonoTouch.AVFoundation.AVPlayerItem. |
| AVPlayerItemTrack | A class that can modify the presentation state of an MonoTouch.AVFoundation.AVAssetTrack. |
| AVPlayerItemVideoOutput | A class that can coordinate the display of a Core Video pixel buffer (see MonoTouch.CoreVideo.CVPixelBuffer). |
| AVPlayerLayer | A type of MonoTouch.CoreAnimation.CALayer on which a MonoTouch.AVFoundation.AVPlayer renders its output. |
| AVPlayerMediaSelectionCriteria | The preferred language and media characteristics of an MonoTouch.AVFoundation.AVPlayer object. |
| AVPlayerStatus | An enumeration whose values indicate the status of an MonoTouch.AVFoundation.AVPlayer. |
| AVQueuedSampleBufferRenderingStatus | Enumerates possible values of the MonoTouch.AVFoundation.AVSampleBuffer.Status field. |
| AVQueuePlayer | A type of MonoTouch.AVFoundation.AVPlayer that plays a sequence of items. |
| AVRequestAccessStatus | The delegate for MonoTouch.AVFoundation.AVCaptureDevice.RequestAccessForMediaType. |
| AVSampleBufferDisplayLayer | A MonoTouch.CoreAnimation.CALayer that displays video frames. |
| AVSampleRateConverterAlgorithm | An enumeration whose values specify valid rate-converstion algorithms. Used with MonoTouch.AVFoundation.AVAudioSettings.SampleRateConverterAlgorithm. |
| AVSampleRateEventArgs | Provides data for the MonoTouch.AVFoundation.AVSampleRateEventArgs.SampleRateChanged event. |
| AVSpeechBoundary | An enumeration whose values specify whether the MonoTouch.AVFoundation.AVSpeechSynthesizer should pause or stop immediately or complete an entire word. |
| AVSpeechSynthesisVoice | Interface to the provided voices for various languages. |
| AVSpeechSynthesizer | Synthesizes speech and raises events relating to text-to-speech. |
| AVSpeechSynthesizerDelegate | The delegate object for MonoTouch.AVFoundation.AVSpeechSynthesizers. Provides events relating to speech utterances. |
| AVSpeechSynthesizerDelegate_Extensions | Extension methods to the MonoTouch.AVFoundation.IAVSpeechSynthesizerDelegate interface to support all the methods from the MonoTouch.AVFoundation.AVSpeechSynthesizerDelegate protocol. |
| AVSpeechSynthesizerUteranceEventArgs | Provides data for the MonoTouch.AVFoundation.AVSpeechSynthesizerUteranceEventArgs.DidCancelSpeechUtterance, MonoTouch.AVFoundation.AVSpeechSynthesizerUteranceEventArgs.DidContinueSpeechUtterance, MonoTouch.AVFoundation.AVSpeechSynthesizerUteranceEventArgs.DidFinishSpeechUtterance, MonoTouch.AVFoundation.AVSpeechSynthesizerUteranceEventArgs.DidPauseSpeechUtterance and MonoTouch.AVFoundation.AVSpeechSynthesizerUteranceEventArgs.DidStartSpeechUtterance events. |
| AVSpeechSynthesizerWillSpeakEventArgs | Provides data for the MonoTouch.AVFoundation.AVSpeechSynthesizerWillSpeakEventArgs.WillSpeakRangeOfSpeechString event. |
| AVSpeechUtterance | A spoken word, statement, or sound. Used with MonoTouch.AVFoundation.AVSpeechSynthesizer. |
| AVStatusEventArgs | Provides data for the MonoTouch.AVFoundation.AVStatusEventArgs.FinishedPlaying and MonoTouch.AVFoundation.AVStatusEventArgs.FinishedRecording and MonoTouch.AVFoundation.AVStatusEventArgs.InputAvailabilityChanged events. |
| AVSynchronizedLayer | A MonoTouch.CoreAnimation.CALayer whose sublayers gain timing information from a MonoTouch.AVFoundation.AVPlayerItem. |
| AVTextStyleRule | A class that applies text styling to media item elements such as subtitles, closed captions, etc. |
| AVTimedMetadataGroup | An immutable collection of metadata items. (See MonoTouch.AVFoundation.AVMutableTimedMetadataGroup. |
| AVUrlAsset | A MonoTouch.AVFoundation.AVAsset that loads an asset from a URL. |
| AVUrlAssetOptions | Represents options used to construct MonoTouch.AVFoundation.AVUrlAsset object |
| AVUtilities | Defines an extension method for System.Drawing.RectangleF that generates another rectangle with a specified aspect ratio. |
| AVVideo | A class whose static members encapsulate AV Foundation constants. |
| AVVideoCleanApertureSettings | Manages clean aperture settings. |
| AVVideoCodec | An enumeration that specifies whether the video code is H264 or JPEG |
| AVVideoCodecSettings | Manages video codec compression settings. |
| AVVideoCompositing | A base class for custom video compositors. |
| AVVideoCompositing_Extensions | Extension methods to the MonoTouch.AVFoundation.IAVVideoCompositing interface to support all the methods from the MonoTouch.AVFoundation.AVVideoCompositing protocol. |
| AVVideoComposition | An immutable video composition. (See MonoTouch.AVFoundation.AVMutableVideoComposition.) |
| AVVideoCompositionCoreAnimationTool | Allows Core Animation to be used in a video composition. |
| AVVideoCompositionInstruction | An operation performed by an MonoTouch.AVFoundation.AVVideoComposition. |
| AVVideoCompositionLayerInstruction | The transform and opacity ramps for a track. |
| AVVideoCompositionRenderContext | Encapsulates the context in which a custom MonoTouch.AVFoundation.AVVideoCompositing generates a new pixel buffer. |
| AVVideoCompositionValidationHandling | Methods that specify whether validation should continue after errors occur. Passed to MonoTouch.AVFoundation.AVVideoComposition.IsValidForAsset. |
| AVVideoCompositionValidationHandling_Extensions | Extension methods to the MonoTouch.AVFoundation.IAVVideoCompositionValidationHandling interface to support all the methods from the MonoTouch.AVFoundation.AVVideoCompositionValidationHandling protocol. |
| AVVideoFieldMode | An enumeration whose values specify how interlaced fields should be dealt with. |
| AVVideoH264EntropyMode | An enumeration whose values specify values for MonoTouch.AVFoundation.AVVideoSettingsCompressed.EntropyEncoding. |
| AVVideoPixelAspectRatioSettings | Manages a pixel aspect settings. |
| AVVideoProfileLevelH264 | Video profile levels. |
| AVVideoScalingMode | Specifies how video should be scaled to fit a given area. |
| AVVideoScalingModeKey | A class whose static members define how scaling should behave for different sizes and aspect ratios |
| AVVideoSettingsCompressed | Manages video compression configuring and compression settings for video assets. |
| AVVideoSettingsUncompressed | Manages configuration for uncompressed video. |
| IAVAssetResourceLoaderDelegate | Interface representing the required methods (if any) of the protocol MonoTouch.AVFoundation.AVAssetResourceLoaderDelegate. |
| IAVAsynchronousKeyValueLoading | Interface representing the required methods (if any) of the protocol MonoTouch.AVFoundation.AVAsynchronousKeyValueLoading. |
| IAVAudio3DMixing | Interface representing the required methods (if any) of the protocol MonoTouch.AVFoundation.AVAudio3DMixing. |
| IAVAudioMixing | Defines properties for the input bus of a mixer node. |
| IAVAudioPlayerDelegate | Interface representing the required methods (if any) of the protocol MonoTouch.AVFoundation.AVAudioPlayerDelegate. |
| IAVAudioRecorderDelegate | Interface representing the required methods (if any) of the protocol MonoTouch.AVFoundation.AVAudioRecorderDelegate. |
| IAVAudioSessionDelegate | Interface representing the required methods (if any) of the protocol MonoTouch.AVFoundation.AVAudioSessionDelegate. |
| IAVAudioStereoMixing | Interface representing the required methods (if any) of the protocol MonoTouch.AVFoundation.AVAudioStereoMixing. |
| IAVCaptureAudioDataOutputSampleBufferDelegate | Interface representing the required methods (if any) of the protocol MonoTouch.AVFoundation.AVCaptureAudioDataOutputSampleBufferDelegate. |
| IAVCaptureFileOutputRecordingDelegate | Interface representing the required methods (if any) of the protocol MonoTouch.AVFoundation.AVCaptureFileOutputRecordingDelegate. |
| IAVCaptureMetadataOutputObjectsDelegate | Interface representing the required methods (if any) of the protocol MonoTouch.AVFoundation.AVCaptureMetadataOutputObjectsDelegate. |
| IAVCaptureVideoDataOutputSampleBufferDelegate | Interface representing the required methods (if any) of the protocol MonoTouch.AVFoundation.AVCaptureVideoDataOutputSampleBufferDelegate. |
| IAVPlayerItemLegibleOutputPushDelegate | Interface representing the required methods (if any) of the protocol MonoTouch.AVFoundation.AVPlayerItemLegibleOutputPushDelegate. |
| IAVPlayerItemMetadataOutputPushDelegate | Interface representing the required methods (if any) of the protocol MonoTouch.AVFoundation.AVPlayerItemMetadataOutputPushDelegate. |
| IAVPlayerItemOutputPullDelegate | Interface representing the required methods (if any) of the protocol MonoTouch.AVFoundation.AVPlayerItemOutputPullDelegate. |
| IAVPlayerItemOutputPushDelegate | Interface representing the required methods (if any) of the protocol MonoTouch.AVFoundation.AVPlayerItemOutputPushDelegate. |
| IAVSpeechSynthesizerDelegate | Interface representing the required methods (if any) of the protocol MonoTouch.AVFoundation.AVSpeechSynthesizerDelegate. |
| IAVVideoCompositing | Interface representing the required methods (if any) of the protocol MonoTouch.AVFoundation.AVVideoCompositing. |
| IAVVideoCompositionValidationHandling | Interface representing the required methods (if any) of the protocol MonoTouch.AVFoundation.AVVideoCompositionValidationHandling. |