| AVAggregateAssetDownloadTask |
AVAggregateAssetDownloadTask
An AVAssetDownloadTask used for downloading multiple AVMediaSelections for a single AVAsset, under the umbrella of a single download task.
|
| AVAsset |
|
| AVAssetCache |
AVAssetCache
AVAssetCache is a class vended by an AVAsset used for the inspection of locally available media data.
|
| AVAssetDownloadStorageManagementPolicy |
|
| AVAssetDownloadStorageManager |
|
| AVAssetDownloadTask |
AVAssetDownloadTask
A NSURLSessionTask that accepts remote AVURLAssets to download locally.
|
| AVAssetDownloadURLSession |
AVAssetDownloadURLSession
A subclass of NSURLSession to support AVAssetDownloadTask.
|
| AVAssetExportSession |
AVAssetExportSession
An AVAssetExportSession creates a new timed media resource from the contents of an
existing AVAsset in the form described by a specified export preset.
|
| AVAssetImageGenerator |
|
| AVAssetReader |
AVAssetReader
AVAssetReader provides services for obtaining media data from an asset.
|
| AVAssetReaderAudioMixOutput |
AVAssetReaderAudioMixOutput
AVAssetReaderAudioMixOutput is a concrete subclass of AVAssetReaderOutput that defines an interface for reading audio samples that result from mixing the audio from one or more AVAssetTracks of an AVAssetReader's AVAsset.
|
| AVAssetReaderOutput |
AVAssetReaderOutput
AVAssetReaderOutput is an abstract class that defines an interface for reading a single collection of samples of a common media type from an AVAssetReader.
|
| AVAssetReaderOutputMetadataAdaptor |
AVAssetReaderOutputMetadataAdaptor
Defines an interface for reading metadata, packaged as instances of AVTimedMetadataGroup, from a single AVAssetReaderTrackOutput object.
|
| AVAssetReaderSampleReferenceOutput |
AVAssetReaderSampleReferenceOutput
AVAssetReaderSampleReferenceOutput is a concrete subclass of AVAssetReaderOutput that defines an interface for reading sample references from a single AVAssetTrack of an AVAssetReader's AVAsset.
|
| AVAssetReaderTrackOutput |
AVAssetReaderTrackOutput
AVAssetReaderTrackOutput is a concrete subclass of AVAssetReaderOutput that defines an interface for reading media data from a single AVAssetTrack of an AVAssetReader's AVAsset.
|
| AVAssetReaderVideoCompositionOutput |
AVAssetReaderVideoCompositionOutput
AVAssetReaderVideoCompositionOutput is a concrete subclass of AVAssetReaderOutput that defines an interface for reading video frames that have been composited together from the frames in one or more AVAssetTracks of an AVAssetReader's AVAsset.
|
| AVAssetResourceLoader |
|
| AVAssetResourceLoadingContentInformationRequest |
|
| AVAssetResourceLoadingDataRequest |
|
| AVAssetResourceLoadingRequest |
|
| AVAssetResourceLoadingRequestor |
|
| AVAssetResourceRenewalRequest |
AVAssetResourceRenewalRequest
AVAssetResourceRenewalRequest encapsulates information about a resource request issued by a resource loader for the purpose of renewing a request previously issued.
|
| AVAssetSegmentReport |
AVAssetSegmentReport
This class provides information on a segment data.
|
| AVAssetSegmentReportSampleInformation |
AVAssetSegmentReportSampleInformation
This class is vended by AVAssetSegmentTrackReport.
|
| AVAssetSegmentTrackReport |
AVAssetSegmentTrackReport
This class is vended by AVAssetSegmentReport.
|
| AVAssetTrack |
|
| AVAssetTrackGroup |
AVAssetTrackGroup
A class whose instances describe a group of tracks in an asset.
|
| AVAssetTrackSegment |
|
| AVAssetWriter |
AVAssetWriter
AVAssetWriter provides services for writing media data to a new file,
Instances of AVAssetWriter can write media to new files in formats such as the QuickTime movie file format or the MPEG-4 file format.
|
| AVAssetWriterInput |
AVAssetWriterInput
AVAssetWriterInput defines an interface for appending either new media samples or references to existing media samples packaged as CMSampleBuffer objects to a single track of the output file of an AVAssetWriter.
|
| AVAssetWriterInputGroup |
AVAssetWriterInputGroup
Associates tracks corresponding to inputs with each other in a mutually exclusive relationship.
|
| AVAssetWriterInputMetadataAdaptor |
AVAssetWriterInputMetadataAdaptor
Defines an interface for writing metadata, packaged as instances of AVTimedMetadataGroup, to a single AVAssetWriterInput object.
|
| AVAssetWriterInputPassDescription |
AVAssetWriterInputPassDescription
Defines an interface for querying information about the requirements of the current pass, such as the time ranges of media data to append.
|
| AVAssetWriterInputPixelBufferAdaptor |
AVAssetWriterInputPixelBufferAdaptor
Defines an interface for appending video samples packaged as CVPixelBuffer objects to a single AVAssetWriterInput object.
|
| AVAsynchronousCIImageFilteringRequest |
|
| AVAsynchronousVideoCompositionRequest |
|
| AVAudioBuffer |
AVAudioBuffer
A buffer of audio data, with a format.
|
| AVAudioChannelLayout |
AVAudioChannelLayout
A description of the roles of a set of audio channels.
|
| AVAudioCompressedBuffer |
AVAudioCompressedBuffer
A subclass of AVAudioBuffer for use with compressed audio formats.
|
| AVAudioConnectionPoint |
AVAudioConnectionPoint
A representation of either a source or destination connection point in AVAudioEngine.
|
| AVAudioConverter |
AVAudioConverter
Converts streams of audio between various formats.
|
| AVAudioEngine |
AVAudioEngine
An AVAudioEngine contains a group of connected AVAudioNodes ("nodes"), each of which performs
an audio signal generation, processing, or input/output task.
|
| AVAudioEnvironmentDistanceAttenuationParameters |
AVAudioEnvironmentDistanceAttenuationParameters
Parameters specifying the amount of distance attenuation
A standalone instance of AVAudioEnvironmentDistanceAttenuationParameters cannot be created.
|
| AVAudioEnvironmentNode |
AVAudioEnvironmentNode
Mixer node that simulates a 3D environment
AVAudioEnvironmentNode is a mixer node that simulates a 3D audio environment.
|
| AVAudioEnvironmentReverbParameters |
AVAudioEnvironmentReverbParameters
Parameters used to control the reverb in AVAudioEnvironmentNode
Reverberation can be used to simulate the acoustic characteristics of an environment.
|
| AVAudioFile |
AVAudioFile
An audio file opened for reading or writing.
|
| AVAudioFormat |
AVAudioFormat
A representation of an audio format.
|
| AVAudioInputNode |
AVAudioInputNode
A node that performs audio input in the engine.
|
| AVAudioIONode |
AVAudioIONode
Base class for a node that performs audio input or output in the engine.
|
| AVAudioMix |
|
| AVAudioMixerNode |
AVAudioMixerNode
A node that mixes its inputs to a single output.
|
| AVAudioMixingDestination |
AVAudioMixingDestination
An object representing a connection to a mixer node from a node that
conforms to AVAudioMixing protocol
A standalone instance of AVAudioMixingDestination cannot be created.
|
| AVAudioMixInputParameters |
|
| AVAudioNode |
AVAudioNode
Base class for an audio generation, processing, or I/O block.
|
| AVAudioOutputNode |
AVAudioOutputNode
A node that performs audio output in the engine.
|
| AVAudioPCMBuffer |
AVAudioPCMBuffer
A subclass of AVAudioBuffer for use with PCM audio formats.
|
| AVAudioPlayer |
|
| AVAudioPlayerNode |
AVAudioPlayerNode
Play buffers or segments of audio files.
|
| AVAudioRecorder |
|
| AVAudioSequencer |
AVAudioSequencer
A collection of MIDI events organized into AVMusicTracks, plus a player to play back the events.
|
| AVAudioSession |
|
| AVAudioSessionChannelDescription |
AVAudioSessionChannelDescription
Information about a port's audio channels.
|
| AVAudioSessionDataSourceDescription |
Information about one of potentially multiple data sources associated with a port.
|
| AVAudioSessionPortDescription |
Information about a port, a physical connector or audio device.
|
| AVAudioSessionRouteDescription |
A description of the input and output ports which comprise a route.
|
| AVAudioSinkNode |
AVAudioSinkNode
AVAudioSinkNode wraps a client provided block to receive input audio on the audio IO thread.
|
| AVAudioSourceNode |
AVAudioSourceNode
AVAudioSourceNode wraps a client provided block to supply audio.
|
| AVAudioTime |
AVAudioTime
Represent a moment in time.
|
| AVAudioUnit |
AVAudioUnit
An AVAudioNode implemented by an audio unit.
|
| AVAudioUnitComponent |
AVAudioUnitComponent
Provides details about an audio unit such as type, subtype, manufacturer, location etc.
|
| AVAudioUnitComponentManager |
AVAudioUnitComponentManager
A singleton object that provides an easy way to find audio components that are
registered with the system.
|
| AVAudioUnitDelay |
AVAudioUnitDelay
an AVAudioUnitEffect that implements a delay effect
A delay unit delays the input signal by the specified time interval
and then blends it with the input signal.
|
| AVAudioUnitDistortion |
AVAudioUnitDistortion
An AVAudioUnitEffect that implements a multi-stage distortion effect.
|
| AVAudioUnitEffect |
AVAudioUnitEffect
an AVAudioUnit that processes audio in real-time
An AVAudioUnitEffect represents an audio unit of type kAudioUnitType_Effect,
kAudioUnitType_MusicEffect, kAudioUnitType_Panner, kAudioUnitType_RemoteEffect or
kAudioUnitType_RemoteMusicEffect.
|
| AVAudioUnitEQ |
AVAudioUnitEQ
An AVAudioUnitEffect that implements a Multi-Band Equalizer.
|
| AVAudioUnitEQFilterParameters |
AVAudioUnitEQFilterParameters
Filter parameters used by AVAudioUnitEQ.
|
| AVAudioUnitGenerator |
AVAudioUnitGenerator
an AVAudioUnit that generates audio output
An AVAudioUnitGenerator represents an audio unit of type kAudioUnitType_Generator or
kAudioUnitType_RemoteGenerator.
|
| AVAudioUnitMIDIInstrument |
AVAudioUnitMIDIInstrument
Base class for sample synthesizers.
|
| AVAudioUnitReverb |
AVAudioUnitReverb
an AVAudioUnitEffect that implements a reverb
A reverb simulates the acoustic characteristics of a particular environment.
|
| AVAudioUnitSampler |
AVAudioUnitSampler
Apple's sampler audio unit.
|
| AVAudioUnitTimeEffect |
AVAudioUnitTimeEffect
an AVAudioUnit that processes audio in non real-time
An AVAudioUnitTimeEffect represents an audio unit of type aufc.
|
| AVAudioUnitTimePitch |
AVAudioUnitTimePitch
an AVAudioUnitTimeEffect that provides good quality time stretching and pitch shifting
In this time effect, the playback rate and pitch parameters function independently of each other
|
| AVAudioUnitVarispeed |
AVAudioUnitVarispeed
an AVAudioUnitTimeEffect that can be used to control the playback rate
|
| AVCameraCalibrationData |
AVCameraCalibrationData
AVCameraCalibrationData is a model object describing a camera's calibration information.
|
| AVCaptureAudioChannel |
AVCaptureAudioChannel
AVCaptureAudioChannel represents a single channel of audio flowing through an AVCaptureSession.
|
| AVCaptureAudioDataOutput |
AVCaptureAudioDataOutput
AVCaptureAudioDataOutput is a concrete subclass of AVCaptureOutput that can be used to process uncompressed or compressed samples from the audio being captured.
|
| AVCaptureAutoExposureBracketedStillImageSettings |
AVCaptureAutoExposureBracketedStillImageSettings
AVCaptureAutoExposureBracketedStillImageSettings is a concrete subclass of AVCaptureBracketedStillImageSettings to be used when bracketing exposure target bias.
|
| AVCaptureBracketedStillImageSettings |
AVCaptureBracketedStillImageSettings
AVCaptureBracketedStillImageSettings is an abstract base class that defines an interface for settings pertaining to a bracketed capture.
|
| AVCaptureConnection |
AVCaptureConnection
AVCaptureConnection represents a connection between an AVCaptureInputPort or ports, and an AVCaptureOutput or AVCaptureVideoPreviewLayer present in an AVCaptureSession.
|
| AVCaptureDataOutputSynchronizer |
AVCaptureDataOutputSynchronizer
AVCaptureDataOutputSynchronizer synchronizes the delivery of data from multiple capture data outputs (AVCaptureVideoDataOutput, AVCaptureDepthDataOutput, AVCaptureMetadataOutput, AVCaptureAudioDataOutput) to a single delegate callback.
|
| AVCaptureDepthDataOutput |
AVCaptureDepthDataOutput
AVCaptureDepthDataOutput is a concrete subclass of AVCaptureOutput that can be used to process depth data in a streaming fashion.
|
| AVCaptureDevice |
AVCaptureDevice
An AVCaptureDevice represents a physical device that provides realtime input media data, such as video and audio.
|
| AVCaptureDeviceDiscoverySession |
AVCaptureDeviceDiscoverySession
The AVCaptureDeviceDiscoverySession allows clients to search for devices by certain criteria.
|
| AVCaptureDeviceFormat |
AVCaptureDeviceFormat
An AVCaptureDeviceFormat wraps a CMFormatDescription and other format-related information, such as min and max framerate.
|
| AVCaptureDeviceInput |
AVCaptureDeviceInput
AVCaptureDeviceInput is a concrete subclass of AVCaptureInput that provides an interface for capturing media from an AVCaptureDevice.
|
| AVCaptureFileOutput |
AVCaptureFileOutput
AVCaptureFileOutput is an abstract subclass of AVCaptureOutput that provides an interface for writing captured media to files.
|
| AVCaptureInput |
AVCaptureInput
AVCaptureInput is an abstract class that provides an interface for connecting capture input sources to an AVCaptureSession.
|
| AVCaptureInputPort |
AVCaptureInputPort
An AVCaptureInputPort describes a single stream of media data provided by an AVCaptureInput and provides an interface for connecting that stream to AVCaptureOutput instances via AVCaptureConnection.
|
| AVCaptureManualExposureBracketedStillImageSettings |
AVCaptureManualExposureBracketedStillImageSettings
AVCaptureManualExposureBracketedStillImageSettings is a concrete subclass of AVCaptureBracketedStillImageSettings to be used when bracketing exposure duration and ISO.
|
| AVCaptureMetadataInput |
AVCaptureMetadataInput
AVCaptureMetadataInput is a concrete subclass of AVCaptureInput that provides a way for clients to supply AVMetadataItems to an AVCaptureSession.
|
| AVCaptureMetadataOutput |
AVCaptureMetadataOutput
AVCaptureMetadataOutput is a concrete subclass of AVCaptureOutput that can be used to process metadata objects from an attached connection.
|
| AVCaptureMovieFileOutput |
AVCaptureMovieFileOutput
AVCaptureMovieFileOutput is a concrete subclass of AVCaptureFileOutput that writes captured media to QuickTime movie files.
|
| AVCaptureMultiCamSession |
AVCaptureMultiCamSession
A subclass of AVCaptureSession which supports simultaneous capture from multiple inputs of the same media type.
|
| AVCaptureOutput |
AVCaptureOutput
AVCaptureOutput is an abstract class that defines an interface for an output destination of an AVCaptureSession.
|
| AVCapturePhoto |
AVCapturePhoto
An object representing a photo in memory, produced by the -captureOutput:didFinishingProcessingPhoto:error: in the AVCapturePhotoCaptureDelegate protocol method.
|
| AVCapturePhotoBracketSettings |
AVCapturePhotoBracketSettings
A concrete subclass of AVCapturePhotoSettings that describes a bracketed capture.
|
| AVCapturePhotoOutput |
AVCapturePhotoOutput
AVCapturePhotoOutput is a concrete subclass of AVCaptureOutput that supersedes AVCaptureStillImageOutput as the preferred interface for capturing photos.
|
| AVCapturePhotoSettings |
AVCapturePhotoSettings
A mutable settings object encapsulating all the desired properties of a photo capture.
|
| AVCaptureResolvedPhotoSettings |
AVCaptureResolvedPhotoSettings
An immutable object produced by callbacks in each and every AVCapturePhotoCaptureDelegate protocol method.
|
| AVCaptureSession |
AVCaptureSession
AVCaptureSession is the central hub of the AVFoundation capture classes.
|
| AVCaptureStillImageOutput |
AVCaptureStillImageOutput
AVCaptureStillImageOutput is a concrete subclass of AVCaptureOutput that can be used to capture high-quality still images with accompanying metadata.
|
| AVCaptureSynchronizedData |
AVCaptureSynchronizedData
An abstract base class representing the data delivered by a data output through the AVCaptureDataOutputSynchronizer interface.
|
| AVCaptureSynchronizedDataCollection |
AVCaptureSynchronizedDataCollection
A collection of AVCaptureSynchronizedData objects.
|
| AVCaptureSynchronizedDepthData |
AVCaptureSynchronizedDepthData
An concrete subclass of AVCaptureSynchronizedData representing the data delivered by an AVCaptureDepthDataOutput.
|
| AVCaptureSynchronizedMetadataObjectData |
AVCaptureSynchronizedMetadataObjectData
An concrete subclass of AVCaptureSynchronizedData representing the data delivered by an AVCaptureMetadataOutput.
|
| AVCaptureSynchronizedSampleBufferData |
AVCaptureSynchronizedSampleBufferData
An concrete subclass of AVCaptureSynchronizedData representing the data delivered by an AVCaptureVideoDataOutput or AVCaptureAudioDataOutput.
|
| AVCaptureSystemPressureState |
AVCaptureSystemPressureState
A model object describing a system pressure level and contributing factors to the pressured state.
|
| AVCaptureVideoDataOutput |
AVCaptureVideoDataOutput
AVCaptureVideoDataOutput is a concrete subclass of AVCaptureOutput that can be used to process uncompressed or compressed frames from the video being captured.
|
| AVCaptureVideoPreviewLayer |
AVCaptureVideoPreviewLayer
A CoreAnimation layer subclass for previewing the visual output of an AVCaptureSession.
|
| AVComposition |
|
| AVCompositionTrack |
|
| AVCompositionTrackFormatDescriptionReplacement |
|
| AVCompositionTrackSegment |
|
| AVContentKeyRequest |
|
| AVContentKeyResponse |
AVContentKeyResponse
AVContentKeyResponse is used to represent the data returned from the key server when requesting a key for decrypting content.
|
| AVContentKeySession |
|
| AVDateRangeMetadataGroup |
AVDateRangeMetadataGroup
AVDateRangeMetadataGroup is used to represent a collection of metadata items that are valid for use within a specific range of dates.
|
| AVDepthData |
AVDepthData
An object wrapping a map of disparity or depth pixel data, plus metadata.
|
| AVFragmentedAsset |
|
| AVFragmentedAssetMinder |
|
| AVFragmentedAssetTrack |
|
| AVFragmentedMovie |
|
| AVFragmentedMovieMinder |
AVFragmentedMovieMinder
A class that periodically checks whether additional movie fragments have been appended to fragmented movie files.
|
| AVFragmentedMovieTrack |
|
| AVFrameRateRange |
AVFrameRateRange
An AVFrameRateRange expresses a range of valid frame rates as min and max rate and min and max duration.
|
| AVMediaDataStorage |
|
| AVMediaSelection |
|
| AVMediaSelectionGroup |
|
| AVMediaSelectionOption |
|
| AVMetadataBodyObject |
AVMetadataBodyObject
AVMetadataBodyObject is an abstract class that defines an interface for a body metadata object used by AVFoundation.
|
| AVMetadataCatBodyObject |
AVMetadataCatBodyObject
AVMetadataCatBodyObject is a concrete subclass of AVMetadataBodyObject defining a detected cat body.
|
| AVMetadataDogBodyObject |
AVMetadataDogBodyObject
AVMetadataDogBodyObject is a concrete subclass of AVMetadataBodyObject defining a detected dog body.
|
| AVMetadataFaceObject |
AVMetadataFaceObject
AVMetadataFaceObject is a concrete subclass of AVMetadataObject defining the features of a detected face.
|
| AVMetadataGroup |
AVMetadataGroup
AVMetadataGroup is the common superclass for AVTimedMetadataGroup and AVDateRangeMetadataGroup; each represents a collection of metadata items associated with a segment of a timeline.
|
| AVMetadataHumanBodyObject |
AVMetadataHumanBodyObject
AVMetadataHumanBodyObject is a concrete subclass of AVMetadataBodyObject defining a detected human body.
|
| AVMetadataItem |
|
| AVMetadataItemFilter |
|
| AVMetadataItemValueRequest |
|
| AVMetadataMachineReadableCodeObject |
AVMetadataMachineReadableCodeObject
AVMetadataMachineReadableCodeObject is a concrete subclass of AVMetadataObject defining the features of a detected one-dimensional or two-dimensional barcode.
|
| AVMetadataObject |
AVMetadataObject
AVMetadataObject is an abstract class that defines an interface for a metadata object used by AVFoundation.
|
| AVMetadataSalientObject |
AVMetadataSalientObject
AVMetadataSalientObject is a concrete subclass of AVMetadataObject defining the features of a salient object.
|
| AVMIDIPlayer |
AVMIDIPlayer
A player for music file formats (MIDI, iMelody).
|
| AVMovie |
|
| AVMovieTrack |
|
| AVMusicTrack |
AVMusicTrack
A collection of music events which will be sent to a given destination, and which can be
offset, muted, etc. independently of events in other tracks.
|
| AVMutableAssetDownloadStorageManagementPolicy |
AVMutableAssetDownloadStorageManagementPolicy
A mutable subclass of AVAssetDownloadStorageManagementPolicy.
|
| AVMutableAudioMix |
|
| AVMutableAudioMixInputParameters |
|
| AVMutableComposition |
|
| AVMutableCompositionTrack |
|
| AVMutableDateRangeMetadataGroup |
AVMutableDateRangeMetadataGroup
AVMutableDateRangeMetadataGroup is used to represent a mutable collection of metadata items that are valid for use within a specific range of dates.
|
| AVMutableMediaSelection |
|
| AVMutableMetadataItem |
|
| AVMutableMovie |
AVMutableMovie
AVMutableMovie adds to its immutable superclass, AVMovie, several categories of methods for editing QuickTime movie files, e.g. inserting and removing time ranges of media, adding and removing tracks, and modifying the metadata collections stored therein.
|
| AVMutableMovieTrack |
|
| AVMutableTimedMetadataGroup |
AVMutableTimedMetadataGroup
AVMutableTimedMetadataGroup is used to represent a mutable collection of metadata items that are valid for use during a specific range of time.
|
| AVMutableVideoComposition |
|
| AVMutableVideoCompositionInstruction |
|
| AVMutableVideoCompositionLayerInstruction |
|
| AVOutputSettingsAssistant |
AVOutputSettingsAssistant
A class, each instance of which specifies a set of parameters for configuring objects that use output settings dictionaries, for example AVAssetWriter & AVAssetWriterInput, so that the resulting media file conforms to some specific criteria
Instances of AVOutputSettingsAssistant are typically created using a string constant representing a specific preset configuration, such as AVOutputSettingsPreset1280x720.
|
| AVPersistableContentKeyRequest |
|
| AVPlayer |
|
| AVPlayerItem |
|
| AVPlayerItemAccessLog |
AVPlayerItemAccessLog
An AVPlayerItemAccessLog provides methods to retrieve the access log in a format suitable for serialization.
|
| AVPlayerItemAccessLogEvent |
AVPlayerItemAccessLogEvent
An AVPlayerItemAccessLogEvent represents a single log entry.
|
| AVPlayerItemErrorLog |
AVPlayerItemErrorLog
An AVPlayerItemErrorLog provides methods to retrieve the error log in a format suitable for serialization.
|
| AVPlayerItemErrorLogEvent |
AVPlayerItemErrorLogEvent
An AVPlayerItemErrorLogEvent represents a single log entry.
|
| AVPlayerItemLegibleOutput |
AVPlayerItemLegibleOutput
A subclass of AVPlayerItemOutput that can vend media with a legible characteristic as NSAttributedStrings.
|
| AVPlayerItemMediaDataCollector |
AVPlayerItemMediaDataCollector
AVPlayerItemMediaDataCollector is an abstract class encapsulating the common API for all AVPlayerItemMediaDataCollector subclasses.
|
| AVPlayerItemMetadataCollector |
AVPlayerItemMetadataCollector
A subclass of AVPlayerItemMediaDataCollector that provides AVMetadataGroups for an AVPlayerItem.
|
| AVPlayerItemMetadataOutput |
AVPlayerItemMetadataOutput
A subclass of AVPlayerItemOutput that vends collections of metadata items carried in metadata tracks.
|
| AVPlayerItemOutput |
|
| AVPlayerItemTrack |
AVPlayerItemTrack
An AVPlayerItemTrack carries a reference to an AVAssetTrack as well as presentation settings for that track.
|
| AVPlayerItemVideoOutput |
|
| AVPlayerLayer |
|
| AVPlayerLooper |
|
| AVPlayerMediaSelectionCriteria |
|
| AVPortraitEffectsMatte |
AVPortraitEffectsMatte
An object wrapping a matting image used for high quality rendering of portrait style effects onto an image (i.e. shallow depth of field, stage lighting, etc).
|
| AVQueuePlayer |
|
| AVRouteDetector |
AVRouteDetector
AVRouteDetector detects the presence of media playback routes.
|
| AVSampleBufferAudioRenderer |
AVSampleBufferAudioRenderer
AVSampleBufferAudioRenderer can decompress and play compressed or uncompressed audio.
|
| AVSampleBufferDisplayLayer |
|
| AVSampleBufferRenderSynchronizer |
AVSampleBufferRenderSynchronizer
AVSampleBufferRenderSynchronizer can synchronize multiple objects conforming to AVQueuedSampleBufferRendering to a single timebase.
|
| AVSemanticSegmentationMatte |
AVSemanticSegmentationMatte
An object wrapping a matting image for a particular semantic segmentation.
|
| AVSpeechSynthesisVoice |
AVSpeechSynthesisVoice
AVSpeechSynthesisVoice encapsulates the attributes of the voice used to synthesize speech on the system.
|
| AVSpeechSynthesizer |
AVSpeechSynthesizer
AVSpeechSynthesizer allows speaking of speech utterances with a basic queuing mechanism.
|
| AVSpeechUtterance |
AVSpeechUtterance
AVSpeechUtterance is the atom of speaking a string or pausing the synthesizer.
|
| AVSynchronizedLayer |
|
| AVTextStyleRule |
|
| AVTimedMetadataGroup |
AVTimedMetadataGroup
AVTimedMetadataGroup is used to represent a collection of metadata items that are valid for use during a specific range of time.
|
| AVURLAsset |
|
| AVVideoComposition |
|
| AVVideoCompositionCoreAnimationTool |
|
| AVVideoCompositionInstruction |
|
| AVVideoCompositionLayerInstruction |
|
| AVVideoCompositionRenderContext |
|
| AVVideoCompositionRenderHint |
|