Documentation Archive Developer
Search

AVFoundation Changes

AVFoundation (Added)

Added AVAsset
Added AVAsset.assetWithURL(NSURL!) -> AnyObject! [class]
Added AVAsset.availableChapterLocales
Added AVAsset.availableMediaCharacteristicsWithMediaSelectionOptions
Added AVAsset.availableMetadataFormats
Added AVAsset.cancelLoading()
Added AVAsset.chapterMetadataGroupsBestMatchingPreferredLanguages([AnyObject]!) -> [AnyObject]!
Added AVAsset.chapterMetadataGroupsWithTitleLocale(NSLocale!, containingItemsWithCommonKeys:[AnyObject]!) -> [AnyObject]!
Added AVAsset.commonMetadata
Added AVAsset.composable
Added AVAsset.creationDate
Added AVAsset.duration
Added AVAsset.exportable
Added AVAsset.hasProtectedContent
Added AVAsset.lyrics
Added AVAsset.mediaSelectionGroupForMediaCharacteristic(String!) -> AVMediaSelectionGroup!
Added AVAsset.metadata
Added AVAsset.metadataForFormat(String!) -> [AnyObject]!
Added AVAsset.playable
Added AVAsset.preferredRate
Added AVAsset.preferredTransform
Added AVAsset.preferredVolume
Added AVAsset.providesPreciseDurationAndTiming
Added AVAsset.readable
Added AVAsset.referenceRestrictions
Added AVAsset.trackGroups
Added AVAsset.trackWithTrackID(CMPersistentTrackID) -> AVAssetTrack!
Added AVAsset.tracks
Added AVAsset.tracksWithMediaCharacteristic(String!) -> [AnyObject]!
Added AVAsset.tracksWithMediaType(String!) -> [AnyObject]!
Added AVAsset.unusedTrackID() -> CMPersistentTrackID
Added AVAssetExportSession
Added AVAssetExportSession.allExportPresets() -> [AnyObject]! [class]
Added AVAssetExportSession.asset
Added AVAssetExportSession.init(asset: AVAsset!, presetName: String!)
Added AVAssetExportSession.audioMix
Added AVAssetExportSession.audioTimePitchAlgorithm
Added AVAssetExportSession.canPerformMultiplePassesOverSourceMediaData
Added AVAssetExportSession.cancelExport()
Added AVAssetExportSession.customVideoCompositor
Added AVAssetExportSession.determineCompatibilityOfExportPreset(String!, withAsset: AVAsset!, outputFileType: String!, completionHandler:((Bool) -> Void)!) [class]
Added AVAssetExportSession.determineCompatibleFileTypesWithCompletionHandler((([AnyObject]!) -> Void)!)
Added AVAssetExportSession.directoryForTemporaryFiles
Added AVAssetExportSession.error
Added AVAssetExportSession.estimatedOutputFileLength
Added AVAssetExportSession.exportAsynchronouslyWithCompletionHandler((() -> Void)!)
Added AVAssetExportSession.exportPresetsCompatibleWithAsset(AVAsset!) -> [AnyObject]! [class]
Added AVAssetExportSession.metadata
Added AVAssetExportSession.metadataItemFilter
Added AVAssetExportSession.outputFileType
Added AVAssetExportSession.outputURL
Added AVAssetExportSession.presetName
Added AVAssetExportSession.progress
Added AVAssetExportSession.shouldOptimizeForNetworkUse
Added AVAssetExportSession.status
Added AVAssetExportSession.supportedFileTypes
Added AVAssetExportSession.timeRange
Added AVAssetExportSession.videoComposition
Added AVAssetExportSessionStatus [enum]
Added AVAssetExportSessionStatus.Cancelled
Added AVAssetExportSessionStatus.Completed
Added AVAssetExportSessionStatus.Exporting
Added AVAssetExportSessionStatus.Failed
Added AVAssetExportSessionStatus.Unknown
Added AVAssetExportSessionStatus.Waiting
Added AVAssetImageGenerator
Added AVAssetImageGenerator.apertureMode
Added AVAssetImageGenerator.appliesPreferredTrackTransform
Added AVAssetImageGenerator.asset
Added AVAssetImageGenerator.init(asset: AVAsset!)
Added AVAssetImageGenerator.cancelAllCGImageGeneration()
Added AVAssetImageGenerator.copyCGImageAtTime(CMTime, actualTime: UnsafeMutablePointer<CMTime>, error: NSErrorPointer) -> CGImage!
Added AVAssetImageGenerator.customVideoCompositor
Added AVAssetImageGenerator.generateCGImagesAsynchronouslyForTimes([AnyObject]!, completionHandler: AVAssetImageGeneratorCompletionHandler!)
Added AVAssetImageGenerator.maximumSize
Added AVAssetImageGenerator.requestedTimeToleranceAfter
Added AVAssetImageGenerator.requestedTimeToleranceBefore
Added AVAssetImageGenerator.videoComposition
Added AVAssetImageGeneratorResult [enum]
Added AVAssetImageGeneratorResult.Cancelled
Added AVAssetImageGeneratorResult.Failed
Added AVAssetImageGeneratorResult.Succeeded
Added AVAssetReader
Added AVAssetReader.addOutput(AVAssetReaderOutput!)
Added AVAssetReader.asset
Added AVAssetReader.init(asset: AVAsset!, error: NSErrorPointer)
Added AVAssetReader.canAddOutput(AVAssetReaderOutput!) -> Bool
Added AVAssetReader.cancelReading()
Added AVAssetReader.error
Added AVAssetReader.outputs
Added AVAssetReader.startReading() -> Bool
Added AVAssetReader.status
Added AVAssetReader.timeRange
Added AVAssetReaderAudioMixOutput
Added AVAssetReaderAudioMixOutput.audioMix
Added AVAssetReaderAudioMixOutput.audioSettings
Added AVAssetReaderAudioMixOutput.audioTimePitchAlgorithm
Added AVAssetReaderAudioMixOutput.audioTracks
Added AVAssetReaderAudioMixOutput.init(audioTracks: [AnyObject]!, audioSettings:[NSObject: AnyObject]!)
Added AVAssetReaderOutput
Added AVAssetReaderOutput.alwaysCopiesSampleData
Added AVAssetReaderOutput.copyNextSampleBuffer() -> CMSampleBuffer!
Added AVAssetReaderOutput.markConfigurationAsFinal()
Added AVAssetReaderOutput.mediaType
Added AVAssetReaderOutput.resetForReadingTimeRanges([AnyObject]!)
Added AVAssetReaderOutput.supportsRandomAccess
Added AVAssetReaderOutputMetadataAdaptor
Added AVAssetReaderOutputMetadataAdaptor.assetReaderTrackOutput
Added AVAssetReaderOutputMetadataAdaptor.init(assetReaderTrackOutput: AVAssetReaderTrackOutput!)
Added AVAssetReaderOutputMetadataAdaptor.nextTimedMetadataGroup() -> AVTimedMetadataGroup!
Added AVAssetReaderSampleReferenceOutput
Added AVAssetReaderSampleReferenceOutput.track
Added AVAssetReaderSampleReferenceOutput.init(track: AVAssetTrack!)
Added AVAssetReaderStatus [enum]
Added AVAssetReaderStatus.Cancelled
Added AVAssetReaderStatus.Completed
Added AVAssetReaderStatus.Failed
Added AVAssetReaderStatus.Reading
Added AVAssetReaderStatus.Unknown
Added AVAssetReaderTrackOutput
Added AVAssetReaderTrackOutput.audioTimePitchAlgorithm
Added AVAssetReaderTrackOutput.outputSettings
Added AVAssetReaderTrackOutput.track
Added AVAssetReaderTrackOutput.init(track: AVAssetTrack!, outputSettings:[NSObject: AnyObject]!)
Added AVAssetReaderVideoCompositionOutput
Added AVAssetReaderVideoCompositionOutput.customVideoCompositor
Added AVAssetReaderVideoCompositionOutput.videoComposition
Added AVAssetReaderVideoCompositionOutput.videoSettings
Added AVAssetReaderVideoCompositionOutput.videoTracks
Added AVAssetReaderVideoCompositionOutput.init(videoTracks: [AnyObject]!, videoSettings:[NSObject: AnyObject]!)
Added AVAssetReferenceRestrictions [struct]
Added AVAssetReferenceRestrictions.RestrictionForbidAll
Added AVAssetReferenceRestrictions.RestrictionForbidCrossSiteReference
Added AVAssetReferenceRestrictions.RestrictionForbidLocalReferenceToLocal
Added AVAssetReferenceRestrictions.RestrictionForbidLocalReferenceToRemote
Added AVAssetReferenceRestrictions.RestrictionForbidNone
Added AVAssetReferenceRestrictions.RestrictionForbidRemoteReferenceToLocal
Added AVAssetReferenceRestrictions.init(_: UInt)
Added AVAssetReferenceRestrictions.init(rawValue: UInt)
Added AVAssetResourceLoader
Added AVAssetResourceLoader.delegate
Added AVAssetResourceLoader.delegateQueue
Added AVAssetResourceLoader.setDelegate(AVAssetResourceLoaderDelegate!, queue: dispatch_queue_t!)
Added AVAssetResourceLoaderDelegate
Added AVAssetResourceLoaderDelegate.resourceLoader(AVAssetResourceLoader!, didCancelAuthenticationChallenge: NSURLAuthenticationChallenge!)
Added AVAssetResourceLoaderDelegate.resourceLoader(AVAssetResourceLoader!, didCancelLoadingRequest: AVAssetResourceLoadingRequest!)
Added AVAssetResourceLoaderDelegate.resourceLoader(AVAssetResourceLoader!, shouldWaitForLoadingOfRequestedResource: AVAssetResourceLoadingRequest!) -> Bool
Added AVAssetResourceLoaderDelegate.resourceLoader(AVAssetResourceLoader!, shouldWaitForRenewalOfRequestedResource: AVAssetResourceRenewalRequest!) -> Bool
Added AVAssetResourceLoaderDelegate.resourceLoader(AVAssetResourceLoader!, shouldWaitForResponseToAuthenticationChallenge: NSURLAuthenticationChallenge!) -> Bool
Added AVAssetResourceLoadingContentInformationRequest
Added AVAssetResourceLoadingContentInformationRequest.byteRangeAccessSupported
Added AVAssetResourceLoadingContentInformationRequest.contentLength
Added AVAssetResourceLoadingContentInformationRequest.contentType
Added AVAssetResourceLoadingContentInformationRequest.renewalDate
Added AVAssetResourceLoadingDataRequest
Added AVAssetResourceLoadingDataRequest.currentOffset
Added AVAssetResourceLoadingDataRequest.requestedLength
Added AVAssetResourceLoadingDataRequest.requestedOffset
Added AVAssetResourceLoadingDataRequest.respondWithData(NSData!)
Added AVAssetResourceLoadingRequest
Added AVAssetResourceLoadingRequest.cancelled
Added AVAssetResourceLoadingRequest.contentInformationRequest
Added AVAssetResourceLoadingRequest.dataRequest
Added AVAssetResourceLoadingRequest.finishLoading()
Added AVAssetResourceLoadingRequest.finishLoadingWithError(NSError!)
Added AVAssetResourceLoadingRequest.finished
Added AVAssetResourceLoadingRequest.redirect
Added AVAssetResourceLoadingRequest.request
Added AVAssetResourceLoadingRequest.response
Added AVAssetResourceLoadingRequest.streamingContentKeyRequestDataForApp(NSData!, contentIdentifier: NSData!, options:[NSObject: AnyObject]!, error: NSErrorPointer) -> NSData!
Added AVAssetResourceRenewalRequest
Added AVAssetTrack
Added AVAssetTrack.asset
Added AVAssetTrack.associatedTracksOfType(String!) -> [AnyObject]!
Added AVAssetTrack.availableMetadataFormats
Added AVAssetTrack.availableTrackAssociationTypes
Added AVAssetTrack.canProvideSampleCursors
Added AVAssetTrack.commonMetadata
Added AVAssetTrack.enabled
Added AVAssetTrack.estimatedDataRate
Added AVAssetTrack.extendedLanguageTag
Added AVAssetTrack.formatDescriptions
Added AVAssetTrack.hasMediaCharacteristic(String!) -> Bool
Added AVAssetTrack.languageCode
Added AVAssetTrack.makeSampleCursorAtFirstSampleInDecodeOrder() -> AVSampleCursor!
Added AVAssetTrack.makeSampleCursorAtLastSampleInDecodeOrder() -> AVSampleCursor!
Added AVAssetTrack.makeSampleCursorWithPresentationTimeStamp(CMTime) -> AVSampleCursor!
Added AVAssetTrack.mediaType
Added AVAssetTrack.metadata
Added AVAssetTrack.metadataForFormat(String!) -> [AnyObject]!
Added AVAssetTrack.minFrameDuration
Added AVAssetTrack.naturalSize
Added AVAssetTrack.naturalTimeScale
Added AVAssetTrack.nominalFrameRate
Added AVAssetTrack.playable
Added AVAssetTrack.preferredTransform
Added AVAssetTrack.preferredVolume
Added AVAssetTrack.requiresFrameReordering
Added AVAssetTrack.samplePresentationTimeForTrackTime(CMTime) -> CMTime
Added AVAssetTrack.segmentForTrackTime(CMTime) -> AVAssetTrackSegment!
Added AVAssetTrack.segments
Added AVAssetTrack.selfContained
Added AVAssetTrack.timeRange
Added AVAssetTrack.totalSampleDataLength
Added AVAssetTrack.trackID
Added AVAssetTrackGroup
Added AVAssetTrackGroup.trackIDs
Added AVAssetTrackSegment
Added AVAssetTrackSegment.empty
Added AVAssetTrackSegment.timeMapping
Added AVAssetWriter
Added AVAssetWriter.init(URL: NSURL!, fileType: String!, error: NSErrorPointer)
Added AVAssetWriter.addInput(AVAssetWriterInput!)
Added AVAssetWriter.addInputGroup(AVAssetWriterInputGroup!)
Added AVAssetWriter.availableMediaTypes
Added AVAssetWriter.canAddInput(AVAssetWriterInput!) -> Bool
Added AVAssetWriter.canAddInputGroup(AVAssetWriterInputGroup!) -> Bool
Added AVAssetWriter.canApplyOutputSettings([NSObject: AnyObject]!, forMediaType: String!) -> Bool
Added AVAssetWriter.cancelWriting()
Added AVAssetWriter.directoryForTemporaryFiles
Added AVAssetWriter.endSessionAtSourceTime(CMTime)
Added AVAssetWriter.error
Added AVAssetWriter.finishWritingWithCompletionHandler((() -> Void)!)
Added AVAssetWriter.inputGroups
Added AVAssetWriter.inputs
Added AVAssetWriter.metadata
Added AVAssetWriter.movieFragmentInterval
Added AVAssetWriter.movieTimeScale
Added AVAssetWriter.outputFileType
Added AVAssetWriter.outputURL
Added AVAssetWriter.shouldOptimizeForNetworkUse
Added AVAssetWriter.startSessionAtSourceTime(CMTime)
Added AVAssetWriter.startWriting() -> Bool
Added AVAssetWriter.status
Added AVAssetWriterInput
Added AVAssetWriterInput.addTrackAssociationWithTrackOfInput(AVAssetWriterInput!, type: String!)
Added AVAssetWriterInput.appendSampleBuffer(CMSampleBuffer!) -> Bool
Added AVAssetWriterInput.canAddTrackAssociationWithTrackOfInput(AVAssetWriterInput!, type: String!) -> Bool
Added AVAssetWriterInput.canPerformMultiplePasses
Added AVAssetWriterInput.currentPassDescription
Added AVAssetWriterInput.expectsMediaDataInRealTime
Added AVAssetWriterInput.extendedLanguageTag
Added AVAssetWriterInput.languageCode
Added AVAssetWriterInput.markAsFinished()
Added AVAssetWriterInput.markCurrentPassAsFinished()
Added AVAssetWriterInput.marksOutputTrackAsEnabled
Added AVAssetWriterInput.mediaTimeScale
Added AVAssetWriterInput.mediaType
Added AVAssetWriterInput.init(mediaType: String!, outputSettings:[NSObject: AnyObject]!)
Added AVAssetWriterInput.init(mediaType: String!, outputSettings:[NSObject: AnyObject]!, sourceFormatHint: CMFormatDescription!)
Added AVAssetWriterInput.metadata
Added AVAssetWriterInput.naturalSize
Added AVAssetWriterInput.outputSettings
Added AVAssetWriterInput.performsMultiPassEncodingIfSupported
Added AVAssetWriterInput.preferredMediaChunkAlignment
Added AVAssetWriterInput.preferredMediaChunkDuration
Added AVAssetWriterInput.preferredVolume
Added AVAssetWriterInput.readyForMoreMediaData
Added AVAssetWriterInput.requestMediaDataWhenReadyOnQueue(dispatch_queue_t!, usingBlock:(() -> Void)!)
Added AVAssetWriterInput.respondToEachPassDescriptionOnQueue(dispatch_queue_t!, usingBlock: dispatch_block_t!)
Added AVAssetWriterInput.sampleReferenceBaseURL
Added AVAssetWriterInput.sourceFormatHint
Added AVAssetWriterInput.transform
Added AVAssetWriterInputGroup
Added AVAssetWriterInputGroup.defaultInput
Added AVAssetWriterInputGroup.inputs
Added AVAssetWriterInputGroup.init(inputs: [AnyObject]!, defaultInput: AVAssetWriterInput!)
Added AVAssetWriterInputMetadataAdaptor
Added AVAssetWriterInputMetadataAdaptor.appendTimedMetadataGroup(AVTimedMetadataGroup!) -> Bool
Added AVAssetWriterInputMetadataAdaptor.assetWriterInput
Added AVAssetWriterInputMetadataAdaptor.init(assetWriterInput: AVAssetWriterInput!)
Added AVAssetWriterInputPassDescription
Added AVAssetWriterInputPassDescription.sourceTimeRanges
Added AVAssetWriterInputPixelBufferAdaptor
Added AVAssetWriterInputPixelBufferAdaptor.appendPixelBuffer(CVPixelBuffer!, withPresentationTime: CMTime) -> Bool
Added AVAssetWriterInputPixelBufferAdaptor.assetWriterInput
Added AVAssetWriterInputPixelBufferAdaptor.init(assetWriterInput: AVAssetWriterInput!, sourcePixelBufferAttributes:[NSObject: AnyObject]!)
Added AVAssetWriterInputPixelBufferAdaptor.pixelBufferPool
Added AVAssetWriterInputPixelBufferAdaptor.sourcePixelBufferAttributes
Added AVAssetWriterStatus [enum]
Added AVAssetWriterStatus.Cancelled
Added AVAssetWriterStatus.Completed
Added AVAssetWriterStatus.Failed
Added AVAssetWriterStatus.Unknown
Added AVAssetWriterStatus.Writing
Added AVAsynchronousKeyValueLoading
Added AVAsynchronousKeyValueLoading.loadValuesAsynchronouslyForKeys([AnyObject]!, completionHandler:(() -> Void)!)
Added AVAsynchronousKeyValueLoading.statusOfValueForKey(String!, error: NSErrorPointer) -> AVKeyValueStatus
Added AVAsynchronousVideoCompositionRequest
Added AVAsynchronousVideoCompositionRequest.compositionTime
Added AVAsynchronousVideoCompositionRequest.finishCancelledRequest()
Added AVAsynchronousVideoCompositionRequest.finishWithComposedVideoFrame(CVPixelBuffer!)
Added AVAsynchronousVideoCompositionRequest.finishWithError(NSError!)
Added AVAsynchronousVideoCompositionRequest.renderContext
Added AVAsynchronousVideoCompositionRequest.sourceFrameByTrackID(CMPersistentTrackID) -> Unmanaged<CVPixelBuffer>!
Added AVAsynchronousVideoCompositionRequest.sourceTrackIDs
Added AVAsynchronousVideoCompositionRequest.videoCompositionInstruction
Added AVAudio3DAngularOrientation [struct]
Added AVAudio3DAngularOrientation.pitch
Added AVAudio3DAngularOrientation.roll
Added AVAudio3DAngularOrientation.yaw
Added AVAudio3DMixing
Added AVAudio3DMixing.obstruction
Added AVAudio3DMixing.occlusion
Added AVAudio3DMixing.position
Added AVAudio3DMixing.rate
Added AVAudio3DMixing.renderingAlgorithm
Added AVAudio3DMixing.reverbBlend
Added AVAudio3DMixingRenderingAlgorithm [enum]
Added AVAudio3DMixingRenderingAlgorithm.EqualPowerPanning
Added AVAudio3DMixingRenderingAlgorithm.HRTF
Added AVAudio3DMixingRenderingAlgorithm.SoundField
Added AVAudio3DMixingRenderingAlgorithm.SphericalHead
Added AVAudio3DMixingRenderingAlgorithm.StereoPassThrough
Added AVAudio3DPoint [struct]
Added AVAudio3DPoint.x
Added AVAudio3DPoint.y
Added AVAudio3DPoint.z
Added AVAudio3DVectorOrientation [struct]
Added AVAudio3DVectorOrientation.forward
Added AVAudio3DVectorOrientation.up
Added AVAudioBuffer
Added AVAudioBuffer.audioBufferList
Added AVAudioBuffer.format
Added AVAudioBuffer.mutableAudioBufferList
Added AVAudioChannelLayout
Added AVAudioChannelLayout.channelCount
Added AVAudioChannelLayout.isEqual(AnyObject!) -> Bool
Added AVAudioChannelLayout.layout
Added AVAudioChannelLayout.init(layout: UnsafePointer<AudioChannelLayout>)
Added AVAudioChannelLayout.layoutTag
Added AVAudioChannelLayout.init(layoutTag: AudioChannelLayoutTag)
Added AVAudioCommonFormat [enum]
Added AVAudioCommonFormat.OtherFormat
Added AVAudioCommonFormat.PCMFormatFloat32
Added AVAudioCommonFormat.PCMFormatFloat64
Added AVAudioCommonFormat.PCMFormatInt16
Added AVAudioCommonFormat.PCMFormatInt32
Added AVAudioEngine
Added AVAudioEngine.init()
Added AVAudioEngine.attachNode(AVAudioNode!)
Added AVAudioEngine.connect(AVAudioNode!, to: AVAudioNode!, format: AVAudioFormat!)
Added AVAudioEngine.connect(AVAudioNode!, to: AVAudioNode!, fromBus: AVAudioNodeBus, toBus: AVAudioNodeBus, format: AVAudioFormat!)
Added AVAudioEngine.detachNode(AVAudioNode!)
Added AVAudioEngine.disconnectNodeInput(AVAudioNode!)
Added AVAudioEngine.disconnectNodeInput(AVAudioNode!, bus: AVAudioNodeBus)
Added AVAudioEngine.disconnectNodeOutput(AVAudioNode!)
Added AVAudioEngine.disconnectNodeOutput(AVAudioNode!, bus: AVAudioNodeBus)
Added AVAudioEngine.inputNode
Added AVAudioEngine.mainMixerNode
Added AVAudioEngine.musicSequence
Added AVAudioEngine.outputNode
Added AVAudioEngine.pause()
Added AVAudioEngine.prepare()
Added AVAudioEngine.reset()
Added AVAudioEngine.running
Added AVAudioEngine.startAndReturnError(NSErrorPointer) -> Bool
Added AVAudioEngine.stop()
Added AVAudioEnvironmentDistanceAttenuationModel [enum]
Added AVAudioEnvironmentDistanceAttenuationModel.Exponential
Added AVAudioEnvironmentDistanceAttenuationModel.Inverse
Added AVAudioEnvironmentDistanceAttenuationModel.Linear
Added AVAudioEnvironmentDistanceAttenuationParameters
Added AVAudioEnvironmentDistanceAttenuationParameters.distanceAttenuationModel
Added AVAudioEnvironmentDistanceAttenuationParameters.maximumDistance
Added AVAudioEnvironmentDistanceAttenuationParameters.referenceDistance
Added AVAudioEnvironmentDistanceAttenuationParameters.rolloffFactor
Added AVAudioEnvironmentNode
Added AVAudioEnvironmentNode.applicableRenderingAlgorithms() -> [AnyObject]!
Added AVAudioEnvironmentNode.distanceAttenuationParameters
Added AVAudioEnvironmentNode.listenerAngularOrientation
Added AVAudioEnvironmentNode.listenerPosition
Added AVAudioEnvironmentNode.listenerVectorOrientation
Added AVAudioEnvironmentNode.nextAvailableInputBus
Added AVAudioEnvironmentNode.outputVolume
Added AVAudioEnvironmentNode.reverbParameters
Added AVAudioEnvironmentReverbParameters
Added AVAudioEnvironmentReverbParameters.enable
Added AVAudioEnvironmentReverbParameters.filterParameters
Added AVAudioEnvironmentReverbParameters.level
Added AVAudioEnvironmentReverbParameters.loadFactoryReverbPreset(AVAudioUnitReverbPreset)
Added AVAudioFile
Added AVAudioFile.fileFormat
Added AVAudioFile.init(forReading: NSURL!, commonFormat: AVAudioCommonFormat, interleaved: Bool, error: NSErrorPointer)
Added AVAudioFile.init(forReading: NSURL!, error: NSErrorPointer)
Added AVAudioFile.init(forWriting: NSURL!, settings:[NSObject: AnyObject]!, commonFormat: AVAudioCommonFormat, interleaved: Bool, error: NSErrorPointer)
Added AVAudioFile.init(forWriting: NSURL!, settings:[NSObject: AnyObject]!, error: NSErrorPointer)
Added AVAudioFile.framePosition
Added AVAudioFile.length
Added AVAudioFile.processingFormat
Added AVAudioFile.readIntoBuffer(AVAudioPCMBuffer!, error: NSErrorPointer) -> Bool
Added AVAudioFile.readIntoBuffer(AVAudioPCMBuffer!, frameCount: AVAudioFrameCount, error: NSErrorPointer) -> Bool
Added AVAudioFile.url
Added AVAudioFile.writeFromBuffer(AVAudioPCMBuffer!, error: NSErrorPointer) -> Bool
Added AVAudioFormat
Added AVAudioFormat.channelCount
Added AVAudioFormat.channelLayout
Added AVAudioFormat.commonFormat
Added AVAudioFormat.init(commonFormat: AVAudioCommonFormat, sampleRate: Double, channels: AVAudioChannelCount, interleaved: Bool)
Added AVAudioFormat.init(commonFormat: AVAudioCommonFormat, sampleRate: Double, interleaved: Bool, channelLayout: AVAudioChannelLayout!)
Added AVAudioFormat.interleaved
Added AVAudioFormat.isEqual(AnyObject!) -> Bool
Added AVAudioFormat.sampleRate
Added AVAudioFormat.settings
Added AVAudioFormat.init(settings: [NSObject: AnyObject]!)
Added AVAudioFormat.standard
Added AVAudioFormat.init(standardFormatWithSampleRate: Double, channelLayout: AVAudioChannelLayout!)
Added AVAudioFormat.init(standardFormatWithSampleRate: Double, channels: AVAudioChannelCount)
Added AVAudioFormat.streamDescription
Added AVAudioFormat.init(streamDescription: UnsafePointer<AudioStreamBasicDescription>)
Added AVAudioFormat.init(streamDescription: UnsafePointer<AudioStreamBasicDescription>, channelLayout: AVAudioChannelLayout!)
Added AVAudioIONode
Added AVAudioIONode.audioUnit
Added AVAudioIONode.presentationLatency
Added AVAudioInputNode
Added AVAudioMix
Added AVAudioMix.inputParameters
Added AVAudioMixInputParameters
Added AVAudioMixInputParameters.audioTapProcessor
Added AVAudioMixInputParameters.audioTimePitchAlgorithm
Added AVAudioMixInputParameters.getVolumeRampForTime(CMTime, startVolume: UnsafeMutablePointer<Float>, endVolume: UnsafeMutablePointer<Float>, timeRange: UnsafeMutablePointer<CMTimeRange>) -> Bool
Added AVAudioMixInputParameters.trackID
Added AVAudioMixerNode
Added AVAudioMixerNode.nextAvailableInputBus
Added AVAudioMixerNode.outputVolume
Added AVAudioMixing
Added AVAudioMixing.volume
Added AVAudioNode
Added AVAudioNode.engine
Added AVAudioNode.inputFormatForBus(AVAudioNodeBus) -> AVAudioFormat!
Added AVAudioNode.installTapOnBus(AVAudioNodeBus, bufferSize: AVAudioFrameCount, format: AVAudioFormat!, block: AVAudioNodeTapBlock!)
Added AVAudioNode.lastRenderTime
Added AVAudioNode.nameForInputBus(AVAudioNodeBus) -> String!
Added AVAudioNode.nameForOutputBus(AVAudioNodeBus) -> String!
Added AVAudioNode.numberOfInputs
Added AVAudioNode.numberOfOutputs
Added AVAudioNode.outputFormatForBus(AVAudioNodeBus) -> AVAudioFormat!
Added AVAudioNode.removeTapOnBus(AVAudioNodeBus)
Added AVAudioNode.reset()
Added AVAudioOutputNode
Added AVAudioPCMBuffer
Added AVAudioPCMBuffer.init(PCMFormat: AVAudioFormat!, frameCapacity: AVAudioFrameCount)
Added AVAudioPCMBuffer.floatChannelData
Added AVAudioPCMBuffer.frameCapacity
Added AVAudioPCMBuffer.frameLength
Added AVAudioPCMBuffer.int16ChannelData
Added AVAudioPCMBuffer.int32ChannelData
Added AVAudioPCMBuffer.stride
Added AVAudioPlayer
Added AVAudioPlayer.averagePowerForChannel(Int) -> Float
Added AVAudioPlayer.init(contentsOfURL: NSURL!, error: NSErrorPointer)
Added AVAudioPlayer.init(contentsOfURL: NSURL!, fileTypeHint: String!, error: NSErrorPointer)
Added AVAudioPlayer.currentTime
Added AVAudioPlayer.data
Added AVAudioPlayer.init(data: NSData!, error: NSErrorPointer)
Added AVAudioPlayer.init(data: NSData!, fileTypeHint: String!, error: NSErrorPointer)
Added AVAudioPlayer.delegate
Added AVAudioPlayer.deviceCurrentTime
Added AVAudioPlayer.duration
Added AVAudioPlayer.enableRate
Added AVAudioPlayer.meteringEnabled
Added AVAudioPlayer.numberOfChannels
Added AVAudioPlayer.numberOfLoops
Added AVAudioPlayer.pan
Added AVAudioPlayer.pause()
Added AVAudioPlayer.peakPowerForChannel(Int) -> Float
Added AVAudioPlayer.play() -> Bool
Added AVAudioPlayer.playAtTime(NSTimeInterval) -> Bool
Added AVAudioPlayer.playing
Added AVAudioPlayer.prepareToPlay() -> Bool
Added AVAudioPlayer.rate
Added AVAudioPlayer.settings
Added AVAudioPlayer.stop()
Added AVAudioPlayer.updateMeters()
Added AVAudioPlayer.url
Added AVAudioPlayer.volume
Added AVAudioPlayerDelegate
Added AVAudioPlayerDelegate.audioPlayerDecodeErrorDidOccur(AVAudioPlayer!, error: NSError!)
Added AVAudioPlayerDelegate.audioPlayerDidFinishPlaying(AVAudioPlayer!, successfully: Bool)
Added AVAudioPlayerNode
Added AVAudioPlayerNode.nodeTimeForPlayerTime(AVAudioTime!) -> AVAudioTime!
Added AVAudioPlayerNode.pause()
Added AVAudioPlayerNode.play()
Added AVAudioPlayerNode.playAtTime(AVAudioTime!)
Added AVAudioPlayerNode.playerTimeForNodeTime(AVAudioTime!) -> AVAudioTime!
Added AVAudioPlayerNode.playing
Added AVAudioPlayerNode.prepareWithFrameCount(AVAudioFrameCount)
Added AVAudioPlayerNode.scheduleBuffer(AVAudioPCMBuffer!, atTime: AVAudioTime!, options: AVAudioPlayerNodeBufferOptions, completionHandler: AVAudioNodeCompletionHandler!)
Added AVAudioPlayerNode.scheduleBuffer(AVAudioPCMBuffer!, completionHandler: AVAudioNodeCompletionHandler!)
Added AVAudioPlayerNode.scheduleFile(AVAudioFile!, atTime: AVAudioTime!, completionHandler: AVAudioNodeCompletionHandler!)
Added AVAudioPlayerNode.scheduleSegment(AVAudioFile!, startingFrame: AVAudioFramePosition, frameCount: AVAudioFrameCount, atTime: AVAudioTime!, completionHandler: AVAudioNodeCompletionHandler!)
Added AVAudioPlayerNode.stop()
Added AVAudioPlayerNodeBufferOptions [struct]
Added AVAudioPlayerNodeBufferOptions.Interrupts
Added AVAudioPlayerNodeBufferOptions.InterruptsAtLoop
Added AVAudioPlayerNodeBufferOptions.Loops
Added AVAudioPlayerNodeBufferOptions.init(_: UInt)
Added AVAudioPlayerNodeBufferOptions.init(rawValue: UInt)
Added AVAudioQuality [enum]
Added AVAudioQuality.High
Added AVAudioQuality.Low
Added AVAudioQuality.Max
Added AVAudioQuality.Medium
Added AVAudioQuality.Min
Added AVAudioRecorder
Added AVAudioRecorder.init(URL: NSURL!, settings:[NSObject: AnyObject]!, error: NSErrorPointer)
Added AVAudioRecorder.averagePowerForChannel(Int) -> Float
Added AVAudioRecorder.currentTime
Added AVAudioRecorder.delegate
Added AVAudioRecorder.deleteRecording() -> Bool
Added AVAudioRecorder.meteringEnabled
Added AVAudioRecorder.pause()
Added AVAudioRecorder.peakPowerForChannel(Int) -> Float
Added AVAudioRecorder.prepareToRecord() -> Bool
Added AVAudioRecorder.record() -> Bool
Added AVAudioRecorder.recordForDuration(NSTimeInterval) -> Bool
Added AVAudioRecorder.recording
Added AVAudioRecorder.settings
Added AVAudioRecorder.stop()
Added AVAudioRecorder.updateMeters()
Added AVAudioRecorder.url
Added AVAudioRecorderDelegate
Added AVAudioRecorderDelegate.audioRecorderDidFinishRecording(AVAudioRecorder!, successfully: Bool)
Added AVAudioRecorderDelegate.audioRecorderEncodeErrorDidOccur(AVAudioRecorder!, error: NSError!)
Added AVAudioStereoMixing
Added AVAudioStereoMixing.pan
Added AVAudioTime
Added AVAudioTime.audioTimeStamp
Added AVAudioTime.init(audioTimeStamp: UnsafePointer<AudioTimeStamp>, sampleRate: Double)
Added AVAudioTime.extrapolateTimeFromAnchor(AVAudioTime!) -> AVAudioTime!
Added AVAudioTime.hostTime
Added AVAudioTime.init(hostTime: UInt64)
Added AVAudioTime.init(hostTime: UInt64, sampleTime: AVAudioFramePosition, atRate: Double)
Added AVAudioTime.hostTimeForSeconds(NSTimeInterval) -> UInt64 [class]
Added AVAudioTime.hostTimeValid
Added AVAudioTime.sampleRate
Added AVAudioTime.sampleTime
Added AVAudioTime.init(sampleTime: AVAudioFramePosition, atRate: Double)
Added AVAudioTime.sampleTimeValid
Added AVAudioTime.secondsForHostTime(UInt64) -> NSTimeInterval [class]
Added AVAudioUnit
Added AVAudioUnit.audioComponentDescription
Added AVAudioUnit.audioUnit
Added AVAudioUnit.loadAudioUnitPresetAtURL(NSURL!, error: NSErrorPointer) -> Bool
Added AVAudioUnit.manufacturerName
Added AVAudioUnit.name
Added AVAudioUnit.version
Added AVAudioUnitComponent
Added AVAudioUnitComponent.allTagNames
Added AVAudioUnitComponent.audioComponent
Added AVAudioUnitComponent.audioComponentDescription
Added AVAudioUnitComponent.availableArchitectures
Added AVAudioUnitComponent.componentURL
Added AVAudioUnitComponent.configurationDictionary
Added AVAudioUnitComponent.hasCustomView
Added AVAudioUnitComponent.hasMIDIInput
Added AVAudioUnitComponent.hasMIDIOutput
Added AVAudioUnitComponent.iconURL
Added AVAudioUnitComponent.localizedTypeName
Added AVAudioUnitComponent.manufacturerName
Added AVAudioUnitComponent.name
Added AVAudioUnitComponent.passesAUVal
Added AVAudioUnitComponent.sandboxSafe
Added AVAudioUnitComponent.supportsNumberInputChannels(Int, outputChannels: Int) -> Bool
Added AVAudioUnitComponent.typeName
Added AVAudioUnitComponent.userTagNames
Added AVAudioUnitComponent.version
Added AVAudioUnitComponent.versionString
Added AVAudioUnitComponentManager
Added AVAudioUnitComponentManager.componentsMatchingDescription(AudioComponentDescription) -> [AnyObject]!
Added AVAudioUnitComponentManager.componentsMatchingPredicate(NSPredicate!) -> [AnyObject]!
Added AVAudioUnitComponentManager.componentsPassingTest(((AVAudioUnitComponent!, UnsafeMutablePointer<ObjCBool>) -> Bool)!) -> [AnyObject]!
Added AVAudioUnitComponentManager.sharedAudioUnitComponentManager() -> Self! [class]
Added AVAudioUnitComponentManager.standardLocalizedTagNames
Added AVAudioUnitComponentManager.tagNames
Added AVAudioUnitDelay
Added AVAudioUnitDelay.delayTime
Added AVAudioUnitDelay.feedback
Added AVAudioUnitDelay.lowPassCutoff
Added AVAudioUnitDelay.wetDryMix
Added AVAudioUnitDistortion
Added AVAudioUnitDistortion.loadFactoryPreset(AVAudioUnitDistortionPreset)
Added AVAudioUnitDistortion.preGain
Added AVAudioUnitDistortion.wetDryMix
Added AVAudioUnitDistortionPreset [enum]
Added AVAudioUnitDistortionPreset.DrumsBitBrush
Added AVAudioUnitDistortionPreset.DrumsBufferBeats
Added AVAudioUnitDistortionPreset.DrumsLoFi
Added AVAudioUnitDistortionPreset.MultiBrokenSpeaker
Added AVAudioUnitDistortionPreset.MultiCellphoneConcert
Added AVAudioUnitDistortionPreset.MultiDecimated1
Added AVAudioUnitDistortionPreset.MultiDecimated2
Added AVAudioUnitDistortionPreset.MultiDecimated3
Added AVAudioUnitDistortionPreset.MultiDecimated4
Added AVAudioUnitDistortionPreset.MultiDistortedCubed
Added AVAudioUnitDistortionPreset.MultiDistortedFunk
Added AVAudioUnitDistortionPreset.MultiDistortedSquared
Added AVAudioUnitDistortionPreset.MultiEcho1
Added AVAudioUnitDistortionPreset.MultiEcho2
Added AVAudioUnitDistortionPreset.MultiEchoTight1
Added AVAudioUnitDistortionPreset.MultiEchoTight2
Added AVAudioUnitDistortionPreset.MultiEverythingIsBroken
Added AVAudioUnitDistortionPreset.SpeechAlienChatter
Added AVAudioUnitDistortionPreset.SpeechCosmicInterference
Added AVAudioUnitDistortionPreset.SpeechGoldenPi
Added AVAudioUnitDistortionPreset.SpeechRadioTower
Added AVAudioUnitDistortionPreset.SpeechWaves
Added AVAudioUnitEQ
Added AVAudioUnitEQ.bands
Added AVAudioUnitEQ.globalGain
Added AVAudioUnitEQ.init(numberOfBands: Int)
Added AVAudioUnitEQFilterParameters
Added AVAudioUnitEQFilterParameters.bandwidth
Added AVAudioUnitEQFilterParameters.bypass
Added AVAudioUnitEQFilterParameters.filterType
Added AVAudioUnitEQFilterParameters.frequency
Added AVAudioUnitEQFilterParameters.gain
Added AVAudioUnitEQFilterType [enum]
Added AVAudioUnitEQFilterType.BandPass
Added AVAudioUnitEQFilterType.BandStop
Added AVAudioUnitEQFilterType.HighPass
Added AVAudioUnitEQFilterType.HighShelf
Added AVAudioUnitEQFilterType.LowPass
Added AVAudioUnitEQFilterType.LowShelf
Added AVAudioUnitEQFilterType.Parametric
Added AVAudioUnitEQFilterType.ResonantHighPass
Added AVAudioUnitEQFilterType.ResonantHighShelf
Added AVAudioUnitEQFilterType.ResonantLowPass
Added AVAudioUnitEQFilterType.ResonantLowShelf
Added AVAudioUnitEffect
Added AVAudioUnitEffect.init(audioComponentDescription: AudioComponentDescription)
Added AVAudioUnitEffect.bypass
Added AVAudioUnitGenerator
Added AVAudioUnitGenerator.init(audioComponentDescription: AudioComponentDescription)
Added AVAudioUnitGenerator.bypass
Added AVAudioUnitMIDIInstrument
Added AVAudioUnitMIDIInstrument.init(audioComponentDescription: AudioComponentDescription)
Added AVAudioUnitMIDIInstrument.sendController(UInt8, withValue: UInt8, onChannel: UInt8)
Added AVAudioUnitMIDIInstrument.sendMIDIEvent(UInt8, data1: UInt8)
Added AVAudioUnitMIDIInstrument.sendMIDIEvent(UInt8, data1: UInt8, data2: UInt8)
Added AVAudioUnitMIDIInstrument.sendMIDISysExEvent(NSData!)
Added AVAudioUnitMIDIInstrument.sendPitchBend(UInt16, onChannel: UInt8)
Added AVAudioUnitMIDIInstrument.sendPressure(UInt8, onChannel: UInt8)
Added AVAudioUnitMIDIInstrument.sendPressureForKey(UInt8, withValue: UInt8, onChannel: UInt8)
Added AVAudioUnitMIDIInstrument.sendProgramChange(UInt8, bankMSB: UInt8, bankLSB: UInt8, onChannel: UInt8)
Added AVAudioUnitMIDIInstrument.sendProgramChange(UInt8, onChannel: UInt8)
Added AVAudioUnitMIDIInstrument.startNote(UInt8, withVelocity: UInt8, onChannel: UInt8)
Added AVAudioUnitMIDIInstrument.stopNote(UInt8, onChannel: UInt8)
Added AVAudioUnitReverb
Added AVAudioUnitReverb.loadFactoryPreset(AVAudioUnitReverbPreset)
Added AVAudioUnitReverb.wetDryMix
Added AVAudioUnitReverbPreset [enum]
Added AVAudioUnitReverbPreset.Cathedral
Added AVAudioUnitReverbPreset.LargeChamber
Added AVAudioUnitReverbPreset.LargeHall
Added AVAudioUnitReverbPreset.LargeHall2
Added AVAudioUnitReverbPreset.LargeRoom
Added AVAudioUnitReverbPreset.LargeRoom2
Added AVAudioUnitReverbPreset.MediumChamber
Added AVAudioUnitReverbPreset.MediumHall
Added AVAudioUnitReverbPreset.MediumHall2
Added AVAudioUnitReverbPreset.MediumHall3
Added AVAudioUnitReverbPreset.MediumRoom
Added AVAudioUnitReverbPreset.Plate
Added AVAudioUnitReverbPreset.SmallRoom
Added AVAudioUnitSampler
Added AVAudioUnitSampler.globalTuning
Added AVAudioUnitSampler.loadAudioFilesAtURLs([AnyObject]!, error: NSErrorPointer) -> Bool
Added AVAudioUnitSampler.loadInstrumentAtURL(NSURL!, error: NSErrorPointer) -> Bool
Added AVAudioUnitSampler.loadSoundBankInstrumentAtURL(NSURL!, program: UInt8, bankMSB: UInt8, bankLSB: UInt8, error: NSErrorPointer) -> Bool
Added AVAudioUnitSampler.masterGain
Added AVAudioUnitSampler.stereoPan
Added AVAudioUnitTimeEffect
Added AVAudioUnitTimeEffect.init(audioComponentDescription: AudioComponentDescription)
Added AVAudioUnitTimeEffect.bypass
Added AVAudioUnitTimePitch
Added AVAudioUnitTimePitch.overlap
Added AVAudioUnitTimePitch.pitch
Added AVAudioUnitTimePitch.rate
Added AVAudioUnitVarispeed
Added AVAudioUnitVarispeed.rate
Added AVCaptureAudioChannel
Added AVCaptureAudioChannel.averagePowerLevel
Added AVCaptureAudioChannel.enabled
Added AVCaptureAudioChannel.peakHoldLevel
Added AVCaptureAudioChannel.volume
Added AVCaptureAudioDataOutput
Added AVCaptureAudioDataOutput.audioSettings
Added AVCaptureAudioDataOutput.sampleBufferCallbackQueue
Added AVCaptureAudioDataOutput.sampleBufferDelegate
Added AVCaptureAudioDataOutput.setSampleBufferDelegate(AVCaptureAudioDataOutputSampleBufferDelegate!, queue: dispatch_queue_t!)
Added AVCaptureAudioDataOutputSampleBufferDelegate
Added AVCaptureAudioDataOutputSampleBufferDelegate.captureOutput(AVCaptureOutput!, didOutputSampleBuffer: CMSampleBuffer!, fromConnection: AVCaptureConnection!)
Added AVCaptureAudioFileOutput
Added AVCaptureAudioFileOutput.audioSettings
Added AVCaptureAudioFileOutput.availableOutputFileTypes() -> [AnyObject]! [class]
Added AVCaptureAudioFileOutput.metadata
Added AVCaptureAudioFileOutput.startRecordingToOutputFileURL(NSURL!, outputFileType: String!, recordingDelegate: AVCaptureFileOutputRecordingDelegate!)
Added AVCaptureAudioPreviewOutput
Added AVCaptureAudioPreviewOutput.outputDeviceUniqueID
Added AVCaptureAudioPreviewOutput.volume
Added AVCaptureConnection
Added AVCaptureConnection.active
Added AVCaptureConnection.audioChannels
Added AVCaptureConnection.automaticallyAdjustsVideoMirroring
Added AVCaptureConnection.enabled
Added AVCaptureConnection.init(inputPort: AVCaptureInputPort!, videoPreviewLayer: AVCaptureVideoPreviewLayer!)
Added AVCaptureConnection.inputPorts
Added AVCaptureConnection.init(inputPorts: [AnyObject]!, output: AVCaptureOutput!)
Added AVCaptureConnection.output
Added AVCaptureConnection.supportsVideoFieldMode
Added AVCaptureConnection.supportsVideoMaxFrameDuration
Added AVCaptureConnection.supportsVideoMinFrameDuration
Added AVCaptureConnection.supportsVideoMirroring
Added AVCaptureConnection.supportsVideoOrientation
Added AVCaptureConnection.videoFieldMode
Added AVCaptureConnection.videoMaxFrameDuration
Added AVCaptureConnection.videoMinFrameDuration
Added AVCaptureConnection.videoMirrored
Added AVCaptureConnection.videoOrientation
Added AVCaptureConnection.videoPreviewLayer
Added AVCaptureDevice
Added AVCaptureDevice.activeFormat
Added AVCaptureDevice.activeInputSource
Added AVCaptureDevice.activeVideoMaxFrameDuration
Added AVCaptureDevice.activeVideoMinFrameDuration
Added AVCaptureDevice.adjustingExposure
Added AVCaptureDevice.adjustingFocus
Added AVCaptureDevice.adjustingWhiteBalance
Added AVCaptureDevice.connected
Added AVCaptureDevice.defaultDeviceWithMediaType(String!) -> AVCaptureDevice! [class]
Added AVCaptureDevice.devices() -> [AnyObject]! [class]
Added AVCaptureDevice.devicesWithMediaType(String!) -> [AnyObject]! [class]
Added AVCaptureDevice.exposureMode
Added AVCaptureDevice.exposurePointOfInterest
Added AVCaptureDevice.exposurePointOfInterestSupported
Added AVCaptureDevice.flashMode
Added AVCaptureDevice.focusMode
Added AVCaptureDevice.focusPointOfInterest
Added AVCaptureDevice.focusPointOfInterestSupported
Added AVCaptureDevice.formats
Added AVCaptureDevice.hasFlash
Added AVCaptureDevice.hasMediaType(String!) -> Bool
Added AVCaptureDevice.hasTorch
Added AVCaptureDevice.inUseByAnotherApplication
Added AVCaptureDevice.inputSources
Added AVCaptureDevice.isExposureModeSupported(AVCaptureExposureMode) -> Bool
Added AVCaptureDevice.isFlashModeSupported(AVCaptureFlashMode) -> Bool
Added AVCaptureDevice.isFocusModeSupported(AVCaptureFocusMode) -> Bool
Added AVCaptureDevice.isTorchModeSupported(AVCaptureTorchMode) -> Bool
Added AVCaptureDevice.isWhiteBalanceModeSupported(AVCaptureWhiteBalanceMode) -> Bool
Added AVCaptureDevice.linkedDevices
Added AVCaptureDevice.localizedName
Added AVCaptureDevice.lockForConfiguration(NSErrorPointer) -> Bool
Added AVCaptureDevice.manufacturer
Added AVCaptureDevice.modelID
Added AVCaptureDevice.position
Added AVCaptureDevice.setTransportControlsPlaybackMode(AVCaptureDeviceTransportControlsPlaybackMode, speed: AVCaptureDeviceTransportControlsSpeed)
Added AVCaptureDevice.supportsAVCaptureSessionPreset(String!) -> Bool
Added AVCaptureDevice.suspended
Added AVCaptureDevice.torchMode
Added AVCaptureDevice.transportControlsPlaybackMode
Added AVCaptureDevice.transportControlsSpeed
Added AVCaptureDevice.transportControlsSupported
Added AVCaptureDevice.transportType
Added AVCaptureDevice.uniqueID
Added AVCaptureDevice.init(uniqueID: String!)
Added AVCaptureDevice.unlockForConfiguration()
Added AVCaptureDevice.whiteBalanceMode
Added AVCaptureDeviceFormat
Added AVCaptureDeviceFormat.formatDescription
Added AVCaptureDeviceFormat.mediaType
Added AVCaptureDeviceFormat.videoSupportedFrameRateRanges
Added AVCaptureDeviceInput
Added AVCaptureDeviceInput.device
Added AVCaptureDeviceInput.init(device: AVCaptureDevice!, error: NSErrorPointer)
Added AVCaptureDeviceInput.deviceInputWithDevice(AVCaptureDevice!, error: NSErrorPointer) -> AnyObject! [class]
Added AVCaptureDeviceInputSource
Added AVCaptureDeviceInputSource.inputSourceID
Added AVCaptureDeviceInputSource.localizedName
Added AVCaptureDevicePosition [enum]
Added AVCaptureDevicePosition.Back
Added AVCaptureDevicePosition.Front
Added AVCaptureDevicePosition.Unspecified
Added AVCaptureDeviceTransportControlsPlaybackMode [enum]
Added AVCaptureDeviceTransportControlsPlaybackMode.NotPlayingMode
Added AVCaptureDeviceTransportControlsPlaybackMode.PlayingMode
Added AVCaptureExposureMode [enum]
Added AVCaptureExposureMode.AutoExpose
Added AVCaptureExposureMode.ContinuousAutoExposure
Added AVCaptureExposureMode.Locked
Added AVCaptureFileOutput
Added AVCaptureFileOutput.delegate
Added AVCaptureFileOutput.maxRecordedDuration
Added AVCaptureFileOutput.maxRecordedFileSize
Added AVCaptureFileOutput.minFreeDiskSpaceLimit
Added AVCaptureFileOutput.outputFileURL
Added AVCaptureFileOutput.pauseRecording()
Added AVCaptureFileOutput.recordedDuration
Added AVCaptureFileOutput.recordedFileSize
Added AVCaptureFileOutput.recording
Added AVCaptureFileOutput.recordingPaused
Added AVCaptureFileOutput.resumeRecording()
Added AVCaptureFileOutput.startRecordingToOutputFileURL(NSURL!, recordingDelegate: AVCaptureFileOutputRecordingDelegate!)
Added AVCaptureFileOutput.stopRecording()
Added AVCaptureFileOutputDelegate
Added AVCaptureFileOutputDelegate.captureOutput(AVCaptureFileOutput!, didOutputSampleBuffer: CMSampleBuffer!, fromConnection: AVCaptureConnection!)
Added AVCaptureFileOutputDelegate.captureOutputShouldProvideSampleAccurateRecordingStart(AVCaptureOutput!) -> Bool
Added AVCaptureFileOutputRecordingDelegate
Added AVCaptureFileOutputRecordingDelegate.captureOutput(AVCaptureFileOutput!, didFinishRecordingToOutputFileAtURL: NSURL!, fromConnections:[AnyObject]!, error: NSError!)
Added AVCaptureFileOutputRecordingDelegate.captureOutput(AVCaptureFileOutput!, didPauseRecordingToOutputFileAtURL: NSURL!, fromConnections:[AnyObject]!)
Added AVCaptureFileOutputRecordingDelegate.captureOutput(AVCaptureFileOutput!, didResumeRecordingToOutputFileAtURL: NSURL!, fromConnections:[AnyObject]!)
Added AVCaptureFileOutputRecordingDelegate.captureOutput(AVCaptureFileOutput!, didStartRecordingToOutputFileAtURL: NSURL!, fromConnections:[AnyObject]!)
Added AVCaptureFileOutputRecordingDelegate.captureOutput(AVCaptureFileOutput!, willFinishRecordingToOutputFileAtURL: NSURL!, fromConnections:[AnyObject]!, error: NSError!)
Added AVCaptureFlashMode [enum]
Added AVCaptureFlashMode.Auto
Added AVCaptureFlashMode.Off
Added AVCaptureFlashMode.On
Added AVCaptureFocusMode [enum]
Added AVCaptureFocusMode.AutoFocus
Added AVCaptureFocusMode.ContinuousAutoFocus
Added AVCaptureFocusMode.Locked
Added AVCaptureInput
Added AVCaptureInput.ports
Added AVCaptureInputPort
Added AVCaptureInputPort.clock
Added AVCaptureInputPort.enabled
Added AVCaptureInputPort.formatDescription
Added AVCaptureInputPort.input
Added AVCaptureInputPort.mediaType
Added AVCaptureMetadataOutputObjectsDelegate
Added AVCaptureMetadataOutputObjectsDelegate.captureOutput(AVCaptureOutput!, didOutputMetadataObjects:[AnyObject]!, fromConnection: AVCaptureConnection!)
Added AVCaptureMovieFileOutput
Added AVCaptureMovieFileOutput.metadata
Added AVCaptureMovieFileOutput.movieFragmentInterval
Added AVCaptureMovieFileOutput.outputSettingsForConnection(AVCaptureConnection!) -> [NSObject: AnyObject]!
Added AVCaptureMovieFileOutput.setOutputSettings([NSObject: AnyObject]!, forConnection: AVCaptureConnection!)
Added AVCaptureOutput
Added AVCaptureOutput.connectionWithMediaType(String!) -> AVCaptureConnection!
Added AVCaptureOutput.connections
Added AVCaptureScreenInput
Added AVCaptureScreenInput.capturesCursor
Added AVCaptureScreenInput.capturesMouseClicks
Added AVCaptureScreenInput.cropRect
Added AVCaptureScreenInput.init(displayID: CGDirectDisplayID)
Added AVCaptureScreenInput.minFrameDuration
Added AVCaptureScreenInput.removesDuplicateFrames
Added AVCaptureScreenInput.scaleFactor
Added AVCaptureSession
Added AVCaptureSession.addConnection(AVCaptureConnection!)
Added AVCaptureSession.addInput(AVCaptureInput!)
Added AVCaptureSession.addInputWithNoConnections(AVCaptureInput!)
Added AVCaptureSession.addOutput(AVCaptureOutput!)
Added AVCaptureSession.addOutputWithNoConnections(AVCaptureOutput!)
Added AVCaptureSession.beginConfiguration()
Added AVCaptureSession.canAddConnection(AVCaptureConnection!) -> Bool
Added AVCaptureSession.canAddInput(AVCaptureInput!) -> Bool
Added AVCaptureSession.canAddOutput(AVCaptureOutput!) -> Bool
Added AVCaptureSession.canSetSessionPreset(String!) -> Bool
Added AVCaptureSession.commitConfiguration()
Added AVCaptureSession.inputs
Added AVCaptureSession.masterClock
Added AVCaptureSession.outputs
Added AVCaptureSession.removeConnection(AVCaptureConnection!)
Added AVCaptureSession.removeInput(AVCaptureInput!)
Added AVCaptureSession.removeOutput(AVCaptureOutput!)
Added AVCaptureSession.running
Added AVCaptureSession.sessionPreset
Added AVCaptureSession.startRunning()
Added AVCaptureSession.stopRunning()
Added AVCaptureStillImageOutput
Added AVCaptureStillImageOutput.availableImageDataCVPixelFormatTypes
Added AVCaptureStillImageOutput.availableImageDataCodecTypes
Added AVCaptureStillImageOutput.captureStillImageAsynchronouslyFromConnection(AVCaptureConnection!, completionHandler:((CMSampleBuffer!, NSError!) -> Void)!)
Added AVCaptureStillImageOutput.capturingStillImage
Added AVCaptureStillImageOutput.jpegStillImageNSDataRepresentation(CMSampleBuffer!) -> NSData! [class]
Added AVCaptureStillImageOutput.outputSettings
Added AVCaptureTorchMode [enum]
Added AVCaptureTorchMode.Auto
Added AVCaptureTorchMode.Off
Added AVCaptureTorchMode.On
Added AVCaptureVideoDataOutput
Added AVCaptureVideoDataOutput.alwaysDiscardsLateVideoFrames
Added AVCaptureVideoDataOutput.availableVideoCVPixelFormatTypes
Added AVCaptureVideoDataOutput.availableVideoCodecTypes
Added AVCaptureVideoDataOutput.sampleBufferCallbackQueue
Added AVCaptureVideoDataOutput.sampleBufferDelegate
Added AVCaptureVideoDataOutput.setSampleBufferDelegate(AVCaptureVideoDataOutputSampleBufferDelegate!, queue: dispatch_queue_t!)
Added AVCaptureVideoDataOutput.videoSettings
Added AVCaptureVideoDataOutputSampleBufferDelegate
Added AVCaptureVideoDataOutputSampleBufferDelegate.captureOutput(AVCaptureOutput!, didDropSampleBuffer: CMSampleBuffer!, fromConnection: AVCaptureConnection!)
Added AVCaptureVideoDataOutputSampleBufferDelegate.captureOutput(AVCaptureOutput!, didOutputSampleBuffer: CMSampleBuffer!, fromConnection: AVCaptureConnection!)
Added AVCaptureVideoOrientation [enum]
Added AVCaptureVideoOrientation.LandscapeLeft
Added AVCaptureVideoOrientation.LandscapeRight
Added AVCaptureVideoOrientation.Portrait
Added AVCaptureVideoOrientation.PortraitUpsideDown
Added AVCaptureVideoPreviewLayer
Added AVCaptureVideoPreviewLayer.connection
Added AVCaptureVideoPreviewLayer.layerWithSession(AVCaptureSession!) -> AnyObject! [class]
Added AVCaptureVideoPreviewLayer.layerWithSessionWithNoConnection(AVCaptureSession!) -> AnyObject! [class]
Added AVCaptureVideoPreviewLayer.session
Added AVCaptureVideoPreviewLayer.init(session: AVCaptureSession!)
Added AVCaptureVideoPreviewLayer.init(sessionWithNoConnection: AVCaptureSession!)
Added AVCaptureVideoPreviewLayer.setSessionWithNoConnection(AVCaptureSession!)
Added AVCaptureVideoPreviewLayer.videoGravity
Added AVCaptureWhiteBalanceMode [enum]
Added AVCaptureWhiteBalanceMode.AutoWhiteBalance
Added AVCaptureWhiteBalanceMode.ContinuousAutoWhiteBalance
Added AVCaptureWhiteBalanceMode.Locked
Added AVComposition
Added AVComposition.naturalSize
Added AVComposition.tracks
Added AVCompositionTrack
Added AVCompositionTrack.segments
Added AVCompositionTrackSegment
Added AVCompositionTrackSegment.init(URL: NSURL!, trackID: CMPersistentTrackID, sourceTimeRange: CMTimeRange, targetTimeRange: CMTimeRange)
Added AVCompositionTrackSegment.empty
Added AVCompositionTrackSegment.sourceTrackID
Added AVCompositionTrackSegment.sourceURL
Added AVCompositionTrackSegment.init(timeRange: CMTimeRange)
Added AVContentAuthorizationStatus [enum]
Added AVContentAuthorizationStatus.Busy
Added AVContentAuthorizationStatus.Cancelled
Added AVContentAuthorizationStatus.Completed
Added AVContentAuthorizationStatus.NotAvailable
Added AVContentAuthorizationStatus.NotPossible
Added AVContentAuthorizationStatus.TimedOut
Added AVContentAuthorizationStatus.Unknown
Added AVEdgeWidths [struct]
Added AVEdgeWidths.bottom
Added AVEdgeWidths.left
Added AVEdgeWidths.right
Added AVEdgeWidths.top
Added AVError [enum]
Added AVError.ApplicationIsNotAuthorized
Added AVError.ApplicationIsNotAuthorizedToUseDevice
Added AVError.CompositionTrackSegmentsNotContiguous
Added AVError.ContentIsNotAuthorized
Added AVError.ContentIsProtected
Added AVError.DecodeFailed
Added AVError.DecoderNotFound
Added AVError.DecoderTemporarilyUnavailable
Added AVError.DeviceAlreadyUsedByAnotherSession
Added AVError.DeviceInUseByAnotherApplication
Added AVError.DeviceLockedForConfigurationByAnotherProcess
Added AVError.DeviceNotConnected
Added AVError.DeviceWasDisconnected
Added AVError.DiskFull
Added AVError.DisplayWasDisabled
Added AVError.EncoderNotFound
Added AVError.EncoderTemporarilyUnavailable
Added AVError.ExportFailed
Added AVError.FailedToLoadMediaData
Added AVError.FailedToParse
Added AVError.FileAlreadyExists
Added AVError.FileFailedToParse
Added AVError.FileFormatNotRecognized
Added AVError.FileTypeDoesNotSupportSampleReferences
Added AVError.IncompatibleAsset
Added AVError.InvalidCompositionTrackSegmentDuration
Added AVError.InvalidCompositionTrackSegmentSourceDuration
Added AVError.InvalidCompositionTrackSegmentSourceStartTime
Added AVError.InvalidOutputURLPathExtension
Added AVError.InvalidSourceMedia
Added AVError.InvalidVideoComposition
Added AVError.MaximumDurationReached
Added AVError.MaximumFileSizeReached
Added AVError.MaximumNumberOfSamplesForFileFormatReached
Added AVError.MaximumStillImageCaptureRequestsExceeded
Added AVError.MediaChanged
Added AVError.MediaDiscontinuity
Added AVError.NoDataCaptured
Added AVError.NoImageAtTime
Added AVError.OperationNotSupportedForAsset
Added AVError.OutOfMemory
Added AVError.ReferenceForbiddenByReferencePolicy
Added AVError.ScreenCaptureFailed
Added AVError.ServerIncorrectlyConfigured
Added AVError.SessionConfigurationChanged
Added AVError.SessionNotRunning
Added AVError.TorchLevelUnavailable
Added AVError.UndecodableMediaData
Added AVError.Unknown
Added AVFragmentedMovie
Added AVFragmentedMovie.tracks
Added AVFragmentedMovieMinder
Added AVFragmentedMovieMinder.addFragmentedMovie(AVFragmentedMovie!)
Added AVFragmentedMovieMinder.mindingInterval
Added AVFragmentedMovieMinder.init(movie: AVFragmentedMovie!, mindingInterval: NSTimeInterval)
Added AVFragmentedMovieMinder.movies
Added AVFragmentedMovieMinder.removeFragmentedMovie(AVFragmentedMovie!)
Added AVFragmentedMovieTrack
Added AVFrameRateRange
Added AVFrameRateRange.maxFrameDuration
Added AVFrameRateRange.maxFrameRate
Added AVFrameRateRange.minFrameDuration
Added AVFrameRateRange.minFrameRate
Added AVKeyValueStatus [enum]
Added AVKeyValueStatus.Cancelled
Added AVKeyValueStatus.Failed
Added AVKeyValueStatus.Loaded
Added AVKeyValueStatus.Loading
Added AVKeyValueStatus.Unknown
Added AVMIDIPlayer
Added AVMIDIPlayer.init(contentsOfURL: NSURL!, soundBankURL: NSURL!, error: NSErrorPointer)
Added AVMIDIPlayer.currentPosition
Added AVMIDIPlayer.init(data: NSData!, soundBankURL: NSURL!, error: NSErrorPointer)
Added AVMIDIPlayer.duration
Added AVMIDIPlayer.play(AVMIDIPlayerCompletionHandler!)
Added AVMIDIPlayer.playing
Added AVMIDIPlayer.prepareToPlay()
Added AVMIDIPlayer.rate
Added AVMIDIPlayer.stop()
Added AVMediaSelectionGroup
Added AVMediaSelectionGroup.allowsEmptySelection
Added AVMediaSelectionGroup.defaultOption
Added AVMediaSelectionGroup.mediaSelectionOptionWithPropertyList(AnyObject!) -> AVMediaSelectionOption!
Added AVMediaSelectionGroup.mediaSelectionOptionsFromArray([AnyObject]!, filteredAndSortedAccordingToPreferredLanguages:[AnyObject]!) -> [AnyObject]! [class]
Added AVMediaSelectionGroup.mediaSelectionOptionsFromArray([AnyObject]!, withLocale: NSLocale!) -> [AnyObject]! [class]
Added AVMediaSelectionGroup.mediaSelectionOptionsFromArray([AnyObject]!, withMediaCharacteristics:[AnyObject]!) -> [AnyObject]! [class]
Added AVMediaSelectionGroup.mediaSelectionOptionsFromArray([AnyObject]!, withoutMediaCharacteristics:[AnyObject]!) -> [AnyObject]! [class]
Added AVMediaSelectionGroup.options
Added AVMediaSelectionGroup.playableMediaSelectionOptionsFromArray([AnyObject]!) -> [AnyObject]! [class]
Added AVMediaSelectionOption
Added AVMediaSelectionOption.associatedMediaSelectionOptionInMediaSelectionGroup(AVMediaSelectionGroup!) -> AVMediaSelectionOption!
Added AVMediaSelectionOption.availableMetadataFormats
Added AVMediaSelectionOption.commonMetadata
Added AVMediaSelectionOption.displayName
Added AVMediaSelectionOption.displayNameWithLocale(NSLocale!) -> String!
Added AVMediaSelectionOption.extendedLanguageTag
Added AVMediaSelectionOption.hasMediaCharacteristic(String!) -> Bool
Added AVMediaSelectionOption.locale
Added AVMediaSelectionOption.mediaSubTypes
Added AVMediaSelectionOption.mediaType
Added AVMediaSelectionOption.metadataForFormat(String!) -> [AnyObject]!
Added AVMediaSelectionOption.playable
Added AVMediaSelectionOption.propertyList() -> AnyObject!
Added AVMetadataFaceObject
Added AVMetadataFaceObject.faceID
Added AVMetadataFaceObject.hasRollAngle
Added AVMetadataFaceObject.hasYawAngle
Added AVMetadataFaceObject.rollAngle
Added AVMetadataFaceObject.yawAngle
Added AVMetadataItem
Added AVMetadataItem.commonKey
Added AVMetadataItem.dataType
Added AVMetadataItem.dataValue
Added AVMetadataItem.dateValue
Added AVMetadataItem.duration
Added AVMetadataItem.extendedLanguageTag
Added AVMetadataItem.extraAttributes
Added AVMetadataItem.identifier
Added AVMetadataItem.identifierForKey(AnyObject!, keySpace: String!) -> String! [class]
Added AVMetadataItem.key
Added AVMetadataItem.keyForIdentifier(String!) -> AnyObject! [class]
Added AVMetadataItem.keySpace
Added AVMetadataItem.keySpaceForIdentifier(String!) -> String! [class]
Added AVMetadataItem.loadValuesAsynchronouslyForKeys([AnyObject]!, completionHandler:(() -> Void)!)
Added AVMetadataItem.locale
Added AVMetadataItem.metadataItemsFromArray([AnyObject]!, filteredAndSortedAccordingToPreferredLanguages:[AnyObject]!) -> [AnyObject]! [class]
Added AVMetadataItem.metadataItemsFromArray([AnyObject]!, filteredByIdentifier: String!) -> [AnyObject]! [class]
Added AVMetadataItem.metadataItemsFromArray([AnyObject]!, filteredByMetadataItemFilter: AVMetadataItemFilter!) -> [AnyObject]! [class]
Added AVMetadataItem.metadataItemsFromArray([AnyObject]!, withKey: AnyObject!, keySpace: String!) -> [AnyObject]! [class]
Added AVMetadataItem.metadataItemsFromArray([AnyObject]!, withLocale: NSLocale!) -> [AnyObject]! [class]
Added AVMetadataItem.numberValue
Added AVMetadataItem.statusOfValueForKey(String!, error: NSErrorPointer) -> AVKeyValueStatus
Added AVMetadataItem.stringValue
Added AVMetadataItem.time
Added AVMetadataItem.value
Added AVMetadataItemFilter
Added AVMetadataItemFilter.metadataItemFilterForSharing() -> AVMetadataItemFilter! [class]
Added AVMetadataObject
Added AVMetadataObject.bounds
Added AVMetadataObject.duration
Added AVMetadataObject.time
Added AVMetadataObject.type
Added AVMovie
Added AVMovie.URL
Added AVMovie.init(URL: NSURL!, options:[NSObject: AnyObject]!)
Added AVMovie.canContainMovieFragments
Added AVMovie.movieTypes() -> [AnyObject]! [class]
Added AVMovie.tracks
Added AVMovieTrack
Added AVMutableAudioMix
Added AVMutableAudioMix.inputParameters
Added AVMutableAudioMixInputParameters
Added AVMutableAudioMixInputParameters.audioTapProcessor
Added AVMutableAudioMixInputParameters.audioTimePitchAlgorithm
Added AVMutableAudioMixInputParameters.setVolume(Float, atTime: CMTime)
Added AVMutableAudioMixInputParameters.setVolumeRampFromStartVolume(Float, toEndVolume: Float, timeRange: CMTimeRange)
Added AVMutableAudioMixInputParameters.init(track: AVAssetTrack!)
Added AVMutableAudioMixInputParameters.trackID
Added AVMutableComposition
Added AVMutableComposition.addMutableTrackWithMediaType(String!, preferredTrackID: CMPersistentTrackID) -> AVMutableCompositionTrack!
Added AVMutableComposition.insertEmptyTimeRange(CMTimeRange)
Added AVMutableComposition.insertTimeRange(CMTimeRange, ofAsset: AVAsset!, atTime: CMTime, error: NSErrorPointer) -> Bool
Added AVMutableComposition.mutableTrackCompatibleWithTrack(AVAssetTrack!) -> AVMutableCompositionTrack!
Added AVMutableComposition.naturalSize
Added AVMutableComposition.removeTimeRange(CMTimeRange)
Added AVMutableComposition.removeTrack(AVCompositionTrack!)
Added AVMutableComposition.scaleTimeRange(CMTimeRange, toDuration: CMTime)
Added AVMutableComposition.tracks
Added AVMutableCompositionTrack
Added AVMutableCompositionTrack.extendedLanguageTag
Added AVMutableCompositionTrack.insertEmptyTimeRange(CMTimeRange)
Added AVMutableCompositionTrack.insertTimeRange(CMTimeRange, ofTrack: AVAssetTrack!, atTime: CMTime, error: NSErrorPointer) -> Bool
Added AVMutableCompositionTrack.insertTimeRanges([AnyObject]!, ofTracks:[AnyObject]!, atTime: CMTime, error: NSErrorPointer) -> Bool
Added AVMutableCompositionTrack.languageCode
Added AVMutableCompositionTrack.naturalTimeScale
Added AVMutableCompositionTrack.preferredTransform
Added AVMutableCompositionTrack.preferredVolume
Added AVMutableCompositionTrack.removeTimeRange(CMTimeRange)
Added AVMutableCompositionTrack.scaleTimeRange(CMTimeRange, toDuration: CMTime)
Added AVMutableCompositionTrack.segments
Added AVMutableCompositionTrack.validateTrackSegments([AnyObject]!, error: NSErrorPointer) -> Bool
Added AVMutableMetadataItem
Added AVMutableMetadataItem.dataType
Added AVMutableMetadataItem.duration
Added AVMutableMetadataItem.extendedLanguageTag
Added AVMutableMetadataItem.extraAttributes
Added AVMutableMetadataItem.identifier
Added AVMutableMetadataItem.key
Added AVMutableMetadataItem.keySpace
Added AVMutableMetadataItem.locale
Added AVMutableMetadataItem.time
Added AVMutableMetadataItem.value
Added AVMutableTimedMetadataGroup
Added AVMutableTimedMetadataGroup.items
Added AVMutableTimedMetadataGroup.timeRange
Added AVMutableVideoComposition
Added AVMutableVideoComposition.animationTool
Added AVMutableVideoComposition.customVideoCompositorClass
Added AVMutableVideoComposition.frameDuration
Added AVMutableVideoComposition.instructions
Added AVMutableVideoComposition.init(propertiesOfAsset: AVAsset!)
Added AVMutableVideoComposition.renderSize
Added AVMutableVideoCompositionInstruction
Added AVMutableVideoCompositionInstruction.backgroundColor
Added AVMutableVideoCompositionInstruction.enablePostProcessing
Added AVMutableVideoCompositionInstruction.layerInstructions
Added AVMutableVideoCompositionInstruction.timeRange
Added AVMutableVideoCompositionLayerInstruction
Added AVMutableVideoCompositionLayerInstruction.init(assetTrack: AVAssetTrack!)
Added AVMutableVideoCompositionLayerInstruction.setCropRectangle(CGRect, atTime: CMTime)
Added AVMutableVideoCompositionLayerInstruction.setCropRectangleRampFromStartCropRectangle(CGRect, toEndCropRectangle: CGRect, timeRange: CMTimeRange)
Added AVMutableVideoCompositionLayerInstruction.setOpacity(Float, atTime: CMTime)
Added AVMutableVideoCompositionLayerInstruction.setOpacityRampFromStartOpacity(Float, toEndOpacity: Float, timeRange: CMTimeRange)
Added AVMutableVideoCompositionLayerInstruction.setTransform(CGAffineTransform, atTime: CMTime)
Added AVMutableVideoCompositionLayerInstruction.setTransformRampFromStartTransform(CGAffineTransform, toEndTransform: CGAffineTransform, timeRange: CMTimeRange)
Added AVMutableVideoCompositionLayerInstruction.trackID
Added AVOutputSettingsAssistant
Added AVOutputSettingsAssistant.audioSettings
Added AVOutputSettingsAssistant.availableOutputSettingsPresets() -> [AnyObject]! [class]
Added AVOutputSettingsAssistant.outputFileType
Added AVOutputSettingsAssistant.init(preset: String!)
Added AVOutputSettingsAssistant.sourceAudioFormat
Added AVOutputSettingsAssistant.sourceVideoAverageFrameDuration
Added AVOutputSettingsAssistant.sourceVideoFormat
Added AVOutputSettingsAssistant.sourceVideoMinFrameDuration
Added AVOutputSettingsAssistant.videoSettings
Added AVPixelAspectRatio [struct]
Added AVPixelAspectRatio.horizontalSpacing
Added AVPixelAspectRatio.verticalSpacing
Added AVPlayer
Added AVPlayer.init(URL: NSURL!)
Added AVPlayer.actionAtItemEnd
Added AVPlayer.addBoundaryTimeObserverForTimes([AnyObject]!, queue: dispatch_queue_t!, usingBlock:(() -> Void)!) -> AnyObject!
Added AVPlayer.addPeriodicTimeObserverForInterval(CMTime, queue: dispatch_queue_t!, usingBlock:((CMTime) -> Void)!) -> AnyObject!
Added AVPlayer.appliesMediaSelectionCriteriaAutomatically
Added AVPlayer.audioOutputDeviceUniqueID
Added AVPlayer.cancelPendingPrerolls()
Added AVPlayer.closedCaptionDisplayEnabled
Added AVPlayer.currentItem
Added AVPlayer.currentTime() -> CMTime
Added AVPlayer.error
Added AVPlayer.masterClock
Added AVPlayer.mediaSelectionCriteriaForMediaCharacteristic(String!) -> AVPlayerMediaSelectionCriteria!
Added AVPlayer.muted
Added AVPlayer.pause()
Added AVPlayer.play()
Added AVPlayer.init(playerItem: AVPlayerItem!)
Added AVPlayer.playerWithPlayerItem(AVPlayerItem!) -> AnyObject! [class]
Added AVPlayer.playerWithURL(NSURL!) -> AnyObject! [class]
Added AVPlayer.prerollAtRate(Float, completionHandler:((Bool) -> Void)!)
Added AVPlayer.rate
Added AVPlayer.removeTimeObserver(AnyObject!)
Added AVPlayer.replaceCurrentItemWithPlayerItem(AVPlayerItem!)
Added AVPlayer.seekToDate(NSDate!)
Added AVPlayer.seekToDate(NSDate!, completionHandler:((Bool) -> Void)!)
Added AVPlayer.seekToTime(CMTime)
Added AVPlayer.seekToTime(CMTime, completionHandler:((Bool) -> Void)!)
Added AVPlayer.seekToTime(CMTime, toleranceBefore: CMTime, toleranceAfter: CMTime)
Added AVPlayer.seekToTime(CMTime, toleranceBefore: CMTime, toleranceAfter: CMTime, completionHandler:((Bool) -> Void)!)
Added AVPlayer.setMediaSelectionCriteria(AVPlayerMediaSelectionCriteria!, forMediaCharacteristic: String!)
Added AVPlayer.setRate(Float, time: CMTime, atHostTime: CMTime)
Added AVPlayer.status
Added AVPlayer.volume
Added AVPlayerActionAtItemEnd [enum]
Added AVPlayerActionAtItemEnd.Advance
Added AVPlayerActionAtItemEnd.None
Added AVPlayerActionAtItemEnd.Pause
Added AVPlayerItem
Added AVPlayerItem.init(URL: NSURL!)
Added AVPlayerItem.accessLog() -> AVPlayerItemAccessLog!
Added AVPlayerItem.addOutput(AVPlayerItemOutput!)
Added AVPlayerItem.applicationAuthorizedForPlayback
Added AVPlayerItem.asset
Added AVPlayerItem.init(asset: AVAsset!)
Added AVPlayerItem.init(asset: AVAsset!, automaticallyLoadedAssetKeys:[AnyObject]!)
Added AVPlayerItem.audioMix
Added AVPlayerItem.audioTimePitchAlgorithm
Added AVPlayerItem.authorizationRequiredForPlayback
Added AVPlayerItem.automaticallyLoadedAssetKeys
Added AVPlayerItem.canPlayFastForward
Added AVPlayerItem.canPlayFastReverse
Added AVPlayerItem.canPlayReverse
Added AVPlayerItem.canPlaySlowForward
Added AVPlayerItem.canPlaySlowReverse
Added AVPlayerItem.canStepBackward
Added AVPlayerItem.canStepForward
Added AVPlayerItem.cancelContentAuthorizationRequest()
Added AVPlayerItem.cancelPendingSeeks()
Added AVPlayerItem.contentAuthorizationRequestStatus
Added AVPlayerItem.contentAuthorizedForPlayback
Added AVPlayerItem.currentDate() -> NSDate!
Added AVPlayerItem.currentTime() -> CMTime
Added AVPlayerItem.customVideoCompositor
Added AVPlayerItem.duration
Added AVPlayerItem.error
Added AVPlayerItem.errorLog() -> AVPlayerItemErrorLog!
Added AVPlayerItem.forwardPlaybackEndTime
Added AVPlayerItem.loadedTimeRanges
Added AVPlayerItem.outputs
Added AVPlayerItem.playbackBufferEmpty
Added AVPlayerItem.playbackBufferFull
Added AVPlayerItem.playbackLikelyToKeepUp
Added AVPlayerItem.preferredPeakBitRate
Added AVPlayerItem.presentationSize
Added AVPlayerItem.removeOutput(AVPlayerItemOutput!)
Added AVPlayerItem.requestContentAuthorizationAsynchronouslyWithTimeoutInterval(NSTimeInterval, completionHandler:(() -> Void)!)
Added AVPlayerItem.reversePlaybackEndTime
Added AVPlayerItem.seekToDate(NSDate!) -> Bool
Added AVPlayerItem.seekToDate(NSDate!, completionHandler:((Bool) -> Void)!) -> Bool
Added AVPlayerItem.seekToTime(CMTime)
Added AVPlayerItem.seekToTime(CMTime, completionHandler:((Bool) -> Void)!)
Added AVPlayerItem.seekToTime(CMTime, toleranceBefore: CMTime, toleranceAfter: CMTime)
Added AVPlayerItem.seekToTime(CMTime, toleranceBefore: CMTime, toleranceAfter: CMTime, completionHandler:((Bool) -> Void)!)
Added AVPlayerItem.seekableTimeRanges
Added AVPlayerItem.seekingWaitsForVideoCompositionRendering
Added AVPlayerItem.selectMediaOption(AVMediaSelectionOption!, inMediaSelectionGroup: AVMediaSelectionGroup!)
Added AVPlayerItem.selectMediaOptionAutomaticallyInMediaSelectionGroup(AVMediaSelectionGroup!)
Added AVPlayerItem.selectedMediaOptionInMediaSelectionGroup(AVMediaSelectionGroup!) -> AVMediaSelectionOption!
Added AVPlayerItem.status
Added AVPlayerItem.stepByCount(Int)
Added AVPlayerItem.textStyleRules
Added AVPlayerItem.timebase
Added AVPlayerItem.timedMetadata
Added AVPlayerItem.tracks
Added AVPlayerItem.videoComposition
Added AVPlayerItemAccessLog
Added AVPlayerItemAccessLog.events
Added AVPlayerItemAccessLog.extendedLogData() -> NSData!
Added AVPlayerItemAccessLog.extendedLogDataStringEncoding
Added AVPlayerItemAccessLogEvent
Added AVPlayerItemAccessLogEvent.URI
Added AVPlayerItemAccessLogEvent.downloadOverdue
Added AVPlayerItemAccessLogEvent.durationWatched
Added AVPlayerItemAccessLogEvent.indicatedBitrate
Added AVPlayerItemAccessLogEvent.mediaRequestsWWAN
Added AVPlayerItemAccessLogEvent.numberOfBytesTransferred
Added AVPlayerItemAccessLogEvent.numberOfDroppedVideoFrames
Added AVPlayerItemAccessLogEvent.numberOfMediaRequests
Added AVPlayerItemAccessLogEvent.numberOfServerAddressChanges
Added AVPlayerItemAccessLogEvent.numberOfStalls
Added AVPlayerItemAccessLogEvent.observedBitrate
Added AVPlayerItemAccessLogEvent.observedBitrateStandardDeviation
Added AVPlayerItemAccessLogEvent.observedMaxBitrate
Added AVPlayerItemAccessLogEvent.observedMinBitrate
Added AVPlayerItemAccessLogEvent.playbackSessionID
Added AVPlayerItemAccessLogEvent.playbackStartDate
Added AVPlayerItemAccessLogEvent.playbackStartOffset
Added AVPlayerItemAccessLogEvent.playbackType
Added AVPlayerItemAccessLogEvent.segmentsDownloadedDuration
Added AVPlayerItemAccessLogEvent.serverAddress
Added AVPlayerItemAccessLogEvent.startupTime
Added AVPlayerItemAccessLogEvent.switchBitrate
Added AVPlayerItemAccessLogEvent.transferDuration
Added AVPlayerItemErrorLog
Added AVPlayerItemErrorLog.events
Added AVPlayerItemErrorLog.extendedLogData() -> NSData!
Added AVPlayerItemErrorLog.extendedLogDataStringEncoding
Added AVPlayerItemErrorLogEvent
Added AVPlayerItemErrorLogEvent.URI
Added AVPlayerItemErrorLogEvent.date
Added AVPlayerItemErrorLogEvent.errorComment
Added AVPlayerItemErrorLogEvent.errorDomain
Added AVPlayerItemErrorLogEvent.errorStatusCode
Added AVPlayerItemErrorLogEvent.playbackSessionID
Added AVPlayerItemErrorLogEvent.serverAddress
Added AVPlayerItemLegibleOutput
Added AVPlayerItemLegibleOutput.advanceIntervalForDelegateInvocation
Added AVPlayerItemLegibleOutput.delegate
Added AVPlayerItemLegibleOutput.delegateQueue
Added AVPlayerItemLegibleOutput.init(mediaSubtypesForNativeRepresentation: [AnyObject]!)
Added AVPlayerItemLegibleOutput.setDelegate(AVPlayerItemLegibleOutputPushDelegate!, queue: dispatch_queue_t!)
Added AVPlayerItemLegibleOutput.textStylingResolution
Added AVPlayerItemLegibleOutputPushDelegate
Added AVPlayerItemLegibleOutputPushDelegate.legibleOutput(AVPlayerItemLegibleOutput!, didOutputAttributedStrings:[AnyObject]!, nativeSampleBuffers:[AnyObject]!, forItemTime: CMTime)
Added AVPlayerItemMetadataOutput
Added AVPlayerItemMetadataOutput.advanceIntervalForDelegateInvocation
Added AVPlayerItemMetadataOutput.delegate
Added AVPlayerItemMetadataOutput.delegateQueue
Added AVPlayerItemMetadataOutput.init(identifiers: [AnyObject]!)
Added AVPlayerItemMetadataOutput.setDelegate(AVPlayerItemMetadataOutputPushDelegate!, queue: dispatch_queue_t!)
Added AVPlayerItemMetadataOutputPushDelegate
Added AVPlayerItemMetadataOutputPushDelegate.metadataOutput(AVPlayerItemMetadataOutput!, didOutputTimedMetadataGroups:[AnyObject]!, fromPlayerItemTrack: AVPlayerItemTrack!)
Added AVPlayerItemOutput
Added AVPlayerItemOutput.itemTimeForCVTimeStamp(CVTimeStamp) -> CMTime
Added AVPlayerItemOutput.itemTimeForHostTime(CFTimeInterval) -> CMTime
Added AVPlayerItemOutput.itemTimeForMachAbsoluteTime(Int64) -> CMTime
Added AVPlayerItemOutput.suppressesPlayerRendering
Added AVPlayerItemOutputPullDelegate
Added AVPlayerItemOutputPullDelegate.outputMediaDataWillChange(AVPlayerItemOutput!)
Added AVPlayerItemOutputPullDelegate.outputSequenceWasFlushed(AVPlayerItemOutput!)
Added AVPlayerItemOutputPushDelegate
Added AVPlayerItemOutputPushDelegate.outputSequenceWasFlushed(AVPlayerItemOutput!)
Added AVPlayerItemStatus [enum]
Added AVPlayerItemStatus.Failed
Added AVPlayerItemStatus.ReadyToPlay
Added AVPlayerItemStatus.Unknown
Added AVPlayerItemTrack
Added AVPlayerItemTrack.assetTrack
Added AVPlayerItemTrack.currentVideoFrameRate
Added AVPlayerItemTrack.enabled
Added AVPlayerItemTrack.videoFieldMode
Added AVPlayerItemVideoOutput
Added AVPlayerItemVideoOutput.copyPixelBufferForItemTime(CMTime, itemTimeForDisplay: UnsafeMutablePointer<CMTime>) -> CVPixelBuffer!
Added AVPlayerItemVideoOutput.delegate
Added AVPlayerItemVideoOutput.delegateQueue
Added AVPlayerItemVideoOutput.hasNewPixelBufferForItemTime(CMTime) -> Bool
Added AVPlayerItemVideoOutput.init(pixelBufferAttributes: [NSObject: AnyObject]!)
Added AVPlayerItemVideoOutput.requestNotificationOfMediaDataChangeWithAdvanceInterval(NSTimeInterval)
Added AVPlayerItemVideoOutput.setDelegate(AVPlayerItemOutputPullDelegate!, queue: dispatch_queue_t!)
Added AVPlayerLayer
Added AVPlayerLayer.player
Added AVPlayerLayer.init(player: AVPlayer!)
Added AVPlayerLayer.readyForDisplay
Added AVPlayerLayer.videoGravity
Added AVPlayerLayer.videoRect
Added AVPlayerMediaSelectionCriteria
Added AVPlayerMediaSelectionCriteria.preferredLanguages
Added AVPlayerMediaSelectionCriteria.init(preferredLanguages: [AnyObject]!, preferredMediaCharacteristics:[AnyObject]!)
Added AVPlayerMediaSelectionCriteria.preferredMediaCharacteristics
Added AVPlayerStatus [enum]
Added AVPlayerStatus.Failed
Added AVPlayerStatus.ReadyToPlay
Added AVPlayerStatus.Unknown
Added AVQueuePlayer
Added AVQueuePlayer.advanceToNextItem()
Added AVQueuePlayer.canInsertItem(AVPlayerItem!, afterItem: AVPlayerItem!) -> Bool
Added AVQueuePlayer.insertItem(AVPlayerItem!, afterItem: AVPlayerItem!)
Added AVQueuePlayer.items() -> [AnyObject]!
Added AVQueuePlayer.init(items: [AnyObject]!)
Added AVQueuePlayer.queuePlayerWithItems([AnyObject]!) -> AnyObject! [class]
Added AVQueuePlayer.removeAllItems()
Added AVQueuePlayer.removeItem(AVPlayerItem!)
Added AVQueuedSampleBufferRenderingStatus [enum]
Added AVQueuedSampleBufferRenderingStatus.Failed
Added AVQueuedSampleBufferRenderingStatus.Rendering
Added AVQueuedSampleBufferRenderingStatus.Unknown
Added AVSampleBufferDisplayLayer
Added AVSampleBufferDisplayLayer.controlTimebase
Added AVSampleBufferDisplayLayer.enqueueSampleBuffer(CMSampleBuffer!)
Added AVSampleBufferDisplayLayer.error
Added AVSampleBufferDisplayLayer.flush()
Added AVSampleBufferDisplayLayer.flushAndRemoveImage()
Added AVSampleBufferDisplayLayer.readyForMoreMediaData
Added AVSampleBufferDisplayLayer.requestMediaDataWhenReadyOnQueue(dispatch_queue_t!, usingBlock:(() -> Void)!)
Added AVSampleBufferDisplayLayer.status
Added AVSampleBufferDisplayLayer.stopRequestingMediaData()
Added AVSampleBufferDisplayLayer.videoGravity
Added AVSampleBufferGenerator
Added AVSampleBufferGenerator.init(asset: AVAsset!, timebase: CMTimebase!)
Added AVSampleBufferGenerator.createSampleBufferForRequest(AVSampleBufferRequest!) -> Unmanaged<CMSampleBuffer>!
Added AVSampleBufferGenerator.notifyOfDataReadyForSampleBuffer(CMSampleBuffer!, completionHandler:((Bool, NSError!) -> Void)!) [class]
Added AVSampleBufferRequest
Added AVSampleBufferRequest.direction
Added AVSampleBufferRequest.limitCursor
Added AVSampleBufferRequest.maxSampleCount
Added AVSampleBufferRequest.mode
Added AVSampleBufferRequest.overrideTime
Added AVSampleBufferRequest.preferredMinSampleCount
Added AVSampleBufferRequest.startCursor
Added AVSampleBufferRequest.init(startCursor: AVSampleCursor!)
Added AVSampleBufferRequestDirection [enum]
Added AVSampleBufferRequestDirection.Forward
Added AVSampleBufferRequestDirection.None
Added AVSampleBufferRequestDirection.Reverse
Added AVSampleBufferRequestMode [enum]
Added AVSampleBufferRequestMode.Immediate
Added AVSampleBufferRequestMode.Scheduled
Added AVSampleCursor
Added AVSampleCursor.comparePositionInDecodeOrderWithPositionOfCursor(AVSampleCursor!) -> NSComparisonResult
Added AVSampleCursor.copyCurrentSampleFormatDescription() -> CMFormatDescription!
Added AVSampleCursor.currentChunkInfo
Added AVSampleCursor.currentChunkStorageRange
Added AVSampleCursor.currentChunkStorageURL
Added AVSampleCursor.currentSampleDependencyInfo
Added AVSampleCursor.currentSampleDuration
Added AVSampleCursor.currentSampleIndexInChunk
Added AVSampleCursor.currentSampleStorageRange
Added AVSampleCursor.currentSampleSyncInfo
Added AVSampleCursor.decodeTimeStamp
Added AVSampleCursor.presentationTimeStamp
Added AVSampleCursor.samplesWithEarlierDecodeTimeStampsMayHaveLaterPresentationTimeStampsThanCursor(AVSampleCursor!) -> Bool
Added AVSampleCursor.samplesWithLaterDecodeTimeStampsMayHaveEarlierPresentationTimeStampsThanCursor(AVSampleCursor!) -> Bool
Added AVSampleCursor.stepByDecodeTime(CMTime, wasPinned: UnsafeMutablePointer<ObjCBool>) -> CMTime
Added AVSampleCursor.stepByPresentationTime(CMTime, wasPinned: UnsafeMutablePointer<ObjCBool>) -> CMTime
Added AVSampleCursor.stepInDecodeOrderByCount(Int64) -> Int64
Added AVSampleCursor.stepInPresentationOrderByCount(Int64) -> Int64
Added AVSampleCursorChunkInfo [struct]
Added AVSampleCursorChunkInfo.chunkHasUniformFormatDescriptions
Added AVSampleCursorChunkInfo.chunkHasUniformSampleDurations
Added AVSampleCursorChunkInfo.chunkHasUniformSampleSizes
Added AVSampleCursorChunkInfo.chunkSampleCount
Added AVSampleCursorDependencyInfo [struct]
Added AVSampleCursorDependencyInfo.sampleDependsOnOthers
Added AVSampleCursorDependencyInfo.sampleHasDependentSamples
Added AVSampleCursorDependencyInfo.sampleHasRedundantCoding
Added AVSampleCursorDependencyInfo.sampleIndicatesWhetherItDependsOnOthers
Added AVSampleCursorDependencyInfo.sampleIndicatesWhetherItHasDependentSamples
Added AVSampleCursorDependencyInfo.sampleIndicatesWhetherItHasRedundantCoding
Added AVSampleCursorStorageRange [struct]
Added AVSampleCursorStorageRange.length
Added AVSampleCursorStorageRange.offset
Added AVSampleCursorSyncInfo [struct]
Added AVSampleCursorSyncInfo.sampleIsDroppable
Added AVSampleCursorSyncInfo.sampleIsFullSync
Added AVSampleCursorSyncInfo.sampleIsPartialSync
Added AVSynchronizedLayer
Added AVSynchronizedLayer.playerItem
Added AVSynchronizedLayer.init(playerItem: AVPlayerItem!)
Added AVTextStyleRule
Added AVTextStyleRule.propertyListForTextStyleRules([AnyObject]!) -> AnyObject! [class]
Added AVTextStyleRule.textMarkupAttributes
Added AVTextStyleRule.init(textMarkupAttributes: [NSObject: AnyObject]!)
Added AVTextStyleRule.init(textMarkupAttributes: [NSObject: AnyObject]!, textSelector: String!)
Added AVTextStyleRule.textSelector
Added AVTextStyleRule.textStyleRulesFromPropertyList(AnyObject!) -> [AnyObject]! [class]
Added AVTimedMetadataGroup
Added AVTimedMetadataGroup.copyFormatDescription() -> CMMetadataFormatDescription!
Added AVTimedMetadataGroup.items
Added AVTimedMetadataGroup.init(items: [AnyObject]!, timeRange: CMTimeRange)
Added AVTimedMetadataGroup.init(sampleBuffer: CMSampleBuffer!)
Added AVTimedMetadataGroup.timeRange
Added AVURLAsset
Added AVURLAsset.URL
Added AVURLAsset.init(URL: NSURL!, options:[NSObject: AnyObject]!)
Added AVURLAsset.audiovisualMIMETypes() -> [AnyObject]! [class]
Added AVURLAsset.audiovisualTypes() -> [AnyObject]! [class]
Added AVURLAsset.compatibleTrackForCompositionTrack(AVCompositionTrack!) -> AVAssetTrack!
Added AVURLAsset.isPlayableExtendedMIMEType(String!) -> Bool [class]
Added AVURLAsset.resourceLoader
Added AVVideoCompositing
Added AVVideoCompositing.cancelAllPendingVideoCompositionRequests()
Added AVVideoCompositing.renderContextChanged(AVVideoCompositionRenderContext!)
Added AVVideoCompositing.requiredPixelBufferAttributesForRenderContext
Added AVVideoCompositing.sourcePixelBufferAttributes
Added AVVideoCompositing.startVideoCompositionRequest(AVAsynchronousVideoCompositionRequest!)
Added AVVideoComposition
Added AVVideoComposition.animationTool
Added AVVideoComposition.customVideoCompositorClass
Added AVVideoComposition.frameDuration
Added AVVideoComposition.instructions
Added AVVideoComposition.isValidForAsset(AVAsset!, timeRange: CMTimeRange, validationDelegate: AVVideoCompositionValidationHandling!) -> Bool
Added AVVideoComposition.init(propertiesOfAsset: AVAsset!)
Added AVVideoComposition.renderSize
Added AVVideoCompositionCoreAnimationTool
Added AVVideoCompositionCoreAnimationTool.init(additionalLayer: CALayer!, asTrackID: CMPersistentTrackID)
Added AVVideoCompositionCoreAnimationTool.init(postProcessingAsVideoLayer: CALayer!, inLayer: CALayer!)
Added AVVideoCompositionCoreAnimationTool.init(postProcessingAsVideoLayers: [AnyObject]!, inLayer: CALayer!)
Added AVVideoCompositionInstruction
Added AVVideoCompositionInstruction.backgroundColor
Added AVVideoCompositionInstruction.enablePostProcessing
Added AVVideoCompositionInstruction.layerInstructions
Added AVVideoCompositionInstruction.passthroughTrackID
Added AVVideoCompositionInstruction.requiredSourceTrackIDs
Added AVVideoCompositionInstruction.timeRange
Added AVVideoCompositionInstructionProtocol
Added AVVideoCompositionInstructionProtocol.containsTweening
Added AVVideoCompositionInstructionProtocol.enablePostProcessing
Added AVVideoCompositionInstructionProtocol.passthroughTrackID
Added AVVideoCompositionInstructionProtocol.requiredSourceTrackIDs
Added AVVideoCompositionInstructionProtocol.timeRange
Added AVVideoCompositionLayerInstruction
Added AVVideoCompositionLayerInstruction.getCropRectangleRampForTime(CMTime, startCropRectangle: UnsafeMutablePointer<CGRect>, endCropRectangle: UnsafeMutablePointer<CGRect>, timeRange: UnsafeMutablePointer<CMTimeRange>) -> Bool
Added AVVideoCompositionLayerInstruction.getOpacityRampForTime(CMTime, startOpacity: UnsafeMutablePointer<Float>, endOpacity: UnsafeMutablePointer<Float>, timeRange: UnsafeMutablePointer<CMTimeRange>) -> Bool
Added AVVideoCompositionLayerInstruction.getTransformRampForTime(CMTime, startTransform: UnsafeMutablePointer<CGAffineTransform>, endTransform: UnsafeMutablePointer<CGAffineTransform>, timeRange: UnsafeMutablePointer<CMTimeRange>) -> Bool
Added AVVideoCompositionLayerInstruction.trackID
Added AVVideoCompositionRenderContext
Added AVVideoCompositionRenderContext.edgeWidths
Added AVVideoCompositionRenderContext.highQualityRendering
Added AVVideoCompositionRenderContext.newPixelBuffer() -> Unmanaged<CVPixelBuffer>!
Added AVVideoCompositionRenderContext.pixelAspectRatio
Added AVVideoCompositionRenderContext.renderScale
Added AVVideoCompositionRenderContext.renderTransform
Added AVVideoCompositionRenderContext.size
Added AVVideoCompositionRenderContext.videoComposition
Added AVVideoCompositionValidationHandling
Added AVVideoCompositionValidationHandling.videoComposition(AVVideoComposition!, shouldContinueValidatingAfterFindingEmptyTimeRange: CMTimeRange) -> Bool
Added AVVideoCompositionValidationHandling.videoComposition(AVVideoComposition!, shouldContinueValidatingAfterFindingInvalidTimeRangeInInstruction: AVVideoCompositionInstructionProtocol!) -> Bool
Added AVVideoCompositionValidationHandling.videoComposition(AVVideoComposition!, shouldContinueValidatingAfterFindingInvalidTrackIDInInstruction: AVVideoCompositionInstructionProtocol!, layerInstruction: AVVideoCompositionLayerInstruction!, asset: AVAsset!) -> Bool
Added AVVideoCompositionValidationHandling.videoComposition(AVVideoComposition!, shouldContinueValidatingAfterFindingInvalidValueForKey: String!) -> Bool
Added AVVideoFieldMode [enum]
Added AVVideoFieldMode.Both
Added AVVideoFieldMode.BottomOnly
Added AVVideoFieldMode.Deinterlace
Added AVVideoFieldMode.TopOnly
Added NSCoder.decodeCMTimeForKey(String!) -> CMTime
Added NSCoder.decodeCMTimeMappingForKey(String!) -> CMTimeMapping
Added NSCoder.decodeCMTimeRangeForKey(String!) -> CMTimeRange
Added NSCoder.encodeCMTime(CMTime, forKey: String!)
Added NSCoder.encodeCMTimeMapping(CMTimeMapping, forKey: String!)
Added NSCoder.encodeCMTimeRange(CMTimeRange, forKey: String!)
Added NSValue.init(CMTime: CMTime)
Added NSValue.init(CMTimeMapping: CMTimeMapping)
Added NSValue.CMTimeMappingValue
Added NSValue.init(CMTimeRange: CMTimeRange)
Added NSValue.CMTimeRangeValue
Added NSValue.CMTimeValue
Added AVAssetExportPreset1280x720
Added AVAssetExportPreset1920x1080
Added AVAssetExportPreset3840x2160
Added AVAssetExportPreset640x480
Added AVAssetExportPreset960x540
Added AVAssetExportPresetAppleM4A
Added AVAssetExportPresetAppleM4V1080pHD
Added AVAssetExportPresetAppleM4V480pSD
Added AVAssetExportPresetAppleM4V720pHD
Added AVAssetExportPresetAppleM4VAppleTV
Added AVAssetExportPresetAppleM4VCellular
Added AVAssetExportPresetAppleM4VWiFi
Added AVAssetExportPresetAppleM4ViPod
Added AVAssetExportPresetAppleProRes422LPCM
Added AVAssetExportPresetPassthrough
Added AVAssetImageGeneratorApertureModeCleanAperture
Added AVAssetImageGeneratorApertureModeEncodedPixels
Added AVAssetImageGeneratorApertureModeProductionAperture
Added AVAssetImageGeneratorCompletionHandler
Added AVAudio3DVector
Added AVAudioBitRateStrategy_Constant
Added AVAudioBitRateStrategy_LongTermAverage
Added AVAudioBitRateStrategy_Variable
Added AVAudioBitRateStrategy_VariableConstrained
Added AVAudioChannelCount
Added AVAudioEngineConfigurationChangeNotification
Added AVAudioFrameCount
Added AVAudioFramePosition
Added AVAudioMake3DAngularOrientation(Float, Float, Float) -> AVAudio3DAngularOrientation
Added AVAudioMake3DPoint(Float, Float, Float) -> AVAudio3DPoint
Added AVAudioMake3DVector(Float, Float, Float) -> AVAudio3DVector
Added AVAudioMake3DVectorOrientation(AVAudio3DVector, AVAudio3DVector) -> AVAudio3DVectorOrientation
Added AVAudioNodeBus
Added AVAudioNodeCompletionHandler
Added AVAudioNodeTapBlock
Added AVAudioTimePitchAlgorithmSpectral
Added AVAudioTimePitchAlgorithmTimeDomain
Added AVAudioTimePitchAlgorithmVarispeed
Added AVAudioUnitComponentTagsDidChangeNotification
Added AVAudioUnitManufacturerNameApple
Added AVAudioUnitTypeEffect
Added AVAudioUnitTypeFormatConverter
Added AVAudioUnitTypeGenerator
Added AVAudioUnitTypeMIDIProcessor
Added AVAudioUnitTypeMixer
Added AVAudioUnitTypeMusicDevice
Added AVAudioUnitTypeMusicEffect
Added AVAudioUnitTypeOfflineEffect
Added AVAudioUnitTypeOutput
Added AVAudioUnitTypePanner
Added AVCaptureDeviceTransportControlsSpeed
Added AVCaptureDeviceWasConnectedNotification
Added AVCaptureDeviceWasDisconnectedNotification
Added AVCaptureInputPortFormatDescriptionDidChangeNotification
Added AVCaptureMaxAvailableTorchLevel
Added AVCaptureSessionDidStartRunningNotification
Added AVCaptureSessionDidStopRunningNotification
Added AVCaptureSessionErrorKey
Added AVCaptureSessionPreset1280x720
Added AVCaptureSessionPreset320x240
Added AVCaptureSessionPreset352x288
Added AVCaptureSessionPreset640x480
Added AVCaptureSessionPreset960x540
Added AVCaptureSessionPresetHigh
Added AVCaptureSessionPresetLow
Added AVCaptureSessionPresetMedium
Added AVCaptureSessionPresetPhoto
Added AVCaptureSessionPresetiFrame1280x720
Added AVCaptureSessionPresetiFrame960x540
Added AVCaptureSessionRuntimeErrorNotification
Added AVChannelLayoutKey
Added AVCoreAnimationBeginTimeAtZero
Added AVEncoderAudioQualityForVBRKey
Added AVEncoderAudioQualityKey
Added AVEncoderBitDepthHintKey
Added AVEncoderBitRateKey
Added AVEncoderBitRatePerChannelKey
Added AVEncoderBitRateStrategyKey
Added AVErrorDeviceKey
Added AVErrorDiscontinuityFlagsKey
Added AVErrorFileSizeKey
Added AVErrorFileTypeKey
Added AVErrorMediaSubTypeKey
Added AVErrorMediaTypeKey
Added AVErrorPIDKey
Added AVErrorPersistentTrackIDKey
Added AVErrorPresentationTimeStampKey
Added AVErrorRecordingSuccessfullyFinishedKey
Added AVErrorTimeKey
Added AVFileTypeAC3
Added AVFileTypeAIFC
Added AVFileTypeAIFF
Added AVFileTypeAMR
Added AVFileTypeAppleM4A
Added AVFileTypeAppleM4V
Added AVFileTypeCoreAudioFormat
Added AVFileTypeMPEG4
Added AVFileTypeMPEGLayer3
Added AVFileTypeQuickTimeMovie
Added AVFileTypeSunAU
Added AVFileTypeWAVE
Added AVFormatIDKey
Added AVFoundationErrorDomain
Added AVFragmentedMovieDurationDidChangeNotification
Added AVFragmentedMovieTrackSegmentsDidChangeNotification
Added AVFragmentedMovieTrackTimeRangeDidChangeNotification
Added AVFragmentedMovieTrackTotalSampleDataLengthDidChangeNotification
Added AVFragmentedMovieWasDefragmentedNotification
Added AVLayerVideoGravityResize
Added AVLayerVideoGravityResizeAspect
Added AVLayerVideoGravityResizeAspectFill
Added AVLinearPCMBitDepthKey
Added AVLinearPCMIsBigEndianKey
Added AVLinearPCMIsFloatKey
Added AVLinearPCMIsNonInterleaved
Added AVMIDIPlayerCompletionHandler
Added AVMakeRectWithAspectRatioInsideRect(CGSize, CGRect) -> CGRect
Added AVMediaCharacteristicAudible
Added AVMediaCharacteristicContainsOnlyForcedSubtitles
Added AVMediaCharacteristicDescribesMusicAndSoundForAccessibility
Added AVMediaCharacteristicDescribesVideoForAccessibility
Added AVMediaCharacteristicEasyToRead
Added AVMediaCharacteristicFrameBased
Added AVMediaCharacteristicIsAuxiliaryContent
Added AVMediaCharacteristicIsMainProgramContent
Added AVMediaCharacteristicLegible
Added AVMediaCharacteristicTranscribesSpokenDialogForAccessibility
Added AVMediaCharacteristicVisual
Added AVMediaTypeAudio
Added AVMediaTypeClosedCaption
Added AVMediaTypeMetadata
Added AVMediaTypeMuxed
Added AVMediaTypeSubtitle
Added AVMediaTypeText
Added AVMediaTypeTimecode
Added AVMediaTypeVideo
Added AVMetadata3GPUserDataKeyAlbumAndTrack
Added AVMetadata3GPUserDataKeyAuthor
Added AVMetadata3GPUserDataKeyCollection
Added AVMetadata3GPUserDataKeyCopyright
Added AVMetadata3GPUserDataKeyDescription
Added AVMetadata3GPUserDataKeyGenre
Added AVMetadata3GPUserDataKeyKeywordList
Added AVMetadata3GPUserDataKeyLocation
Added AVMetadata3GPUserDataKeyMediaClassification
Added AVMetadata3GPUserDataKeyMediaRating
Added AVMetadata3GPUserDataKeyPerformer
Added AVMetadata3GPUserDataKeyRecordingYear
Added AVMetadata3GPUserDataKeyThumbnail
Added AVMetadata3GPUserDataKeyTitle
Added AVMetadata3GPUserDataKeyUserRating
Added AVMetadataCommonIdentifierAlbumName
Added AVMetadataCommonIdentifierArtist
Added AVMetadataCommonIdentifierArtwork
Added AVMetadataCommonIdentifierAssetIdentifier
Added AVMetadataCommonIdentifierAuthor
Added AVMetadataCommonIdentifierContributor
Added AVMetadataCommonIdentifierCopyrights
Added AVMetadataCommonIdentifierCreationDate
Added AVMetadataCommonIdentifierCreator
Added AVMetadataCommonIdentifierDescription
Added AVMetadataCommonIdentifierFormat
Added AVMetadataCommonIdentifierLanguage
Added AVMetadataCommonIdentifierLastModifiedDate
Added AVMetadataCommonIdentifierLocation
Added AVMetadataCommonIdentifierMake
Added AVMetadataCommonIdentifierModel
Added AVMetadataCommonIdentifierPublisher
Added AVMetadataCommonIdentifierRelation
Added AVMetadataCommonIdentifierSoftware
Added AVMetadataCommonIdentifierSource
Added AVMetadataCommonIdentifierSubject
Added AVMetadataCommonIdentifierTitle
Added AVMetadataCommonIdentifierType
Added AVMetadataCommonKeyAlbumName
Added AVMetadataCommonKeyArtist
Added AVMetadataCommonKeyArtwork
Added AVMetadataCommonKeyAuthor
Added AVMetadataCommonKeyContributor
Added AVMetadataCommonKeyCopyrights
Added AVMetadataCommonKeyCreationDate
Added AVMetadataCommonKeyCreator
Added AVMetadataCommonKeyDescription
Added AVMetadataCommonKeyFormat
Added AVMetadataCommonKeyIdentifier
Added AVMetadataCommonKeyLanguage
Added AVMetadataCommonKeyLastModifiedDate
Added AVMetadataCommonKeyLocation
Added AVMetadataCommonKeyMake
Added AVMetadataCommonKeyModel
Added AVMetadataCommonKeyPublisher
Added AVMetadataCommonKeyRelation
Added AVMetadataCommonKeySoftware
Added AVMetadataCommonKeySource
Added AVMetadataCommonKeySubject
Added AVMetadataCommonKeyTitle
Added AVMetadataCommonKeyType
Added AVMetadataExtraAttributeBaseURIKey
Added AVMetadataExtraAttributeValueURIKey
Added AVMetadataFormatHLSMetadata
Added AVMetadataFormatID3Metadata
Added AVMetadataFormatISOUserData
Added AVMetadataFormatQuickTimeMetadata
Added AVMetadataFormatQuickTimeUserData
Added AVMetadataFormatiTunesMetadata
Added AVMetadataID3MetadataKeyAlbumSortOrder
Added AVMetadataID3MetadataKeyAlbumTitle
Added AVMetadataID3MetadataKeyAttachedPicture
Added AVMetadataID3MetadataKeyAudioEncryption
Added AVMetadataID3MetadataKeyAudioSeekPointIndex
Added AVMetadataID3MetadataKeyBand
Added AVMetadataID3MetadataKeyBeatsPerMinute
Added AVMetadataID3MetadataKeyComments
Added AVMetadataID3MetadataKeyCommercialInformation
Added AVMetadataID3MetadataKeyCommerical
Added AVMetadataID3MetadataKeyComposer
Added AVMetadataID3MetadataKeyConductor
Added AVMetadataID3MetadataKeyContentGroupDescription
Added AVMetadataID3MetadataKeyContentType
Added AVMetadataID3MetadataKeyCopyright
Added AVMetadataID3MetadataKeyCopyrightInformation
Added AVMetadataID3MetadataKeyDate
Added AVMetadataID3MetadataKeyEncodedBy
Added AVMetadataID3MetadataKeyEncodedWith
Added AVMetadataID3MetadataKeyEncodingTime
Added AVMetadataID3MetadataKeyEncryption
Added AVMetadataID3MetadataKeyEqualization
Added AVMetadataID3MetadataKeyEqualization2
Added AVMetadataID3MetadataKeyEventTimingCodes
Added AVMetadataID3MetadataKeyFileOwner
Added AVMetadataID3MetadataKeyFileType
Added AVMetadataID3MetadataKeyGeneralEncapsulatedObject
Added AVMetadataID3MetadataKeyGroupIdentifier
Added AVMetadataID3MetadataKeyInitialKey
Added AVMetadataID3MetadataKeyInternationalStandardRecordingCode
Added AVMetadataID3MetadataKeyInternetRadioStationName
Added AVMetadataID3MetadataKeyInternetRadioStationOwner
Added AVMetadataID3MetadataKeyInvolvedPeopleList_v23
Added AVMetadataID3MetadataKeyInvolvedPeopleList_v24
Added AVMetadataID3MetadataKeyLanguage
Added AVMetadataID3MetadataKeyLeadPerformer
Added AVMetadataID3MetadataKeyLength
Added AVMetadataID3MetadataKeyLink
Added AVMetadataID3MetadataKeyLyricist
Added AVMetadataID3MetadataKeyMPEGLocationLookupTable
Added AVMetadataID3MetadataKeyMediaType
Added AVMetadataID3MetadataKeyModifiedBy
Added AVMetadataID3MetadataKeyMood
Added AVMetadataID3MetadataKeyMusicCDIdentifier
Added AVMetadataID3MetadataKeyMusicianCreditsList
Added AVMetadataID3MetadataKeyOfficialArtistWebpage
Added AVMetadataID3MetadataKeyOfficialAudioFileWebpage
Added AVMetadataID3MetadataKeyOfficialAudioSourceWebpage
Added AVMetadataID3MetadataKeyOfficialInternetRadioStationHomepage
Added AVMetadataID3MetadataKeyOfficialPublisherWebpage
Added AVMetadataID3MetadataKeyOriginalAlbumTitle
Added AVMetadataID3MetadataKeyOriginalArtist
Added AVMetadataID3MetadataKeyOriginalFilename
Added AVMetadataID3MetadataKeyOriginalLyricist
Added AVMetadataID3MetadataKeyOriginalReleaseTime
Added AVMetadataID3MetadataKeyOriginalReleaseYear
Added AVMetadataID3MetadataKeyOwnership
Added AVMetadataID3MetadataKeyPartOfASet
Added AVMetadataID3MetadataKeyPayment
Added AVMetadataID3MetadataKeyPerformerSortOrder
Added AVMetadataID3MetadataKeyPlayCounter
Added AVMetadataID3MetadataKeyPlaylistDelay
Added AVMetadataID3MetadataKeyPopularimeter
Added AVMetadataID3MetadataKeyPositionSynchronization
Added AVMetadataID3MetadataKeyPrivate
Added AVMetadataID3MetadataKeyProducedNotice
Added AVMetadataID3MetadataKeyPublisher
Added AVMetadataID3MetadataKeyRecommendedBufferSize
Added AVMetadataID3MetadataKeyRecordingDates
Added AVMetadataID3MetadataKeyRecordingTime
Added AVMetadataID3MetadataKeyRelativeVolumeAdjustment
Added AVMetadataID3MetadataKeyRelativeVolumeAdjustment2
Added AVMetadataID3MetadataKeyReleaseTime
Added AVMetadataID3MetadataKeyReverb
Added AVMetadataID3MetadataKeySeek
Added AVMetadataID3MetadataKeySetSubtitle
Added AVMetadataID3MetadataKeySignature
Added AVMetadataID3MetadataKeySize
Added AVMetadataID3MetadataKeySubTitle
Added AVMetadataID3MetadataKeySynchronizedLyric
Added AVMetadataID3MetadataKeySynchronizedTempoCodes
Added AVMetadataID3MetadataKeyTaggingTime
Added AVMetadataID3MetadataKeyTermsOfUse
Added AVMetadataID3MetadataKeyTime
Added AVMetadataID3MetadataKeyTitleDescription
Added AVMetadataID3MetadataKeyTitleSortOrder
Added AVMetadataID3MetadataKeyTrackNumber
Added AVMetadataID3MetadataKeyUniqueFileIdentifier
Added AVMetadataID3MetadataKeyUnsynchronizedLyric
Added AVMetadataID3MetadataKeyUserText
Added AVMetadataID3MetadataKeyUserURL
Added AVMetadataID3MetadataKeyYear
Added AVMetadataISOUserDataKeyCopyright
Added AVMetadataISOUserDataKeyTaggedCharacteristic
Added AVMetadataIcyMetadataKeyStreamTitle
Added AVMetadataIcyMetadataKeyStreamURL
Added AVMetadataIdentifier3GPUserDataAlbumAndTrack
Added AVMetadataIdentifier3GPUserDataAuthor
Added AVMetadataIdentifier3GPUserDataCollection
Added AVMetadataIdentifier3GPUserDataCopyright
Added AVMetadataIdentifier3GPUserDataDescription
Added AVMetadataIdentifier3GPUserDataGenre
Added AVMetadataIdentifier3GPUserDataKeywordList
Added AVMetadataIdentifier3GPUserDataLocation
Added AVMetadataIdentifier3GPUserDataMediaClassification
Added AVMetadataIdentifier3GPUserDataMediaRating
Added AVMetadataIdentifier3GPUserDataPerformer
Added AVMetadataIdentifier3GPUserDataRecordingYear
Added AVMetadataIdentifier3GPUserDataThumbnail
Added AVMetadataIdentifier3GPUserDataTitle
Added AVMetadataIdentifier3GPUserDataUserRating
Added AVMetadataIdentifierID3MetadataAlbumSortOrder
Added AVMetadataIdentifierID3MetadataAlbumTitle
Added AVMetadataIdentifierID3MetadataAttachedPicture
Added AVMetadataIdentifierID3MetadataAudioEncryption
Added AVMetadataIdentifierID3MetadataAudioSeekPointIndex
Added AVMetadataIdentifierID3MetadataBand
Added AVMetadataIdentifierID3MetadataBeatsPerMinute
Added AVMetadataIdentifierID3MetadataComments
Added AVMetadataIdentifierID3MetadataCommercialInformation
Added AVMetadataIdentifierID3MetadataCommerical
Added AVMetadataIdentifierID3MetadataComposer
Added AVMetadataIdentifierID3MetadataConductor
Added AVMetadataIdentifierID3MetadataContentGroupDescription
Added AVMetadataIdentifierID3MetadataContentType
Added AVMetadataIdentifierID3MetadataCopyright
Added AVMetadataIdentifierID3MetadataCopyrightInformation
Added AVMetadataIdentifierID3MetadataDate
Added AVMetadataIdentifierID3MetadataEncodedBy
Added AVMetadataIdentifierID3MetadataEncodedWith
Added AVMetadataIdentifierID3MetadataEncodingTime
Added AVMetadataIdentifierID3MetadataEncryption
Added AVMetadataIdentifierID3MetadataEqualization
Added AVMetadataIdentifierID3MetadataEqualization2
Added AVMetadataIdentifierID3MetadataEventTimingCodes
Added AVMetadataIdentifierID3MetadataFileOwner
Added AVMetadataIdentifierID3MetadataFileType
Added AVMetadataIdentifierID3MetadataGeneralEncapsulatedObject
Added AVMetadataIdentifierID3MetadataGroupIdentifier
Added AVMetadataIdentifierID3MetadataInitialKey
Added AVMetadataIdentifierID3MetadataInternationalStandardRecordingCode
Added AVMetadataIdentifierID3MetadataInternetRadioStationName
Added AVMetadataIdentifierID3MetadataInternetRadioStationOwner
Added AVMetadataIdentifierID3MetadataInvolvedPeopleList_v23
Added AVMetadataIdentifierID3MetadataInvolvedPeopleList_v24
Added AVMetadataIdentifierID3MetadataLanguage
Added AVMetadataIdentifierID3MetadataLeadPerformer
Added AVMetadataIdentifierID3MetadataLength
Added AVMetadataIdentifierID3MetadataLink
Added AVMetadataIdentifierID3MetadataLyricist
Added AVMetadataIdentifierID3MetadataMPEGLocationLookupTable
Added AVMetadataIdentifierID3MetadataMediaType
Added AVMetadataIdentifierID3MetadataModifiedBy
Added AVMetadataIdentifierID3MetadataMood
Added AVMetadataIdentifierID3MetadataMusicCDIdentifier
Added AVMetadataIdentifierID3MetadataMusicianCreditsList
Added AVMetadataIdentifierID3MetadataOfficialArtistWebpage
Added AVMetadataIdentifierID3MetadataOfficialAudioFileWebpage
Added AVMetadataIdentifierID3MetadataOfficialAudioSourceWebpage
Added AVMetadataIdentifierID3MetadataOfficialInternetRadioStationHomepage
Added AVMetadataIdentifierID3MetadataOfficialPublisherWebpage
Added AVMetadataIdentifierID3MetadataOriginalAlbumTitle
Added AVMetadataIdentifierID3MetadataOriginalArtist
Added AVMetadataIdentifierID3MetadataOriginalFilename
Added AVMetadataIdentifierID3MetadataOriginalLyricist
Added AVMetadataIdentifierID3MetadataOriginalReleaseTime
Added AVMetadataIdentifierID3MetadataOriginalReleaseYear
Added AVMetadataIdentifierID3MetadataOwnership
Added AVMetadataIdentifierID3MetadataPartOfASet
Added AVMetadataIdentifierID3MetadataPayment
Added AVMetadataIdentifierID3MetadataPerformerSortOrder
Added AVMetadataIdentifierID3MetadataPlayCounter
Added AVMetadataIdentifierID3MetadataPlaylistDelay
Added AVMetadataIdentifierID3MetadataPopularimeter
Added AVMetadataIdentifierID3MetadataPositionSynchronization
Added AVMetadataIdentifierID3MetadataPrivate
Added AVMetadataIdentifierID3MetadataProducedNotice
Added AVMetadataIdentifierID3MetadataPublisher
Added AVMetadataIdentifierID3MetadataRecommendedBufferSize
Added AVMetadataIdentifierID3MetadataRecordingDates
Added AVMetadataIdentifierID3MetadataRecordingTime
Added AVMetadataIdentifierID3MetadataRelativeVolumeAdjustment
Added AVMetadataIdentifierID3MetadataRelativeVolumeAdjustment2
Added AVMetadataIdentifierID3MetadataReleaseTime
Added AVMetadataIdentifierID3MetadataReverb
Added AVMetadataIdentifierID3MetadataSeek
Added AVMetadataIdentifierID3MetadataSetSubtitle
Added AVMetadataIdentifierID3MetadataSignature
Added AVMetadataIdentifierID3MetadataSize
Added AVMetadataIdentifierID3MetadataSubTitle
Added AVMetadataIdentifierID3MetadataSynchronizedLyric
Added AVMetadataIdentifierID3MetadataSynchronizedTempoCodes
Added AVMetadataIdentifierID3MetadataTaggingTime
Added AVMetadataIdentifierID3MetadataTermsOfUse
Added AVMetadataIdentifierID3MetadataTime
Added AVMetadataIdentifierID3MetadataTitleDescription
Added AVMetadataIdentifierID3MetadataTitleSortOrder
Added AVMetadataIdentifierID3MetadataTrackNumber
Added AVMetadataIdentifierID3MetadataUniqueFileIdentifier
Added AVMetadataIdentifierID3MetadataUnsynchronizedLyric
Added AVMetadataIdentifierID3MetadataUserText
Added AVMetadataIdentifierID3MetadataUserURL
Added AVMetadataIdentifierID3MetadataYear
Added AVMetadataIdentifierISOUserDataCopyright
Added AVMetadataIdentifierISOUserDataTaggedCharacteristic
Added AVMetadataIdentifierIcyMetadataStreamTitle
Added AVMetadataIdentifierIcyMetadataStreamURL
Added AVMetadataIdentifierQuickTimeMetadataAlbum
Added AVMetadataIdentifierQuickTimeMetadataArranger
Added AVMetadataIdentifierQuickTimeMetadataArtist
Added AVMetadataIdentifierQuickTimeMetadataArtwork
Added AVMetadataIdentifierQuickTimeMetadataAuthor
Added AVMetadataIdentifierQuickTimeMetadataCameraFrameReadoutTime
Added AVMetadataIdentifierQuickTimeMetadataCameraIdentifier
Added AVMetadataIdentifierQuickTimeMetadataCollectionUser
Added AVMetadataIdentifierQuickTimeMetadataComment
Added AVMetadataIdentifierQuickTimeMetadataComposer
Added AVMetadataIdentifierQuickTimeMetadataCopyright
Added AVMetadataIdentifierQuickTimeMetadataCreationDate
Added AVMetadataIdentifierQuickTimeMetadataCredits
Added AVMetadataIdentifierQuickTimeMetadataDescription
Added AVMetadataIdentifierQuickTimeMetadataDirectionFacing
Added AVMetadataIdentifierQuickTimeMetadataDirectionMotion
Added AVMetadataIdentifierQuickTimeMetadataDirector
Added AVMetadataIdentifierQuickTimeMetadataDisplayName
Added AVMetadataIdentifierQuickTimeMetadataEncodedBy
Added AVMetadataIdentifierQuickTimeMetadataGenre
Added AVMetadataIdentifierQuickTimeMetadataInformation
Added AVMetadataIdentifierQuickTimeMetadataKeywords
Added AVMetadataIdentifierQuickTimeMetadataLocationBody
Added AVMetadataIdentifierQuickTimeMetadataLocationDate
Added AVMetadataIdentifierQuickTimeMetadataLocationISO6709
Added AVMetadataIdentifierQuickTimeMetadataLocationName
Added AVMetadataIdentifierQuickTimeMetadataLocationNote
Added AVMetadataIdentifierQuickTimeMetadataLocationRole
Added AVMetadataIdentifierQuickTimeMetadataMake
Added AVMetadataIdentifierQuickTimeMetadataModel
Added AVMetadataIdentifierQuickTimeMetadataOriginalArtist
Added AVMetadataIdentifierQuickTimeMetadataPerformer
Added AVMetadataIdentifierQuickTimeMetadataPhonogramRights
Added AVMetadataIdentifierQuickTimeMetadataPreferredAffineTransform
Added AVMetadataIdentifierQuickTimeMetadataProducer
Added AVMetadataIdentifierQuickTimeMetadataPublisher
Added AVMetadataIdentifierQuickTimeMetadataRatingUser
Added AVMetadataIdentifierQuickTimeMetadataSoftware
Added AVMetadataIdentifierQuickTimeMetadataTitle
Added AVMetadataIdentifierQuickTimeMetadataYear
Added AVMetadataIdentifierQuickTimeMetadataiXML
Added AVMetadataIdentifierQuickTimeUserDataAlbum
Added AVMetadataIdentifierQuickTimeUserDataArranger
Added AVMetadataIdentifierQuickTimeUserDataArtist
Added AVMetadataIdentifierQuickTimeUserDataAuthor
Added AVMetadataIdentifierQuickTimeUserDataChapter
Added AVMetadataIdentifierQuickTimeUserDataComment
Added AVMetadataIdentifierQuickTimeUserDataComposer
Added AVMetadataIdentifierQuickTimeUserDataCopyright
Added AVMetadataIdentifierQuickTimeUserDataCreationDate
Added AVMetadataIdentifierQuickTimeUserDataCredits
Added AVMetadataIdentifierQuickTimeUserDataDescription
Added AVMetadataIdentifierQuickTimeUserDataDirector
Added AVMetadataIdentifierQuickTimeUserDataDisclaimer
Added AVMetadataIdentifierQuickTimeUserDataEncodedBy
Added AVMetadataIdentifierQuickTimeUserDataFullName
Added AVMetadataIdentifierQuickTimeUserDataGenre
Added AVMetadataIdentifierQuickTimeUserDataHostComputer
Added AVMetadataIdentifierQuickTimeUserDataInformation
Added AVMetadataIdentifierQuickTimeUserDataKeywords
Added AVMetadataIdentifierQuickTimeUserDataLocationISO6709
Added AVMetadataIdentifierQuickTimeUserDataMake
Added AVMetadataIdentifierQuickTimeUserDataModel
Added AVMetadataIdentifierQuickTimeUserDataOriginalArtist
Added AVMetadataIdentifierQuickTimeUserDataOriginalFormat
Added AVMetadataIdentifierQuickTimeUserDataOriginalSource
Added AVMetadataIdentifierQuickTimeUserDataPerformers
Added AVMetadataIdentifierQuickTimeUserDataPhonogramRights
Added AVMetadataIdentifierQuickTimeUserDataProducer
Added AVMetadataIdentifierQuickTimeUserDataProduct
Added AVMetadataIdentifierQuickTimeUserDataPublisher
Added AVMetadataIdentifierQuickTimeUserDataSoftware
Added AVMetadataIdentifierQuickTimeUserDataSpecialPlaybackRequirements
Added AVMetadataIdentifierQuickTimeUserDataTaggedCharacteristic
Added AVMetadataIdentifierQuickTimeUserDataTrack
Added AVMetadataIdentifierQuickTimeUserDataTrackName
Added AVMetadataIdentifierQuickTimeUserDataURLLink
Added AVMetadataIdentifierQuickTimeUserDataWarning
Added AVMetadataIdentifierQuickTimeUserDataWriter
Added AVMetadataIdentifieriTunesMetadataAccountKind
Added AVMetadataIdentifieriTunesMetadataAcknowledgement
Added AVMetadataIdentifieriTunesMetadataAlbum
Added AVMetadataIdentifieriTunesMetadataAlbumArtist
Added AVMetadataIdentifieriTunesMetadataAppleID
Added AVMetadataIdentifieriTunesMetadataArranger
Added AVMetadataIdentifieriTunesMetadataArtDirector
Added AVMetadataIdentifieriTunesMetadataArtist
Added AVMetadataIdentifieriTunesMetadataArtistID
Added AVMetadataIdentifieriTunesMetadataAuthor
Added AVMetadataIdentifieriTunesMetadataBeatsPerMin
Added AVMetadataIdentifieriTunesMetadataComposer
Added AVMetadataIdentifieriTunesMetadataConductor
Added AVMetadataIdentifieriTunesMetadataContentRating
Added AVMetadataIdentifieriTunesMetadataCopyright
Added AVMetadataIdentifieriTunesMetadataCoverArt
Added AVMetadataIdentifieriTunesMetadataCredits
Added AVMetadataIdentifieriTunesMetadataDescription
Added AVMetadataIdentifieriTunesMetadataDirector
Added AVMetadataIdentifieriTunesMetadataDiscCompilation
Added AVMetadataIdentifieriTunesMetadataDiscNumber
Added AVMetadataIdentifieriTunesMetadataEQ
Added AVMetadataIdentifieriTunesMetadataEncodedBy
Added AVMetadataIdentifieriTunesMetadataEncodingTool
Added AVMetadataIdentifieriTunesMetadataExecProducer
Added AVMetadataIdentifieriTunesMetadataGenreID
Added AVMetadataIdentifieriTunesMetadataGrouping
Added AVMetadataIdentifieriTunesMetadataLinerNotes
Added AVMetadataIdentifieriTunesMetadataLyrics
Added AVMetadataIdentifieriTunesMetadataOnlineExtras
Added AVMetadataIdentifieriTunesMetadataOriginalArtist
Added AVMetadataIdentifieriTunesMetadataPerformer
Added AVMetadataIdentifieriTunesMetadataPhonogramRights
Added AVMetadataIdentifieriTunesMetadataPlaylistID
Added AVMetadataIdentifieriTunesMetadataPredefinedGenre
Added AVMetadataIdentifieriTunesMetadataProducer
Added AVMetadataIdentifieriTunesMetadataPublisher
Added AVMetadataIdentifieriTunesMetadataRecordCompany
Added AVMetadataIdentifieriTunesMetadataReleaseDate
Added AVMetadataIdentifieriTunesMetadataSoloist
Added AVMetadataIdentifieriTunesMetadataSongID
Added AVMetadataIdentifieriTunesMetadataSongName
Added AVMetadataIdentifieriTunesMetadataSoundEngineer
Added AVMetadataIdentifieriTunesMetadataThanks
Added AVMetadataIdentifieriTunesMetadataTrackNumber
Added AVMetadataIdentifieriTunesMetadataTrackSubTitle
Added AVMetadataIdentifieriTunesMetadataUserComment
Added AVMetadataIdentifieriTunesMetadataUserGenre
Added AVMetadataKeySpaceCommon
Added AVMetadataKeySpaceID3
Added AVMetadataKeySpaceISOUserData
Added AVMetadataKeySpaceIcy
Added AVMetadataKeySpaceQuickTimeMetadata
Added AVMetadataKeySpaceQuickTimeUserData
Added AVMetadataKeySpaceiTunes
Added AVMetadataObjectTypeFace
Added AVMetadataQuickTimeMetadataKeyAlbum
Added AVMetadataQuickTimeMetadataKeyArranger
Added AVMetadataQuickTimeMetadataKeyArtist
Added AVMetadataQuickTimeMetadataKeyArtwork
Added AVMetadataQuickTimeMetadataKeyAuthor
Added AVMetadataQuickTimeMetadataKeyCameraFrameReadoutTime
Added AVMetadataQuickTimeMetadataKeyCameraIdentifier
Added AVMetadataQuickTimeMetadataKeyCollectionUser
Added AVMetadataQuickTimeMetadataKeyComment
Added AVMetadataQuickTimeMetadataKeyComposer
Added AVMetadataQuickTimeMetadataKeyCopyright
Added AVMetadataQuickTimeMetadataKeyCreationDate
Added AVMetadataQuickTimeMetadataKeyCredits
Added AVMetadataQuickTimeMetadataKeyDescription
Added AVMetadataQuickTimeMetadataKeyDirectionFacing
Added AVMetadataQuickTimeMetadataKeyDirectionMotion
Added AVMetadataQuickTimeMetadataKeyDirector
Added AVMetadataQuickTimeMetadataKeyDisplayName
Added AVMetadataQuickTimeMetadataKeyEncodedBy
Added AVMetadataQuickTimeMetadataKeyGenre
Added AVMetadataQuickTimeMetadataKeyInformation
Added AVMetadataQuickTimeMetadataKeyKeywords
Added AVMetadataQuickTimeMetadataKeyLocationBody
Added AVMetadataQuickTimeMetadataKeyLocationDate
Added AVMetadataQuickTimeMetadataKeyLocationISO6709
Added AVMetadataQuickTimeMetadataKeyLocationName
Added AVMetadataQuickTimeMetadataKeyLocationNote
Added AVMetadataQuickTimeMetadataKeyLocationRole
Added AVMetadataQuickTimeMetadataKeyMake
Added AVMetadataQuickTimeMetadataKeyModel
Added AVMetadataQuickTimeMetadataKeyOriginalArtist
Added AVMetadataQuickTimeMetadataKeyPerformer
Added AVMetadataQuickTimeMetadataKeyPhonogramRights
Added AVMetadataQuickTimeMetadataKeyProducer
Added AVMetadataQuickTimeMetadataKeyPublisher
Added AVMetadataQuickTimeMetadataKeyRatingUser
Added AVMetadataQuickTimeMetadataKeySoftware
Added AVMetadataQuickTimeMetadataKeyTitle
Added AVMetadataQuickTimeMetadataKeyYear
Added AVMetadataQuickTimeMetadataKeyiXML
Added AVMetadataQuickTimeUserDataKeyAlbum
Added AVMetadataQuickTimeUserDataKeyArranger
Added AVMetadataQuickTimeUserDataKeyArtist
Added AVMetadataQuickTimeUserDataKeyAuthor
Added AVMetadataQuickTimeUserDataKeyChapter
Added AVMetadataQuickTimeUserDataKeyComment
Added AVMetadataQuickTimeUserDataKeyComposer
Added AVMetadataQuickTimeUserDataKeyCopyright
Added AVMetadataQuickTimeUserDataKeyCreationDate
Added AVMetadataQuickTimeUserDataKeyCredits
Added AVMetadataQuickTimeUserDataKeyDescription
Added AVMetadataQuickTimeUserDataKeyDirector
Added AVMetadataQuickTimeUserDataKeyDisclaimer
Added AVMetadataQuickTimeUserDataKeyEncodedBy
Added AVMetadataQuickTimeUserDataKeyFullName
Added AVMetadataQuickTimeUserDataKeyGenre
Added AVMetadataQuickTimeUserDataKeyHostComputer
Added AVMetadataQuickTimeUserDataKeyInformation
Added AVMetadataQuickTimeUserDataKeyKeywords
Added AVMetadataQuickTimeUserDataKeyLocationISO6709
Added AVMetadataQuickTimeUserDataKeyMake
Added AVMetadataQuickTimeUserDataKeyModel
Added AVMetadataQuickTimeUserDataKeyOriginalArtist
Added AVMetadataQuickTimeUserDataKeyOriginalFormat
Added AVMetadataQuickTimeUserDataKeyOriginalSource
Added AVMetadataQuickTimeUserDataKeyPerformers
Added AVMetadataQuickTimeUserDataKeyPhonogramRights
Added AVMetadataQuickTimeUserDataKeyProducer
Added AVMetadataQuickTimeUserDataKeyProduct
Added AVMetadataQuickTimeUserDataKeyPublisher
Added AVMetadataQuickTimeUserDataKeySoftware
Added AVMetadataQuickTimeUserDataKeySpecialPlaybackRequirements
Added AVMetadataQuickTimeUserDataKeyTaggedCharacteristic
Added AVMetadataQuickTimeUserDataKeyTrack
Added AVMetadataQuickTimeUserDataKeyTrackName
Added AVMetadataQuickTimeUserDataKeyURLLink
Added AVMetadataQuickTimeUserDataKeyWarning
Added AVMetadataQuickTimeUserDataKeyWriter
Added AVMetadataiTunesMetadataKeyAccountKind
Added AVMetadataiTunesMetadataKeyAcknowledgement
Added AVMetadataiTunesMetadataKeyAlbum
Added AVMetadataiTunesMetadataKeyAlbumArtist
Added AVMetadataiTunesMetadataKeyAppleID
Added AVMetadataiTunesMetadataKeyArranger
Added AVMetadataiTunesMetadataKeyArtDirector
Added AVMetadataiTunesMetadataKeyArtist
Added AVMetadataiTunesMetadataKeyArtistID
Added AVMetadataiTunesMetadataKeyAuthor
Added AVMetadataiTunesMetadataKeyBeatsPerMin
Added AVMetadataiTunesMetadataKeyComposer
Added AVMetadataiTunesMetadataKeyConductor
Added AVMetadataiTunesMetadataKeyContentRating
Added AVMetadataiTunesMetadataKeyCopyright
Added AVMetadataiTunesMetadataKeyCoverArt
Added AVMetadataiTunesMetadataKeyCredits
Added AVMetadataiTunesMetadataKeyDescription
Added AVMetadataiTunesMetadataKeyDirector
Added AVMetadataiTunesMetadataKeyDiscCompilation
Added AVMetadataiTunesMetadataKeyDiscNumber
Added AVMetadataiTunesMetadataKeyEQ
Added AVMetadataiTunesMetadataKeyEncodedBy
Added AVMetadataiTunesMetadataKeyEncodingTool
Added AVMetadataiTunesMetadataKeyExecProducer
Added AVMetadataiTunesMetadataKeyGenreID
Added AVMetadataiTunesMetadataKeyGrouping
Added AVMetadataiTunesMetadataKeyLinerNotes
Added AVMetadataiTunesMetadataKeyLyrics
Added AVMetadataiTunesMetadataKeyOnlineExtras
Added AVMetadataiTunesMetadataKeyOriginalArtist
Added AVMetadataiTunesMetadataKeyPerformer
Added AVMetadataiTunesMetadataKeyPhonogramRights
Added AVMetadataiTunesMetadataKeyPlaylistID
Added AVMetadataiTunesMetadataKeyPredefinedGenre
Added AVMetadataiTunesMetadataKeyProducer
Added AVMetadataiTunesMetadataKeyPublisher
Added AVMetadataiTunesMetadataKeyRecordCompany
Added AVMetadataiTunesMetadataKeyReleaseDate
Added AVMetadataiTunesMetadataKeySoloist
Added AVMetadataiTunesMetadataKeySongID
Added AVMetadataiTunesMetadataKeySongName
Added AVMetadataiTunesMetadataKeySoundEngineer
Added AVMetadataiTunesMetadataKeyThanks
Added AVMetadataiTunesMetadataKeyTrackNumber
Added AVMetadataiTunesMetadataKeyTrackSubTitle
Added AVMetadataiTunesMetadataKeyUserComment
Added AVMetadataiTunesMetadataKeyUserGenre
Added AVMovieReferenceRestrictionsKey
Added AVNumberOfChannelsKey
Added AVOutputSettingsPreset1280x720
Added AVOutputSettingsPreset1920x1080
Added AVOutputSettingsPreset3840x2160
Added AVOutputSettingsPreset640x480
Added AVOutputSettingsPreset960x540
Added AVPlayerItemDidPlayToEndTimeNotification
Added AVPlayerItemFailedToPlayToEndTimeErrorKey
Added AVPlayerItemFailedToPlayToEndTimeNotification
Added AVPlayerItemLegibleOutputTextStylingResolutionDefault
Added AVPlayerItemLegibleOutputTextStylingResolutionSourceAndRulesOnly
Added AVPlayerItemNewAccessLogEntryNotification
Added AVPlayerItemNewErrorLogEntryNotification
Added AVPlayerItemPlaybackStalledNotification
Added AVPlayerItemTimeJumpedNotification
Added AVPlayerItemTrackVideoFieldModeDeinterlaceFields
Added AVSampleBufferDisplayLayerFailedToDecodeNotification
Added AVSampleBufferDisplayLayerFailedToDecodeNotificationErrorKey
Added AVSampleRateConverterAlgorithmKey
Added AVSampleRateConverterAlgorithm_Mastering
Added AVSampleRateConverterAlgorithm_Normal
Added AVSampleRateConverterAudioQualityKey
Added AVSampleRateKey
Added AVTrackAssociationTypeAudioFallback
Added AVTrackAssociationTypeChapterList
Added AVTrackAssociationTypeForcedSubtitlesOnly
Added AVTrackAssociationTypeMetadataReferent
Added AVTrackAssociationTypeSelectionFollower
Added AVTrackAssociationTypeTimecode
Added AVURLAssetPreferPreciseDurationAndTimingKey
Added AVURLAssetReferenceRestrictionsKey
Added AVVideoAllowFrameReorderingKey
Added AVVideoAverageBitRateKey
Added AVVideoAverageNonDroppableFrameRateKey
Added AVVideoCleanApertureHeightKey
Added AVVideoCleanApertureHorizontalOffsetKey
Added AVVideoCleanApertureKey
Added AVVideoCleanApertureVerticalOffsetKey
Added AVVideoCleanApertureWidthKey
Added AVVideoCodecAppleProRes422
Added AVVideoCodecAppleProRes4444
Added AVVideoCodecH264
Added AVVideoCodecJPEG
Added AVVideoCodecKey
Added AVVideoColorPrimariesKey
Added AVVideoColorPrimaries_EBU_3213
Added AVVideoColorPrimaries_ITU_R_709_2
Added AVVideoColorPrimaries_SMPTE_C
Added AVVideoColorPropertiesKey
Added AVVideoCompressionPropertiesKey
Added AVVideoEncoderSpecificationKey
Added AVVideoExpectedSourceFrameRateKey
Added AVVideoH264EntropyModeCABAC
Added AVVideoH264EntropyModeCAVLC
Added AVVideoH264EntropyModeKey
Added AVVideoHeightKey
Added AVVideoMaxKeyFrameIntervalDurationKey
Added AVVideoMaxKeyFrameIntervalKey
Added AVVideoPixelAspectRatioHorizontalSpacingKey
Added AVVideoPixelAspectRatioKey
Added AVVideoPixelAspectRatioVerticalSpacingKey
Added AVVideoProfileLevelH264Baseline30
Added AVVideoProfileLevelH264Baseline31
Added AVVideoProfileLevelH264Baseline41
Added AVVideoProfileLevelH264BaselineAutoLevel
Added AVVideoProfileLevelH264High40
Added AVVideoProfileLevelH264High41
Added AVVideoProfileLevelH264HighAutoLevel
Added AVVideoProfileLevelH264Main30
Added AVVideoProfileLevelH264Main31
Added AVVideoProfileLevelH264Main32
Added AVVideoProfileLevelH264Main41
Added AVVideoProfileLevelH264MainAutoLevel
Added AVVideoProfileLevelKey
Added AVVideoQualityKey
Added AVVideoScalingModeFit
Added AVVideoScalingModeKey
Added AVVideoScalingModeResize
Added AVVideoScalingModeResizeAspect
Added AVVideoScalingModeResizeAspectFill
Added AVVideoTransferFunctionKey
Added AVVideoTransferFunction_ITU_R_709_2
Added AVVideoTransferFunction_SMPTE_240M_1995
Added AVVideoWidthKey
Added AVVideoYCbCrMatrixKey
Added AVVideoYCbCrMatrix_ITU_R_601_4
Added AVVideoYCbCrMatrix_ITU_R_709_2
Added AVVideoYCbCrMatrix_SMPTE_240M_1995