AVFoundation macOS 10.12 to 10.13 API Differences

../Frameworks/AVFAudio.framework/Headers/AVAudioBuffer.h
Declaration
From- (nonnull instancetype)initWithPCMFormat:(nonnull AVAudioFormat *)format frameCapacity:(AVAudioFrameCount)frameCapacity
To- (nullable instancetype)initWithPCMFormat:(nonnull AVAudioFormat *)format frameCapacity:(AVAudioFrameCount)frameCapacity

../Frameworks/AVFAudio.framework/Headers/AVAudioChannelLayout.h
Declaration
From- (nonnull instancetype)initWithLayoutTag:(AudioChannelLayoutTag)layoutTag
To- (nullable instancetype)initWithLayoutTag:(AudioChannelLayoutTag)layoutTag

../Frameworks/AVFAudio.framework/Headers/AVAudioConverter.h
Declaration
From- (nonnull instancetype)initFromFormat:(nonnull AVAudioFormat *)fromFormat toFormat:(nonnull AVAudioFormat *)toFormat
To- (nullable instancetype)initFromFormat:(nonnull AVAudioFormat *)fromFormat toFormat:(nonnull AVAudioFormat *)toFormat

Declaration
From@property (nonatomic, retain, nonnull) NSString *sampleRateConverterAlgorithm
To@property (nonatomic, retain, nullable) NSString *sampleRateConverterAlgorithm

../Frameworks/AVFAudio.framework/Headers/AVAudioEngine.h
Declaration
From@property (nonatomic, readonly, nullable) AVAudioInputNode *inputNode
To@property (nonatomic, readonly, nonnull) AVAudioInputNode *inputNode

../Frameworks/AVFAudio.framework/Headers/AVAudioFormat.h
Declaration
From- (nonnull instancetype)initWithStreamDescription:(nonnull const AudioStreamBasicDescription *)asbd
To- (nullable instancetype)initWithStreamDescription:(nonnull const AudioStreamBasicDescription *)asbd

Declaration
From- (nonnull instancetype)initWithStreamDescription:(nonnull const AudioStreamBasicDescription *)asbd channelLayout:(nullable AVAudioChannelLayout *)layout
To- (nullable instancetype)initWithStreamDescription:(nonnull const AudioStreamBasicDescription *)asbd channelLayout:(nullable AVAudioChannelLayout *)layout

Declaration
From- (nonnull instancetype)initStandardFormatWithSampleRate:(double)sampleRate channels:(AVAudioChannelCount)channels
To- (nullable instancetype)initStandardFormatWithSampleRate:(double)sampleRate channels:(AVAudioChannelCount)channels

Declaration
From- (nonnull instancetype)initWithCommonFormat:(AVAudioCommonFormat)format sampleRate:(double)sampleRate channels:(AVAudioChannelCount)channels interleaved:(BOOL)interleaved
To- (nullable instancetype)initWithCommonFormat:(AVAudioCommonFormat)format sampleRate:(double)sampleRate channels:(AVAudioChannelCount)channels interleaved:(BOOL)interleaved

Declaration
From- (nonnull instancetype)initWithSettings:(nonnull NSDictionary<NSString *,id> *)settings
To- (nullable instancetype)initWithSettings:(nonnull NSDictionary<NSString *,id> *)settings

Declaration
From@property (nonatomic, readonly, nullable) const AVAudioChannelLayout *channelLayout
To@property (nonatomic, readonly, nullable) AVAudioChannelLayout *channelLayout

../Frameworks/AVFAudio.framework/Headers/AVAudioIONode.h
../Frameworks/AVFAudio.framework/Headers/AVAudioMixing.h
../Frameworks/AVFAudio.framework/Headers/AVAudioNode.h
Added #def AVAUDIONODE_HAVE_AUAUDIOUNIT
Declaration
From- (nonnull NSString *)nameForInputBus:(AVAudioNodeBus)bus
To- (nullable NSString *)nameForInputBus:(AVAudioNodeBus)bus

Declaration
From- (nonnull NSString *)nameForOutputBus:(AVAudioNodeBus)bus
To- (nullable NSString *)nameForOutputBus:(AVAudioNodeBus)bus

../Frameworks/AVFAudio.framework/Headers/AVAudioPlayer.h
Added AVAudioPlayer.currentDevice
../Frameworks/AVFAudio.framework/Headers/AVAudioPlayerNode.h
../Frameworks/AVFAudio.framework/Headers/AVAudioSettings.h
../Frameworks/AVFAudio.framework/Headers/AVAudioTime.h
Declaration
From- (nonnull AVAudioTime *)extrapolateTimeFromAnchor:(nonnull AVAudioTime *)anchorTime
To- (nullable AVAudioTime *)extrapolateTimeFromAnchor:(nonnull AVAudioTime *)anchorTime

AVAnimation.h
Declaration
FromNSString *const AVLayerVideoGravityResizeAspect
Toconst AVLayerVideoGravity AVLayerVideoGravityResizeAspect

Declaration
FromNSString *const AVLayerVideoGravityResizeAspectFill
Toconst AVLayerVideoGravity AVLayerVideoGravityResizeAspectFill

Declaration
FromNSString *const AVLayerVideoGravityResize
Toconst AVLayerVideoGravity AVLayerVideoGravityResize

AVAsset.h
Declaration
From- (nonnull NSArray<AVAssetTrack *> *)tracksWithMediaType:(nonnull NSString *)mediaType
To- (nonnull NSArray<AVAssetTrack *> *)tracksWithMediaType:(nonnull AVMediaType)mediaType

Declaration
From- (nonnull NSArray<AVAssetTrack *> *)tracksWithMediaCharacteristic:(nonnull NSString *)mediaCharacteristic
To- (nonnull NSArray<AVAssetTrack *> *)tracksWithMediaCharacteristic:(nonnull AVMediaCharacteristic)mediaCharacteristic

Declaration
From@property (nonatomic, readonly, nonnull) NSArray<NSString *> *availableMetadataFormats
To@property (nonatomic, readonly, nonnull) NSArray<AVMetadataFormat> *availableMetadataFormats

Declaration
From- (nonnull NSArray<AVMetadataItem *> *)metadataForFormat:(nonnull NSString *)format
To- (nonnull NSArray<AVMetadataItem *> *)metadataForFormat:(nonnull AVMetadataFormat)format

Declaration
From- (nonnull NSArray<AVTimedMetadataGroup *> *)chapterMetadataGroupsWithTitleLocale:(nonnull NSLocale *)locale containingItemsWithCommonKeys:(nullable NSArray<NSString *> *)commonKeys
To- (nonnull NSArray<AVTimedMetadataGroup *> *)chapterMetadataGroupsWithTitleLocale:(nonnull NSLocale *)locale containingItemsWithCommonKeys:(nullable NSArray<AVMetadataKey> *)commonKeys

Declaration
From@property (nonatomic, readonly, nonnull) NSArray<NSString *> *availableMediaCharacteristicsWithMediaSelectionOptions
To@property (nonatomic, readonly, nonnull) NSArray<AVMediaCharacteristic> *availableMediaCharacteristicsWithMediaSelectionOptions

Declaration
From- (nullable AVMediaSelectionGroup *)mediaSelectionGroupForMediaCharacteristic:(nonnull NSString *)mediaCharacteristic
To- (nullable AVMediaSelectionGroup *)mediaSelectionGroupForMediaCharacteristic:(nonnull AVMediaCharacteristic)mediaCharacteristic

Declaration
From+ (nonnull NSArray<NSString *> *)audiovisualTypes
To+ (nonnull NSArray<AVFileType> *)audiovisualTypes

Declaration
From- (nonnull NSArray<AVFragmentedAssetTrack *> *)tracksWithMediaType:(nonnull NSString *)mediaType
To- (nonnull NSArray<AVFragmentedAssetTrack *> *)tracksWithMediaType:(nonnull AVMediaType)mediaType

Declaration
From- (nonnull NSArray<AVFragmentedAssetTrack *> *)tracksWithMediaCharacteristic:(nonnull NSString *)mediaCharacteristic
To- (nonnull NSArray<AVFragmentedAssetTrack *> *)tracksWithMediaCharacteristic:(nonnull AVMediaCharacteristic)mediaCharacteristic

AVAssetExportSession.h
Declaration
From@property (nonatomic, copy, nullable) NSString *outputFileType
To@property (nonatomic, copy, nullable) AVFileType outputFileType

Declaration
From+ (void)determineCompatibilityOfExportPreset:(nonnull NSString *)presetName withAsset:(nonnull AVAsset *)asset outputFileType:(nullable NSString *)outputFileType completionHandler:(nonnull void (^)(BOOL))handler
To+ (void)determineCompatibilityOfExportPreset:(nonnull NSString *)presetName withAsset:(nonnull AVAsset *)asset outputFileType:(nullable AVFileType)outputFileType completionHandler:(nonnull void (^)(BOOL))handler

Declaration
From@property (nonatomic, readonly, nonnull) NSArray<NSString *> *supportedFileTypes
To@property (nonatomic, readonly, nonnull) NSArray<AVFileType> *supportedFileTypes

Declaration
From- (void)determineCompatibleFileTypesWithCompletionHandler:(nonnull void (^)(NSArray<NSString *> * _Nonnull))handler
To- (void)determineCompatibleFileTypesWithCompletionHandler:(nonnull void (^)(NSArray<AVFileType> * _Nonnull))handler

Declaration
From@property (nonatomic, copy, nonnull) NSString *audioTimePitchAlgorithm
To@property (nonatomic, copy, nonnull) AVAudioTimePitchAlgorithm audioTimePitchAlgorithm

AVAssetImageGenerator.h
Declaration
FromNSString *const _Nonnull AVAssetImageGeneratorApertureModeCleanAperture
Toconst AVAssetImageGeneratorApertureMode _Nonnull AVAssetImageGeneratorApertureModeCleanAperture

Declaration
FromNSString *const _Nonnull AVAssetImageGeneratorApertureModeProductionAperture
Toconst AVAssetImageGeneratorApertureMode _Nonnull AVAssetImageGeneratorApertureModeProductionAperture

Declaration
FromNSString *const _Nonnull AVAssetImageGeneratorApertureModeEncodedPixels
Toconst AVAssetImageGeneratorApertureMode _Nonnull AVAssetImageGeneratorApertureModeEncodedPixels

Declaration
From@property (nonatomic, copy, nullable) NSString *apertureMode
To@property (nonatomic, copy, nullable) AVAssetImageGeneratorApertureMode apertureMode

AVAssetReaderOutput.h
Declaration
From@property (nonatomic, copy, nonnull) NSString *audioTimePitchAlgorithm
To@property (nonatomic, copy, nonnull) AVAudioTimePitchAlgorithm audioTimePitchAlgorithm

Declaration
From@property (nonatomic, copy, nonnull) NSString *audioTimePitchAlgorithm
To@property (nonatomic, copy, nonnull) AVAudioTimePitchAlgorithm audioTimePitchAlgorithm

AVAssetTrack.h
Declaration
From@property (nonatomic, readonly, nonnull) NSString *mediaType
To@property (nonatomic, readonly, nonnull) AVMediaType mediaType

Declaration
From- (BOOL)hasMediaCharacteristic:(nonnull NSString *)mediaCharacteristic
To- (BOOL)hasMediaCharacteristic:(nonnull AVMediaCharacteristic)mediaCharacteristic

Declaration
From@property (nonatomic, readonly, nonnull) NSArray<NSString *> *availableMetadataFormats
To@property (nonatomic, readonly, nonnull) NSArray<AVMetadataFormat> *availableMetadataFormats

Declaration
From- (nonnull NSArray<AVMetadataItem *> *)metadataForFormat:(nonnull NSString *)format
To- (nonnull NSArray<AVMetadataItem *> *)metadataForFormat:(nonnull AVMetadataFormat)format

Declaration
FromNSString *const _Nonnull AVTrackAssociationTypeAudioFallback
Toconst AVTrackAssociationType _Nonnull AVTrackAssociationTypeAudioFallback

Declaration
FromNSString *const _Nonnull AVTrackAssociationTypeChapterList
Toconst AVTrackAssociationType _Nonnull AVTrackAssociationTypeChapterList

Declaration
FromNSString *const _Nonnull AVTrackAssociationTypeForcedSubtitlesOnly
Toconst AVTrackAssociationType _Nonnull AVTrackAssociationTypeForcedSubtitlesOnly

Declaration
FromNSString *const _Nonnull AVTrackAssociationTypeSelectionFollower
Toconst AVTrackAssociationType _Nonnull AVTrackAssociationTypeSelectionFollower

Declaration
FromNSString *const _Nonnull AVTrackAssociationTypeTimecode
Toconst AVTrackAssociationType _Nonnull AVTrackAssociationTypeTimecode

Declaration
FromNSString *const _Nonnull AVTrackAssociationTypeMetadataReferent
Toconst AVTrackAssociationType _Nonnull AVTrackAssociationTypeMetadataReferent

Declaration
From@property (nonatomic, readonly, nonnull) NSArray<NSString *> *availableTrackAssociationTypes
To@property (nonatomic, readonly, nonnull) NSArray<AVTrackAssociationType> *availableTrackAssociationTypes

Declaration
From- (nonnull NSArray<AVAssetTrack *> *)associatedTracksOfType:(nonnull NSString *)trackAssociationType
To- (nonnull NSArray<AVAssetTrack *> *)associatedTracksOfType:(nonnull AVTrackAssociationType)trackAssociationType

AVAssetWriter.h
Declaration
From+ (nullable instancetype)assetWriterWithURL:(nonnull NSURL *)outputURL fileType:(nonnull NSString *)outputFileType error:(nullable NSError * _Nullable *)outError
To+ (nullable instancetype)assetWriterWithURL:(nonnull NSURL *)outputURL fileType:(nonnull AVFileType)outputFileType error:(nullable NSError * _Nullable *)outError

Declaration
From- (nullable instancetype)initWithURL:(nonnull NSURL *)outputURL fileType:(nonnull NSString *)outputFileType error:(nullable NSError * _Nullable *)outError
To- (nullable instancetype)initWithURL:(nonnull NSURL *)outputURL fileType:(nonnull AVFileType)outputFileType error:(nullable NSError * _Nullable *)outError

Declaration
From@property (nonatomic, readonly, copy, nonnull) NSString *outputFileType
To@property (nonatomic, readonly, copy, nonnull) AVFileType outputFileType

Declaration
From@property (nonatomic, readonly, nonnull) NSArray<NSString *> *availableMediaTypes
To@property (nonatomic, readonly, nonnull) NSArray<AVMediaType> *availableMediaTypes

Declaration
From- (BOOL)canApplyOutputSettings:(nullable NSDictionary<NSString *,id> *)outputSettings forMediaType:(nonnull NSString *)mediaType
To- (BOOL)canApplyOutputSettings:(nullable NSDictionary<NSString *,id> *)outputSettings forMediaType:(nonnull AVMediaType)mediaType

AVAssetWriterInput.h
Declaration
From+ (nonnull instancetype)assetWriterInputWithMediaType:(nonnull NSString *)mediaType outputSettings:(nullable NSDictionary<NSString *,id> *)outputSettings
To+ (nonnull instancetype)assetWriterInputWithMediaType:(nonnull AVMediaType)mediaType outputSettings:(nullable NSDictionary<NSString *,id> *)outputSettings

Declaration
From+ (nonnull instancetype)assetWriterInputWithMediaType:(nonnull NSString *)mediaType outputSettings:(nullable NSDictionary<NSString *,id> *)outputSettings sourceFormatHint:(nullable CMFormatDescriptionRef)sourceFormatHint
To+ (nonnull instancetype)assetWriterInputWithMediaType:(nonnull AVMediaType)mediaType outputSettings:(nullable NSDictionary<NSString *,id> *)outputSettings sourceFormatHint:(nullable CMFormatDescriptionRef)sourceFormatHint

Declaration
From- (nonnull instancetype)initWithMediaType:(nonnull NSString *)mediaType outputSettings:(nullable NSDictionary<NSString *,id> *)outputSettings
To- (nonnull instancetype)initWithMediaType:(nonnull AVMediaType)mediaType outputSettings:(nullable NSDictionary<NSString *,id> *)outputSettings

Declaration
From- (nonnull instancetype)initWithMediaType:(nonnull NSString *)mediaType outputSettings:(nullable NSDictionary<NSString *,id> *)outputSettings sourceFormatHint:(nullable CMFormatDescriptionRef)sourceFormatHint
To- (nonnull instancetype)initWithMediaType:(nonnull AVMediaType)mediaType outputSettings:(nullable NSDictionary<NSString *,id> *)outputSettings sourceFormatHint:(nullable CMFormatDescriptionRef)sourceFormatHint

Declaration
From@property (nonatomic, readonly, nonnull) NSString *mediaType
To@property (nonatomic, readonly, nonnull) AVMediaType mediaType

AVAudioMix.h
Declaration
From@property (nonatomic, readonly, copy, nullable) NSString *audioTimePitchAlgorithm
To@property (nonatomic, readonly, copy, nullable) AVAudioTimePitchAlgorithm audioTimePitchAlgorithm

Declaration
From@property (nonatomic, copy, nullable) NSString *audioTimePitchAlgorithm
To@property (nonatomic, copy, nullable) AVAudioTimePitchAlgorithm audioTimePitchAlgorithm

AVAudioProcessingSettings.h
Declaration
FromNSString *const AVAudioTimePitchAlgorithmTimeDomain
Toconst AVAudioTimePitchAlgorithm AVAudioTimePitchAlgorithmTimeDomain

Declaration
FromNSString *const AVAudioTimePitchAlgorithmSpectral
Toconst AVAudioTimePitchAlgorithm AVAudioTimePitchAlgorithmSpectral

Declaration
FromNSString *const AVAudioTimePitchAlgorithmVarispeed
Toconst AVAudioTimePitchAlgorithm AVAudioTimePitchAlgorithmVarispeed

AVBase.h
Removed #def AV_GENERIC
Removed #def AV_GENERIC_CLASS
Removed #def AV_PARAMETERIZED_TYPE
AVCameraCalibrationData.h
AVCaptureAudioDataOutput.h
Header
FromAVCaptureOutput.h
ToAVCaptureAudioDataOutput.h

Declaration
From- (void)setSampleBufferDelegate:(id<AVCaptureAudioDataOutputSampleBufferDelegate>)sampleBufferDelegate queue:(dispatch_queue_t)sampleBufferCallbackQueue
To- (void)setSampleBufferDelegate:(nullable id<AVCaptureAudioDataOutputSampleBufferDelegate>)sampleBufferDelegate queue:(nullable dispatch_queue_t)sampleBufferCallbackQueue

Declaration
From@property (nonatomic, readonly) id<AVCaptureAudioDataOutputSampleBufferDelegate> sampleBufferDelegate
To@property (nonatomic, readonly, nullable) id<AVCaptureAudioDataOutputSampleBufferDelegate> sampleBufferDelegate

Declaration
From@property (nonatomic, readonly) dispatch_queue_t sampleBufferCallbackQueue
To@property (nonatomic, readonly, nullable) dispatch_queue_t sampleBufferCallbackQueue

Declaration
From@property (nonatomic, copy) NSDictionary *audioSettings
To@property (nonatomic, copy, null_resettable) NSDictionary<NSString *,id> *audioSettings

Header
FromAVCaptureOutput.h
ToAVCaptureAudioDataOutput.h

Declaration
From- (void)captureOutput:(AVCaptureOutput *)captureOutput didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer fromConnection:(AVCaptureConnection *)connection
To- (void)captureOutput:(nonnull AVCaptureOutput *)output didOutputSampleBuffer:(nonnull CMSampleBufferRef)sampleBuffer fromConnection:(nonnull AVCaptureConnection *)connection

AVCaptureAudioPreviewOutput.h
Header
FromAVCaptureOutput.h
ToAVCaptureAudioPreviewOutput.h

Declaration
From@property (nonatomic, copy) NSString *outputDeviceUniqueID
To@property (nonatomic, copy, nullable) NSString *outputDeviceUniqueID

AVCaptureDevice.h
Declaration
FromNSString *const AVCaptureDeviceWasConnectedNotification
ToNSString *const _Nonnull AVCaptureDeviceWasConnectedNotification

Declaration
FromNSString *const AVCaptureDeviceWasDisconnectedNotification
ToNSString *const _Nonnull AVCaptureDeviceWasDisconnectedNotification

Declaration
From+ (NSArray *)devices
To+ (nonnull NSArray<AVCaptureDevice *> *)devices

Declaration
From+ (NSArray *)devicesWithMediaType:(NSString *)mediaType
To+ (nonnull NSArray<AVCaptureDevice *> *)devicesWithMediaType:(nonnull AVMediaType)mediaType

Declaration
From+ (AVCaptureDevice *)defaultDeviceWithMediaType:(NSString *)mediaType
To+ (nullable AVCaptureDevice *)defaultDeviceWithMediaType:(nonnull AVMediaType)mediaType

Declaration
From+ (AVCaptureDevice *)deviceWithUniqueID:(NSString *)deviceUniqueID
To+ (nullable AVCaptureDevice *)deviceWithUniqueID:(nonnull NSString *)deviceUniqueID

Declaration
From@property (nonatomic, readonly) NSString *uniqueID
To@property (nonatomic, readonly, nonnull) NSString *uniqueID

Declaration
From@property (nonatomic, readonly) NSString *modelID
To@property (nonatomic, readonly, nonnull) NSString *modelID

Declaration
From@property (nonatomic, readonly) NSString *localizedName
To@property (nonatomic, readonly, nonnull) NSString *localizedName

Declaration
From@property (nonatomic, readonly) NSString *manufacturer
To@property (nonatomic, readonly, nonnull) NSString *manufacturer

Declaration
From- (BOOL)hasMediaType:(NSString *)mediaType
To- (BOOL)hasMediaType:(nonnull AVMediaType)mediaType

Declaration
From- (BOOL)lockForConfiguration:(NSError **)outError
To- (BOOL)lockForConfiguration:(nullable NSError * _Nullable *)outError

Declaration
From- (BOOL)supportsAVCaptureSessionPreset:(NSString *)preset
To- (BOOL)supportsAVCaptureSessionPreset:(nonnull AVCaptureSessionPreset)preset

Declaration
From@property (nonatomic, readonly) NSArray *linkedDevices
To@property (nonatomic, readonly, nonnull) NSArray<AVCaptureDevice *> *linkedDevices

Declaration
From@property (nonatomic, readonly) NSArray *formats
To@property (nonatomic, readonly, nonnull) NSArray<AVCaptureDeviceFormat *> *formats

Declaration
From@property (nonatomic, retain) AVCaptureDeviceFormat *activeFormat
To@property (nonatomic, retain, nonnull) AVCaptureDeviceFormat *activeFormat

Declaration
From@property (nonatomic, readonly) NSArray *inputSources
To@property (nonatomic, readonly, nonnull) NSArray<AVCaptureDeviceInputSource *> *inputSources

Declaration
From@property (nonatomic, retain) AVCaptureDeviceInputSource *activeInputSource
To@property (nonatomic, retain, nullable) AVCaptureDeviceInputSource *activeInputSource

Declaration
From@property (nonatomic, readonly) NSString *mediaType
To@property (nonatomic, readonly, nonnull) AVMediaType mediaType

Declaration
From@property (nonatomic, readonly) CMFormatDescriptionRef formatDescription
To@property (nonatomic, readonly, nonnull) CMFormatDescriptionRef formatDescription

Declaration
From@property (nonatomic, readonly) NSArray *videoSupportedFrameRateRanges
To@property (nonatomic, readonly, nonnull) NSArray<AVFrameRateRange *> *videoSupportedFrameRateRanges

Declaration
From@property (nonatomic, readonly) NSString *inputSourceID
To@property (nonatomic, readonly, nonnull) NSString *inputSourceID

Declaration
From@property (nonatomic, readonly) NSString *localizedName
To@property (nonatomic, readonly, nonnull) NSString *localizedName

AVCaptureFileOutput.h
Header
FromAVCaptureOutput.h
ToAVCaptureFileOutput.h

Modified AVCaptureFileOutput.delegate
Declaration
From@property (nonatomic, assign) id<AVCaptureFileOutputDelegate> delegate
To@property (nonatomic, assign, nullable) id<AVCaptureFileOutputDelegate> delegate

Declaration
From@property (nonatomic, readonly) NSURL *outputFileURL
To@property (nonatomic, readonly, nullable) NSURL *outputFileURL

Declaration
From- (void)startRecordingToOutputFileURL:(NSURL *)outputFileURL recordingDelegate:(id<AVCaptureFileOutputRecordingDelegate>)delegate
To- (void)startRecordingToOutputFileURL:(nonnull NSURL *)outputFileURL recordingDelegate:(nonnull id<AVCaptureFileOutputRecordingDelegate>)delegate

Header
FromAVCaptureOutput.h
ToAVCaptureFileOutput.h

Declaration
From- (void)captureOutput:(AVCaptureFileOutput *)captureOutput didStartRecordingToOutputFileAtURL:(NSURL *)fileURL fromConnections:(NSArray *)connections
To- (void)captureOutput:(nonnull AVCaptureFileOutput *)output didStartRecordingToOutputFileAtURL:(nonnull NSURL *)fileURL fromConnections:(nonnull NSArray<AVCaptureConnection *> *)connections

Declaration
From- (void)captureOutput:(AVCaptureFileOutput *)captureOutput didPauseRecordingToOutputFileAtURL:(NSURL *)fileURL fromConnections:(NSArray *)connections
To- (void)captureOutput:(nonnull AVCaptureFileOutput *)output didPauseRecordingToOutputFileAtURL:(nonnull NSURL *)fileURL fromConnections:(nonnull NSArray<AVCaptureConnection *> *)connections

Declaration
From- (void)captureOutput:(AVCaptureFileOutput *)captureOutput didResumeRecordingToOutputFileAtURL:(NSURL *)fileURL fromConnections:(NSArray *)connections
To- (void)captureOutput:(nonnull AVCaptureFileOutput *)output didResumeRecordingToOutputFileAtURL:(nonnull NSURL *)fileURL fromConnections:(nonnull NSArray<AVCaptureConnection *> *)connections

Declaration
From- (void)captureOutput:(AVCaptureFileOutput *)captureOutput willFinishRecordingToOutputFileAtURL:(NSURL *)fileURL fromConnections:(NSArray *)connections error:(NSError *)error
To- (void)captureOutput:(nonnull AVCaptureFileOutput *)output willFinishRecordingToOutputFileAtURL:(nonnull NSURL *)fileURL fromConnections:(nonnull NSArray<AVCaptureConnection *> *)connections error:(nullable NSError *)error

Declaration
From- (void)captureOutput:(AVCaptureFileOutput *)captureOutput didFinishRecordingToOutputFileAtURL:(NSURL *)outputFileURL fromConnections:(NSArray *)connections error:(NSError *)error
To- (void)captureOutput:(nonnull AVCaptureFileOutput *)output didFinishRecordingToOutputFileAtURL:(nonnull NSURL *)outputFileURL fromConnections:(nonnull NSArray<AVCaptureConnection *> *)connections error:(nullable NSError *)error

Header
FromAVCaptureOutput.h
ToAVCaptureFileOutput.h

Declaration
From- (BOOL)captureOutputShouldProvideSampleAccurateRecordingStart:(AVCaptureOutput *)captureOutput
To- (BOOL)captureOutputShouldProvideSampleAccurateRecordingStart:(nonnull AVCaptureOutput *)output

Declaration
From- (void)captureOutput:(AVCaptureFileOutput *)captureOutput didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer fromConnection:(AVCaptureConnection *)connection
To- (void)captureOutput:(nonnull AVCaptureFileOutput *)output didOutputSampleBuffer:(nonnull CMSampleBufferRef)sampleBuffer fromConnection:(nonnull AVCaptureConnection *)connection

Header
FromAVCaptureOutput.h
ToAVCaptureFileOutput.h

Declaration
From@property (nonatomic, copy) NSArray *metadata
To@property (nonatomic, copy, nullable) NSArray<AVMetadataItem *> *metadata

Declaration
From- (NSDictionary *)outputSettingsForConnection:(AVCaptureConnection *)connection
To- (nonnull NSDictionary<NSString *,id> *)outputSettingsForConnection:(nonnull AVCaptureConnection *)connection

Declaration
From- (void)setOutputSettings:(NSDictionary *)outputSettings forConnection:(AVCaptureConnection *)connection
To- (void)setOutputSettings:(nullable NSDictionary<NSString *,id> *)outputSettings forConnection:(nonnull AVCaptureConnection *)connection

Header
FromAVCaptureOutput.h
ToAVCaptureFileOutput.h

Declaration
From+ (NSArray *)availableOutputFileTypes
To+ (nonnull NSArray<AVFileType> *)availableOutputFileTypes

Declaration
From- (void)startRecordingToOutputFileURL:(NSURL *)outputFileURL outputFileType:(NSString *)fileType recordingDelegate:(id<AVCaptureFileOutputRecordingDelegate>)delegate
To- (void)startRecordingToOutputFileURL:(nonnull NSURL *)outputFileURL outputFileType:(nonnull AVFileType)fileType recordingDelegate:(nonnull id<AVCaptureFileOutputRecordingDelegate>)delegate

Declaration
From@property (nonatomic, copy) NSArray *metadata
To@property (nonatomic, copy, nonnull) NSArray<AVMetadataItem *> *metadata

Declaration
From@property (nonatomic, copy) NSDictionary *audioSettings
To@property (nonatomic, copy, nullable) NSDictionary<NSString *,id> *audioSettings

AVCaptureInput.h
Declaration
From@property (nonatomic, readonly) NSArray *ports
To@property (nonatomic, readonly, nonnull) NSArray<AVCaptureInputPort *> *ports

Declaration
FromNSString *const AVCaptureInputPortFormatDescriptionDidChangeNotification
ToNSString *const _Nonnull AVCaptureInputPortFormatDescriptionDidChangeNotification

Declaration
From@property (nonatomic, readonly) AVCaptureInput *input
To@property (nonatomic, readonly, nonnull) AVCaptureInput *input

Declaration
From@property (nonatomic, readonly) NSString *mediaType
To@property (nonatomic, readonly, nonnull) AVMediaType mediaType

Declaration
From@property (nonatomic, readonly) CMFormatDescriptionRef formatDescription
To@property (nonatomic, readonly, nullable) CMFormatDescriptionRef formatDescription

Declaration
From@property (nonatomic, readonly) CMClockRef clock
To@property (nonatomic, readonly, nullable) CMClockRef clock

Declaration
From+ (instancetype)deviceInputWithDevice:(AVCaptureDevice *)device error:(NSError **)outError
To+ (nullable instancetype)deviceInputWithDevice:(nonnull AVCaptureDevice *)device error:(nullable NSError * _Nullable *)outError

Declaration
From- (instancetype)initWithDevice:(AVCaptureDevice *)device error:(NSError **)outError
To- (nullable instancetype)initWithDevice:(nonnull AVCaptureDevice *)device error:(nullable NSError * _Nullable *)outError

Declaration
From@property (nonatomic, readonly) AVCaptureDevice *device
To@property (nonatomic, readonly, nonnull) AVCaptureDevice *device

Declaration
From- (instancetype)initWithDisplayID:(CGDirectDisplayID)displayID
To- (nonnull instancetype)initWithDisplayID:(CGDirectDisplayID)displayID

AVCaptureOutput.h
Header
FromAVCaptureOutput.h
ToAVCaptureOutputBase.h

Header
FromAVCaptureOutput.h
ToAVCaptureVideoDataOutput.h

Header
FromAVCaptureOutput.h
ToAVCaptureVideoDataOutput.h

Header
FromAVCaptureOutput.h
ToAVCaptureAudioDataOutput.h

Header
FromAVCaptureOutput.h
ToAVCaptureAudioDataOutput.h

Header
FromAVCaptureOutput.h
ToAVCaptureFileOutput.h

Header
FromAVCaptureOutput.h
ToAVCaptureFileOutput.h

Header
FromAVCaptureOutput.h
ToAVCaptureFileOutput.h

Header
FromAVCaptureOutput.h
ToAVCaptureFileOutput.h

Header
FromAVCaptureOutput.h
ToAVCaptureFileOutput.h

Header
FromAVCaptureOutput.h
ToAVCaptureStillImageOutput.h

Header
FromAVCaptureOutput.h
ToAVCaptureAudioPreviewOutput.h

AVCaptureOutputBase.h
Header
FromAVCaptureOutput.h
ToAVCaptureOutputBase.h

Declaration
From@property (nonatomic, readonly) NSArray *connections
To@property (nonatomic, readonly, nonnull) NSArray<AVCaptureConnection *> *connections

Declaration
From- (AVCaptureConnection *)connectionWithMediaType:(NSString *)mediaType
To- (nullable AVCaptureConnection *)connectionWithMediaType:(nonnull AVMediaType)mediaType

AVCapturePhotoOutput.h
Added AVCapturePhotoOutput (AVCapturePhotoOutputDepthDataDeliverySupport)
Added AVCapturePhoto (AVCapturePhotoConversions)
Added AVCapturePhoto (AVCapturePhotoBracketedCapture)
AVCaptureSession.h
Declaration
FromNSString *const AVCaptureSessionRuntimeErrorNotification
ToNSString *const _Nonnull AVCaptureSessionRuntimeErrorNotification

Declaration
FromNSString *const AVCaptureSessionErrorKey
ToNSString *const _Nonnull AVCaptureSessionErrorKey

Declaration
FromNSString *const AVCaptureSessionDidStartRunningNotification
ToNSString *const _Nonnull AVCaptureSessionDidStartRunningNotification

Declaration
FromNSString *const AVCaptureSessionDidStopRunningNotification
ToNSString *const _Nonnull AVCaptureSessionDidStopRunningNotification

Declaration
From- (BOOL)canSetSessionPreset:(NSString *)preset
To- (BOOL)canSetSessionPreset:(nonnull AVCaptureSessionPreset)preset

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPresetPhoto
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetPhoto

Declaration
From@property (nonatomic, copy) NSString *sessionPreset
To@property (nonatomic, copy, nonnull) AVCaptureSessionPreset sessionPreset

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPresetHigh
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetHigh

Declaration
From@property (nonatomic, readonly) NSArray *inputs
To@property (nonatomic, readonly, nonnull) NSArray<__kindof AVCaptureInput *> *inputs

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPresetMedium
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetMedium

Declaration
From- (BOOL)canAddInput:(AVCaptureInput *)input
To- (BOOL)canAddInput:(nonnull AVCaptureInput *)input

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPresetLow
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetLow

Declaration
From- (void)addInput:(AVCaptureInput *)input
To- (void)addInput:(nonnull AVCaptureInput *)input

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPreset320x240
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPreset320x240

Declaration
From- (void)removeInput:(AVCaptureInput *)input
To- (void)removeInput:(nonnull AVCaptureInput *)input

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPreset352x288
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPreset352x288

Declaration
From@property (nonatomic, readonly) NSArray *outputs
To@property (nonatomic, readonly, nonnull) NSArray<__kindof AVCaptureOutput *> *outputs

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPreset640x480
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPreset640x480

Declaration
From- (BOOL)canAddOutput:(AVCaptureOutput *)output
To- (BOOL)canAddOutput:(nonnull AVCaptureOutput *)output

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPreset960x540
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPreset960x540

Declaration
From- (void)addOutput:(AVCaptureOutput *)output
To- (void)addOutput:(nonnull AVCaptureOutput *)output

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPreset1280x720
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPreset1280x720

Declaration
From- (void)removeOutput:(AVCaptureOutput *)output
To- (void)removeOutput:(nonnull AVCaptureOutput *)output

Declaration
From- (void)addInputWithNoConnections:(AVCaptureInput *)input
To- (void)addInputWithNoConnections:(nonnull AVCaptureInput *)input

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPresetiFrame960x540
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetiFrame960x540

Declaration
From- (void)addOutputWithNoConnections:(AVCaptureOutput *)output
To- (void)addOutputWithNoConnections:(nonnull AVCaptureOutput *)output

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPresetiFrame1280x720
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetiFrame1280x720

Declaration
From- (BOOL)canAddConnection:(AVCaptureConnection *)connection
To- (BOOL)canAddConnection:(nonnull AVCaptureConnection *)connection

Declaration
From- (void)addConnection:(AVCaptureConnection *)connection
To- (void)addConnection:(nonnull AVCaptureConnection *)connection

Declaration
From- (void)removeConnection:(AVCaptureConnection *)connection
To- (void)removeConnection:(nonnull AVCaptureConnection *)connection

Declaration
From@property (nonatomic, readonly) CMClockRef masterClock
To@property (nonatomic, readonly, nullable) CMClockRef masterClock

Declaration
From+ (instancetype)connectionWithInputPorts:(NSArray *)ports output:(AVCaptureOutput *)output
To+ (nonnull instancetype)connectionWithInputPorts:(nonnull NSArray<AVCaptureInputPort *> *)ports output:(nonnull AVCaptureOutput *)output

Declaration
From+ (instancetype)connectionWithInputPort:(AVCaptureInputPort *)port videoPreviewLayer:(AVCaptureVideoPreviewLayer *)layer
To+ (nonnull instancetype)connectionWithInputPort:(nonnull AVCaptureInputPort *)port videoPreviewLayer:(nonnull AVCaptureVideoPreviewLayer *)layer

Declaration
From- (instancetype)initWithInputPorts:(NSArray *)ports output:(AVCaptureOutput *)output
To- (nonnull instancetype)initWithInputPorts:(nonnull NSArray<AVCaptureInputPort *> *)ports output:(nonnull AVCaptureOutput *)output

Declaration
From- (instancetype)initWithInputPort:(AVCaptureInputPort *)port videoPreviewLayer:(AVCaptureVideoPreviewLayer *)layer
To- (nonnull instancetype)initWithInputPort:(nonnull AVCaptureInputPort *)port videoPreviewLayer:(nonnull AVCaptureVideoPreviewLayer *)layer

Declaration
From@property (nonatomic, readonly) NSArray *inputPorts
To@property (nonatomic, readonly, nonnull) NSArray<AVCaptureInputPort *> *inputPorts

Declaration
From@property (nonatomic, readonly) AVCaptureOutput *output
To@property (nonatomic, readonly, nonnull) AVCaptureOutput *output

Declaration
From@property (nonatomic, readonly) AVCaptureVideoPreviewLayer *videoPreviewLayer
To@property (nonatomic, readonly, nonnull) AVCaptureVideoPreviewLayer *videoPreviewLayer

Declaration
From@property (nonatomic, readonly) NSArray *audioChannels
To@property (nonatomic, readonly, nonnull) NSArray<AVCaptureAudioChannel *> *audioChannels

AVCaptureSessionPreset.h
HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPresetPhoto
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetPhoto

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPresetHigh
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetHigh

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPresetMedium
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetMedium

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPresetLow
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetLow

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPreset320x240
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPreset320x240

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPreset352x288
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPreset352x288

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPreset640x480
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPreset640x480

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPreset960x540
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPreset960x540

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPreset1280x720
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPreset1280x720

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPresetiFrame960x540
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetiFrame960x540

HeaderDeclaration
FromAVCaptureSession.hNSString *const AVCaptureSessionPresetiFrame1280x720
ToAVCaptureSessionPreset.hconst AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetiFrame1280x720

AVCaptureStillImageOutput.h
Header
FromAVCaptureOutput.h
ToAVCaptureStillImageOutput.h

Declaration
From@property (nonatomic, copy) NSDictionary *outputSettings
To@property (nonatomic, copy, nonnull) NSDictionary<NSString *,id> *outputSettings

Declaration
From@property (nonatomic, readonly) NSArray *availableImageDataCVPixelFormatTypes
To@property (nonatomic, readonly, nonnull) NSArray<NSNumber *> *availableImageDataCVPixelFormatTypes

Declaration
From@property (nonatomic, readonly) NSArray *availableImageDataCodecTypes
To@property (nonatomic, readonly, nonnull) NSArray<AVVideoCodecType> *availableImageDataCodecTypes

Declaration
From- (void)captureStillImageAsynchronouslyFromConnection:(AVCaptureConnection *)connection completionHandler:(void (^)(CMSampleBufferRef, NSError *))handler
To- (void)captureStillImageAsynchronouslyFromConnection:(nonnull AVCaptureConnection *)connection completionHandler:(nonnull void (^)(CMSampleBufferRef _Nullable, NSError * _Nullable))handler

Declaration
From+ (NSData *)jpegStillImageNSDataRepresentation:(CMSampleBufferRef)jpegSampleBuffer
To+ (nullable NSData *)jpegStillImageNSDataRepresentation:(nonnull CMSampleBufferRef)jpegSampleBuffer

AVCaptureVideoDataOutput.h
Header
FromAVCaptureOutput.h
ToAVCaptureVideoDataOutput.h

Declaration
From- (void)setSampleBufferDelegate:(id<AVCaptureVideoDataOutputSampleBufferDelegate>)sampleBufferDelegate queue:(dispatch_queue_t)sampleBufferCallbackQueue
To- (void)setSampleBufferDelegate:(nullable id<AVCaptureVideoDataOutputSampleBufferDelegate>)sampleBufferDelegate queue:(nullable dispatch_queue_t)sampleBufferCallbackQueue

Declaration
From@property (nonatomic, readonly) id<AVCaptureVideoDataOutputSampleBufferDelegate> sampleBufferDelegate
To@property (nonatomic, readonly, nullable) id<AVCaptureVideoDataOutputSampleBufferDelegate> sampleBufferDelegate

Declaration
From@property (nonatomic, readonly) dispatch_queue_t sampleBufferCallbackQueue
To@property (nonatomic, readonly, nullable) dispatch_queue_t sampleBufferCallbackQueue

Declaration
From@property (nonatomic, copy) NSDictionary *videoSettings
To@property (nonatomic, copy, null_resettable) NSDictionary<NSString *,id> *videoSettings

Declaration
From@property (nonatomic, readonly) NSArray *availableVideoCVPixelFormatTypes
To@property (nonatomic, readonly, nonnull) NSArray<NSNumber *> *availableVideoCVPixelFormatTypes

Declaration
From@property (nonatomic, readonly) NSArray *availableVideoCodecTypes
To@property (nonatomic, readonly, nonnull) NSArray<AVVideoCodecType> *availableVideoCodecTypes

Header
FromAVCaptureOutput.h
ToAVCaptureVideoDataOutput.h

Declaration
From- (void)captureOutput:(AVCaptureOutput *)captureOutput didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer fromConnection:(AVCaptureConnection *)connection
To- (void)captureOutput:(nonnull AVCaptureOutput *)output didOutputSampleBuffer:(nonnull CMSampleBufferRef)sampleBuffer fromConnection:(nonnull AVCaptureConnection *)connection

Declaration
From- (void)captureOutput:(AVCaptureOutput *)captureOutput didDropSampleBuffer:(CMSampleBufferRef)sampleBuffer fromConnection:(AVCaptureConnection *)connection
To- (void)captureOutput:(nonnull AVCaptureOutput *)output didDropSampleBuffer:(nonnull CMSampleBufferRef)sampleBuffer fromConnection:(nonnull AVCaptureConnection *)connection

AVCaptureVideoPreviewLayer.h
Declaration
From+ (instancetype)layerWithSession:(AVCaptureSession *)session
To+ (nonnull instancetype)layerWithSession:(nonnull AVCaptureSession *)session

Declaration
From- (instancetype)initWithSession:(AVCaptureSession *)session
To- (nonnull instancetype)initWithSession:(nonnull AVCaptureSession *)session

Declaration
From+ (instancetype)layerWithSessionWithNoConnection:(AVCaptureSession *)session
To+ (nonnull instancetype)layerWithSessionWithNoConnection:(nonnull AVCaptureSession *)session

Declaration
From- (instancetype)initWithSessionWithNoConnection:(AVCaptureSession *)session
To- (nonnull instancetype)initWithSessionWithNoConnection:(nonnull AVCaptureSession *)session

Declaration
From@property (nonatomic, retain) AVCaptureSession *session
To@property (nonatomic, retain, nullable) AVCaptureSession *session

Declaration
From- (void)setSessionWithNoConnection:(AVCaptureSession *)session
To- (void)setSessionWithNoConnection:(nonnull AVCaptureSession *)session

Declaration
From@property (nonatomic, readonly) AVCaptureConnection *connection
To@property (nonatomic, readonly, nullable) AVCaptureConnection *connection

Declaration
From@property (copy) NSString *videoGravity
To@property (copy, nonnull) AVLayerVideoGravity videoGravity

AVComposition.h
Declaration
From- (nonnull NSArray<AVCompositionTrack *> *)tracksWithMediaType:(nonnull NSString *)mediaType
To- (nonnull NSArray<AVCompositionTrack *> *)tracksWithMediaType:(nonnull AVMediaType)mediaType

Declaration
From- (nonnull NSArray<AVCompositionTrack *> *)tracksWithMediaCharacteristic:(nonnull NSString *)mediaCharacteristic
To- (nonnull NSArray<AVCompositionTrack *> *)tracksWithMediaCharacteristic:(nonnull AVMediaCharacteristic)mediaCharacteristic

Declaration
From- (nonnull AVMutableCompositionTrack *)addMutableTrackWithMediaType:(nonnull NSString *)mediaType preferredTrackID:(CMPersistentTrackID)preferredTrackID
To- (nullable AVMutableCompositionTrack *)addMutableTrackWithMediaType:(nonnull AVMediaType)mediaType preferredTrackID:(CMPersistentTrackID)preferredTrackID

Declaration
From- (nonnull NSArray<AVMutableCompositionTrack *> *)tracksWithMediaType:(nonnull NSString *)mediaType
To- (nonnull NSArray<AVMutableCompositionTrack *> *)tracksWithMediaType:(nonnull AVMediaType)mediaType

Declaration
From- (nonnull NSArray<AVMutableCompositionTrack *> *)tracksWithMediaCharacteristic:(nonnull NSString *)mediaCharacteristic
To- (nonnull NSArray<AVMutableCompositionTrack *> *)tracksWithMediaCharacteristic:(nonnull AVMediaCharacteristic)mediaCharacteristic

AVCompositionTrack.h
AVContentKeySession.h
Declaration
From+ (nonnull instancetype)contentKeySessionWithKeySystem:(nonnull AVContentKeySystem)keySystem storageDirectoryAtURL:(nullable NSURL *)storageURL
To+ (nonnull instancetype)contentKeySessionWithKeySystem:(nonnull AVContentKeySystem)keySystem storageDirectoryAtURL:(nonnull NSURL *)storageURL

Declaration
From+ (nonnull NSArray<NSDictionary *> *)pendingExpiredSessionReportsWithAppIdentifier:(nonnull NSData *)appIdentifier storageDirectoryAtURL:(nonnull NSURL *)storageURL
To+ (nonnull NSArray<NSData *> *)pendingExpiredSessionReportsWithAppIdentifier:(nonnull NSData *)appIdentifier storageDirectoryAtURL:(nonnull NSURL *)storageURL

Declaration
From+ (void)removePendingExpiredSessionReports:(nonnull NSArray<NSDictionary *> *)expiredSessionReports withAppIdentifier:(nonnull NSData *)appIdentifier storageDirectoryAtURL:(nonnull NSURL *)storageURL
To+ (void)removePendingExpiredSessionReports:(nonnull NSArray<NSData *> *)expiredSessionReports withAppIdentifier:(nonnull NSData *)appIdentifier storageDirectoryAtURL:(nonnull NSURL *)storageURL

Declaration
From- (void)makeStreamingContentKeyRequestDataForApp:(nonnull NSData *)appIdentifier contentIdentifier:(nullable NSData *)contentIdentifier options:(nullable NSDictionary<NSString *,id> *)options completionHandler:(nonnull void (^)(NSData * _Nullable, NSError * _Nullable))handler
To- (void)makeStreamingContentKeyRequestDataForApp:(nonnull NSData *)appIdentifier contentIdentifier:(nonnull NSData *)contentIdentifier options:(nullable NSDictionary<NSString *,id> *)options completionHandler:(nonnull void (^)(NSData * _Nullable, NSError * _Nullable))handler

AVDepthData.h
AVError.h
AVMediaFormat.h
Declaration
FromNSString *const AVMediaTypeVideo
Toconst AVMediaType AVMediaTypeVideo

Declaration
FromNSString *const AVMediaTypeAudio
Toconst AVMediaType AVMediaTypeAudio

Declaration
FromNSString *const AVMediaTypeText
Toconst AVMediaType AVMediaTypeText

Declaration
FromNSString *const AVMediaTypeClosedCaption
Toconst AVMediaType AVMediaTypeClosedCaption

Declaration
FromNSString *const AVMediaTypeSubtitle
Toconst AVMediaType AVMediaTypeSubtitle

Declaration
FromNSString *const AVMediaTypeTimecode
Toconst AVMediaType AVMediaTypeTimecode

Declaration
FromNSString *const AVMediaTypeMetadata
Toconst AVMediaType AVMediaTypeMetadata

Declaration
FromNSString *const AVMediaTypeMuxed
Toconst AVMediaType AVMediaTypeMuxed

Declaration
FromNSString *const AVMediaCharacteristicVisual
Toconst AVMediaCharacteristic AVMediaCharacteristicVisual

Declaration
FromNSString *const AVMediaCharacteristicAudible
Toconst AVMediaCharacteristic AVMediaCharacteristicAudible

Declaration
FromNSString *const AVMediaCharacteristicLegible
Toconst AVMediaCharacteristic AVMediaCharacteristicLegible

Declaration
FromNSString *const AVMediaCharacteristicFrameBased
Toconst AVMediaCharacteristic AVMediaCharacteristicFrameBased

Declaration
FromNSString *const AVMediaCharacteristicUsesWideGamutColorSpace
Toconst AVMediaCharacteristic AVMediaCharacteristicUsesWideGamutColorSpace

Declaration
FromNSString *const AVMediaCharacteristicIsMainProgramContent
Toconst AVMediaCharacteristic AVMediaCharacteristicIsMainProgramContent

Declaration
FromNSString *const AVMediaCharacteristicIsAuxiliaryContent
Toconst AVMediaCharacteristic AVMediaCharacteristicIsAuxiliaryContent

Declaration
FromNSString *const AVMediaCharacteristicContainsOnlyForcedSubtitles
Toconst AVMediaCharacteristic AVMediaCharacteristicContainsOnlyForcedSubtitles

Declaration
FromNSString *const AVMediaCharacteristicTranscribesSpokenDialogForAccessibility
Toconst AVMediaCharacteristic AVMediaCharacteristicTranscribesSpokenDialogForAccessibility

Declaration
FromNSString *const AVMediaCharacteristicDescribesMusicAndSoundForAccessibility
Toconst AVMediaCharacteristic AVMediaCharacteristicDescribesMusicAndSoundForAccessibility

Declaration
FromNSString *const AVMediaCharacteristicEasyToRead
Toconst AVMediaCharacteristic AVMediaCharacteristicEasyToRead

Declaration
FromNSString *const AVMediaCharacteristicDescribesVideoForAccessibility
Toconst AVMediaCharacteristic AVMediaCharacteristicDescribesVideoForAccessibility

Declaration
FromNSString *const AVMediaCharacteristicLanguageTranslation
Toconst AVMediaCharacteristic AVMediaCharacteristicLanguageTranslation

Declaration
FromNSString *const AVMediaCharacteristicDubbedTranslation
Toconst AVMediaCharacteristic AVMediaCharacteristicDubbedTranslation

Declaration
FromNSString *const AVMediaCharacteristicVoiceOverTranslation
Toconst AVMediaCharacteristic AVMediaCharacteristicVoiceOverTranslation

Declaration
FromNSString *const AVFileTypeQuickTimeMovie
Toconst AVFileType AVFileTypeQuickTimeMovie

Declaration
FromNSString *const AVFileTypeMPEG4
Toconst AVFileType AVFileTypeMPEG4

Declaration
FromNSString *const AVFileTypeAppleM4V
Toconst AVFileType AVFileTypeAppleM4V

Declaration
FromNSString *const AVFileTypeAppleM4A
Toconst AVFileType AVFileTypeAppleM4A

Declaration
FromNSString *const AVFileType3GPP
Toconst AVFileType AVFileType3GPP

Declaration
FromNSString *const AVFileType3GPP2
Toconst AVFileType AVFileType3GPP2

Declaration
FromNSString *const AVFileTypeCoreAudioFormat
Toconst AVFileType AVFileTypeCoreAudioFormat

Declaration
FromNSString *const AVFileTypeWAVE
Toconst AVFileType AVFileTypeWAVE

Declaration
FromNSString *const AVFileTypeAIFF
Toconst AVFileType AVFileTypeAIFF

Declaration
FromNSString *const AVFileTypeAIFC
Toconst AVFileType AVFileTypeAIFC

Modified AVFileTypeAMR
Declaration
FromNSString *const AVFileTypeAMR
Toconst AVFileType AVFileTypeAMR

Declaration
FromNSString *const AVFileTypeMPEGLayer3
Toconst AVFileType AVFileTypeMPEGLayer3

Declaration
FromNSString *const AVFileTypeSunAU
Toconst AVFileType AVFileTypeSunAU

Modified AVFileTypeAC3
Declaration
FromNSString *const AVFileTypeAC3
Toconst AVFileType AVFileTypeAC3

Declaration
FromNSString *const AVFileTypeEnhancedAC3
Toconst AVFileType AVFileTypeEnhancedAC3

AVMediaSelectionGroup.h
Declaration
From- (BOOL)hasMediaCharacteristic:(nonnull NSString *)mediaCharacteristic
To- (BOOL)hasMediaCharacteristic:(nonnull AVMediaCharacteristic)mediaCharacteristic

AVMetadataFormat.h
Declaration
FromNSString *const AVMetadataKeySpaceCommon
Toconst AVMetadataKeySpace AVMetadataKeySpaceCommon

Declaration
FromNSString *const AVMetadataCommonKeyTitle
Toconst AVMetadataKey AVMetadataCommonKeyTitle

Declaration
FromNSString *const AVMetadataCommonKeyCreator
Toconst AVMetadataKey AVMetadataCommonKeyCreator

Declaration
FromNSString *const AVMetadataCommonKeySubject
Toconst AVMetadataKey AVMetadataCommonKeySubject

Declaration
FromNSString *const AVMetadataCommonKeyDescription
Toconst AVMetadataKey AVMetadataCommonKeyDescription

Declaration
FromNSString *const AVMetadataCommonKeyPublisher
Toconst AVMetadataKey AVMetadataCommonKeyPublisher

Declaration
FromNSString *const AVMetadataCommonKeyContributor
Toconst AVMetadataKey AVMetadataCommonKeyContributor

Declaration
FromNSString *const AVMetadataCommonKeyCreationDate
Toconst AVMetadataKey AVMetadataCommonKeyCreationDate

Declaration
FromNSString *const AVMetadataCommonKeyLastModifiedDate
Toconst AVMetadataKey AVMetadataCommonKeyLastModifiedDate

Declaration
FromNSString *const AVMetadataCommonKeyType
Toconst AVMetadataKey AVMetadataCommonKeyType

Declaration
FromNSString *const AVMetadataCommonKeyFormat
Toconst AVMetadataKey AVMetadataCommonKeyFormat

Declaration
FromNSString *const AVMetadataCommonKeyIdentifier
Toconst AVMetadataKey AVMetadataCommonKeyIdentifier

Declaration
FromNSString *const AVMetadataCommonKeySource
Toconst AVMetadataKey AVMetadataCommonKeySource

Declaration
FromNSString *const AVMetadataCommonKeyLanguage
Toconst AVMetadataKey AVMetadataCommonKeyLanguage

Declaration
FromNSString *const AVMetadataCommonKeyRelation
Toconst AVMetadataKey AVMetadataCommonKeyRelation

Declaration
FromNSString *const AVMetadataCommonKeyLocation
Toconst AVMetadataKey AVMetadataCommonKeyLocation

Declaration
FromNSString *const AVMetadataCommonKeyCopyrights
Toconst AVMetadataKey AVMetadataCommonKeyCopyrights

Declaration
FromNSString *const AVMetadataCommonKeyAlbumName
Toconst AVMetadataKey AVMetadataCommonKeyAlbumName

Declaration
FromNSString *const AVMetadataCommonKeyAuthor
Toconst AVMetadataKey AVMetadataCommonKeyAuthor

Declaration
FromNSString *const AVMetadataCommonKeyArtist
Toconst AVMetadataKey AVMetadataCommonKeyArtist

Declaration
FromNSString *const AVMetadataCommonKeyArtwork
Toconst AVMetadataKey AVMetadataCommonKeyArtwork

Declaration
FromNSString *const AVMetadataCommonKeyMake
Toconst AVMetadataKey AVMetadataCommonKeyMake

Declaration
FromNSString *const AVMetadataCommonKeyModel
Toconst AVMetadataKey AVMetadataCommonKeyModel

Declaration
FromNSString *const AVMetadataCommonKeySoftware
Toconst AVMetadataKey AVMetadataCommonKeySoftware

Declaration
FromNSString *const AVMetadataFormatQuickTimeUserData
Toconst AVMetadataFormat AVMetadataFormatQuickTimeUserData

Declaration
FromNSString *const AVMetadataKeySpaceQuickTimeUserData
Toconst AVMetadataKeySpace AVMetadataKeySpaceQuickTimeUserData

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyAlbum
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyAlbum

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyArranger
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyArranger

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyArtist
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyArtist

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyAuthor
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyAuthor

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyChapter
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyChapter

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyComment
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyComment

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyComposer
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyComposer

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyCopyright
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyCopyright

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyCreationDate
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyCreationDate

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyDescription
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyDescription

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyDirector
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyDirector

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyDisclaimer
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyDisclaimer

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyEncodedBy
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyEncodedBy

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyFullName
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyFullName

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyGenre
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyGenre

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyHostComputer
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyHostComputer

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyInformation
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyInformation

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyKeywords
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyKeywords

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyMake
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyMake

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyModel
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyModel

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyOriginalArtist
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyOriginalArtist

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyOriginalFormat
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyOriginalFormat

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyOriginalSource
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyOriginalSource

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyPerformers
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyPerformers

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyProducer
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyProducer

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyPublisher
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyPublisher

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyProduct
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyProduct

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeySoftware
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeySoftware

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeySpecialPlaybackRequirements
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeySpecialPlaybackRequirements

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyTrack
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyTrack

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyWarning
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyWarning

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyWriter
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyWriter

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyURLLink
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyURLLink

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyLocationISO6709
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyLocationISO6709

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyTrackName
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyTrackName

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyCredits
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyCredits

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyPhonogramRights
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyPhonogramRights

Declaration
FromNSString *const AVMetadataQuickTimeUserDataKeyTaggedCharacteristic
Toconst AVMetadataKey AVMetadataQuickTimeUserDataKeyTaggedCharacteristic

Declaration
FromNSString *const AVMetadataFormatISOUserData
Toconst AVMetadataFormat AVMetadataFormatISOUserData

Declaration
FromNSString *const AVMetadataKeySpaceISOUserData
Toconst AVMetadataKeySpace AVMetadataKeySpaceISOUserData

Declaration
FromNSString *const AVMetadataISOUserDataKeyCopyright
Toconst AVMetadataKey AVMetadataISOUserDataKeyCopyright

Declaration
FromNSString *const AVMetadataISOUserDataKeyTaggedCharacteristic
Toconst AVMetadataKey AVMetadataISOUserDataKeyTaggedCharacteristic

Declaration
FromNSString *const AVMetadataISOUserDataKeyDate
Toconst AVMetadataKey AVMetadataISOUserDataKeyDate

Declaration
FromNSString *const AVMetadata3GPUserDataKeyCopyright
Toconst AVMetadataKey AVMetadata3GPUserDataKeyCopyright

Declaration
FromNSString *const AVMetadata3GPUserDataKeyAuthor
Toconst AVMetadataKey AVMetadata3GPUserDataKeyAuthor

Declaration
FromNSString *const AVMetadata3GPUserDataKeyPerformer
Toconst AVMetadataKey AVMetadata3GPUserDataKeyPerformer

Declaration
FromNSString *const AVMetadata3GPUserDataKeyGenre
Toconst AVMetadataKey AVMetadata3GPUserDataKeyGenre

Declaration
FromNSString *const AVMetadata3GPUserDataKeyRecordingYear
Toconst AVMetadataKey AVMetadata3GPUserDataKeyRecordingYear

Declaration
FromNSString *const AVMetadata3GPUserDataKeyLocation
Toconst AVMetadataKey AVMetadata3GPUserDataKeyLocation

Declaration
FromNSString *const AVMetadata3GPUserDataKeyTitle
Toconst AVMetadataKey AVMetadata3GPUserDataKeyTitle

Declaration
FromNSString *const AVMetadata3GPUserDataKeyDescription
Toconst AVMetadataKey AVMetadata3GPUserDataKeyDescription

Declaration
FromNSString *const AVMetadata3GPUserDataKeyCollection
Toconst AVMetadataKey AVMetadata3GPUserDataKeyCollection

Declaration
FromNSString *const AVMetadata3GPUserDataKeyUserRating
Toconst AVMetadataKey AVMetadata3GPUserDataKeyUserRating

Declaration
FromNSString *const AVMetadata3GPUserDataKeyThumbnail
Toconst AVMetadataKey AVMetadata3GPUserDataKeyThumbnail

Declaration
FromNSString *const AVMetadata3GPUserDataKeyAlbumAndTrack
Toconst AVMetadataKey AVMetadata3GPUserDataKeyAlbumAndTrack

Declaration
FromNSString *const AVMetadata3GPUserDataKeyKeywordList
Toconst AVMetadataKey AVMetadata3GPUserDataKeyKeywordList

Declaration
FromNSString *const AVMetadata3GPUserDataKeyMediaClassification
Toconst AVMetadataKey AVMetadata3GPUserDataKeyMediaClassification

Declaration
FromNSString *const AVMetadata3GPUserDataKeyMediaRating
Toconst AVMetadataKey AVMetadata3GPUserDataKeyMediaRating

Declaration
FromNSString *const AVMetadataFormatQuickTimeMetadata
Toconst AVMetadataFormat AVMetadataFormatQuickTimeMetadata

Declaration
FromNSString *const AVMetadataKeySpaceQuickTimeMetadata
Toconst AVMetadataKeySpace AVMetadataKeySpaceQuickTimeMetadata

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyAuthor
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyAuthor

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyComment
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyComment

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyCopyright
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyCopyright

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyCreationDate
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyCreationDate

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyDirector
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyDirector

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyDisplayName
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyDisplayName

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyInformation
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyInformation

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyKeywords
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyKeywords

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyProducer
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyProducer

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyPublisher
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyPublisher

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyAlbum
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyAlbum

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyArtist
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyArtist

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyArtwork
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyArtwork

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyDescription
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyDescription

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeySoftware
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeySoftware

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyYear
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyYear

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyGenre
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyGenre

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyiXML
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyiXML

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyLocationISO6709
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyLocationISO6709

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyMake
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyMake

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyModel
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyModel

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyArranger
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyArranger

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyEncodedBy
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyEncodedBy

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyOriginalArtist
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyOriginalArtist

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyPerformer
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyPerformer

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyComposer
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyComposer

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyCredits
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyCredits

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyPhonogramRights
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyPhonogramRights

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyCameraIdentifier
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyCameraIdentifier

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyCameraFrameReadoutTime
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyCameraFrameReadoutTime

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyTitle
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyTitle

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyCollectionUser
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyCollectionUser

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyRatingUser
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyRatingUser

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyLocationName
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyLocationName

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyLocationBody
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyLocationBody

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyLocationNote
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyLocationNote

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyLocationRole
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyLocationRole

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyLocationDate
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyLocationDate

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyDirectionFacing
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyDirectionFacing

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyDirectionMotion
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyDirectionMotion

Declaration
FromNSString *const AVMetadataQuickTimeMetadataKeyContentIdentifier
Toconst AVMetadataKey AVMetadataQuickTimeMetadataKeyContentIdentifier

Declaration
FromNSString *const AVMetadataFormatiTunesMetadata
Toconst AVMetadataFormat AVMetadataFormatiTunesMetadata

Declaration
FromNSString *const AVMetadataKeySpaceiTunes
Toconst AVMetadataKeySpace AVMetadataKeySpaceiTunes

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyAlbum
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyAlbum

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyArtist
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyArtist

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyUserComment
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyUserComment

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyCoverArt
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyCoverArt

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyCopyright
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyCopyright

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyReleaseDate
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyReleaseDate

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyEncodedBy
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyEncodedBy

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyPredefinedGenre
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyPredefinedGenre

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyUserGenre
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyUserGenre

Declaration
FromNSString *const AVMetadataiTunesMetadataKeySongName
Toconst AVMetadataKey AVMetadataiTunesMetadataKeySongName

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyTrackSubTitle
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyTrackSubTitle

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyEncodingTool
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyEncodingTool

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyComposer
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyComposer

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyAlbumArtist
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyAlbumArtist

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyAccountKind
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyAccountKind

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyAppleID
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyAppleID

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyArtistID
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyArtistID

Declaration
FromNSString *const AVMetadataiTunesMetadataKeySongID
Toconst AVMetadataKey AVMetadataiTunesMetadataKeySongID

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyDiscCompilation
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyDiscCompilation

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyDiscNumber
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyDiscNumber

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyGenreID
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyGenreID

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyGrouping
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyGrouping

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyPlaylistID
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyPlaylistID

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyContentRating
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyContentRating

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyBeatsPerMin
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyBeatsPerMin

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyTrackNumber
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyTrackNumber

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyArtDirector
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyArtDirector

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyArranger
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyArranger

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyAuthor
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyAuthor

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyLyrics
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyLyrics

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyAcknowledgement
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyAcknowledgement

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyConductor
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyConductor

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyDescription
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyDescription

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyDirector
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyDirector

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyEQ
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyEQ

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyLinerNotes
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyLinerNotes

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyRecordCompany
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyRecordCompany

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyOriginalArtist
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyOriginalArtist

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyPhonogramRights
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyPhonogramRights

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyProducer
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyProducer

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyPerformer
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyPerformer

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyPublisher
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyPublisher

Declaration
FromNSString *const AVMetadataiTunesMetadataKeySoundEngineer
Toconst AVMetadataKey AVMetadataiTunesMetadataKeySoundEngineer

Declaration
FromNSString *const AVMetadataiTunesMetadataKeySoloist
Toconst AVMetadataKey AVMetadataiTunesMetadataKeySoloist

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyCredits
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyCredits

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyThanks
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyThanks

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyOnlineExtras
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyOnlineExtras

Declaration
FromNSString *const AVMetadataiTunesMetadataKeyExecProducer
Toconst AVMetadataKey AVMetadataiTunesMetadataKeyExecProducer

Declaration
FromNSString *const AVMetadataFormatID3Metadata
Toconst AVMetadataFormat AVMetadataFormatID3Metadata

Declaration
FromNSString *const AVMetadataKeySpaceID3
Toconst AVMetadataKeySpace AVMetadataKeySpaceID3

Declaration
FromNSString *const AVMetadataID3MetadataKeyAudioEncryption
Toconst AVMetadataKey AVMetadataID3MetadataKeyAudioEncryption

Declaration
FromNSString *const AVMetadataID3MetadataKeyAttachedPicture
Toconst AVMetadataKey AVMetadataID3MetadataKeyAttachedPicture

Declaration
FromNSString *const AVMetadataID3MetadataKeyAudioSeekPointIndex
Toconst AVMetadataKey AVMetadataID3MetadataKeyAudioSeekPointIndex

Declaration
FromNSString *const AVMetadataID3MetadataKeyComments
Toconst AVMetadataKey AVMetadataID3MetadataKeyComments

Declaration
FromNSString *const AVMetadataID3MetadataKeyCommercial
Toconst AVMetadataKey AVMetadataID3MetadataKeyCommercial

Declaration
FromNSString *const AVMetadataID3MetadataKeyCommerical
Toconst AVMetadataKey AVMetadataID3MetadataKeyCommerical

Declaration
FromNSString *const AVMetadataID3MetadataKeyEncryption
Toconst AVMetadataKey AVMetadataID3MetadataKeyEncryption

Declaration
FromNSString *const AVMetadataID3MetadataKeyEqualization
Toconst AVMetadataKey AVMetadataID3MetadataKeyEqualization

Declaration
FromNSString *const AVMetadataID3MetadataKeyEqualization2
Toconst AVMetadataKey AVMetadataID3MetadataKeyEqualization2

Declaration
FromNSString *const AVMetadataID3MetadataKeyEventTimingCodes
Toconst AVMetadataKey AVMetadataID3MetadataKeyEventTimingCodes

Declaration
FromNSString *const AVMetadataID3MetadataKeyGeneralEncapsulatedObject
Toconst AVMetadataKey AVMetadataID3MetadataKeyGeneralEncapsulatedObject

Declaration
FromNSString *const AVMetadataID3MetadataKeyGroupIdentifier
Toconst AVMetadataKey AVMetadataID3MetadataKeyGroupIdentifier

Declaration
FromNSString *const AVMetadataID3MetadataKeyInvolvedPeopleList_v23
Toconst AVMetadataKey AVMetadataID3MetadataKeyInvolvedPeopleList_v23

Declaration
FromNSString *const AVMetadataID3MetadataKeyLink
Toconst AVMetadataKey AVMetadataID3MetadataKeyLink

Declaration
FromNSString *const AVMetadataID3MetadataKeyMusicCDIdentifier
Toconst AVMetadataKey AVMetadataID3MetadataKeyMusicCDIdentifier

Declaration
FromNSString *const AVMetadataID3MetadataKeyMPEGLocationLookupTable
Toconst AVMetadataKey AVMetadataID3MetadataKeyMPEGLocationLookupTable

Declaration
FromNSString *const AVMetadataID3MetadataKeyOwnership
Toconst AVMetadataKey AVMetadataID3MetadataKeyOwnership

Declaration
FromNSString *const AVMetadataID3MetadataKeyPrivate
Toconst AVMetadataKey AVMetadataID3MetadataKeyPrivate

Declaration
FromNSString *const AVMetadataID3MetadataKeyPlayCounter
Toconst AVMetadataKey AVMetadataID3MetadataKeyPlayCounter

Declaration
FromNSString *const AVMetadataID3MetadataKeyPopularimeter
Toconst AVMetadataKey AVMetadataID3MetadataKeyPopularimeter

Declaration
FromNSString *const AVMetadataID3MetadataKeyPositionSynchronization
Toconst AVMetadataKey AVMetadataID3MetadataKeyPositionSynchronization

Declaration
FromNSString *const AVMetadataID3MetadataKeyRecommendedBufferSize
Toconst AVMetadataKey AVMetadataID3MetadataKeyRecommendedBufferSize

Declaration
FromNSString *const AVMetadataID3MetadataKeyRelativeVolumeAdjustment
Toconst AVMetadataKey AVMetadataID3MetadataKeyRelativeVolumeAdjustment

Declaration
FromNSString *const AVMetadataID3MetadataKeyRelativeVolumeAdjustment2
Toconst AVMetadataKey AVMetadataID3MetadataKeyRelativeVolumeAdjustment2

Declaration
FromNSString *const AVMetadataID3MetadataKeyReverb
Toconst AVMetadataKey AVMetadataID3MetadataKeyReverb

Declaration
FromNSString *const AVMetadataID3MetadataKeySeek
Toconst AVMetadataKey AVMetadataID3MetadataKeySeek

Declaration
FromNSString *const AVMetadataID3MetadataKeySignature
Toconst AVMetadataKey AVMetadataID3MetadataKeySignature

Declaration
FromNSString *const AVMetadataID3MetadataKeySynchronizedLyric
Toconst AVMetadataKey AVMetadataID3MetadataKeySynchronizedLyric

Declaration
FromNSString *const AVMetadataID3MetadataKeySynchronizedTempoCodes
Toconst AVMetadataKey AVMetadataID3MetadataKeySynchronizedTempoCodes

Declaration
FromNSString *const AVMetadataID3MetadataKeyAlbumTitle
Toconst AVMetadataKey AVMetadataID3MetadataKeyAlbumTitle

Declaration
FromNSString *const AVMetadataID3MetadataKeyBeatsPerMinute
Toconst AVMetadataKey AVMetadataID3MetadataKeyBeatsPerMinute

Declaration
FromNSString *const AVMetadataID3MetadataKeyComposer
Toconst AVMetadataKey AVMetadataID3MetadataKeyComposer

Declaration
FromNSString *const AVMetadataID3MetadataKeyContentType
Toconst AVMetadataKey AVMetadataID3MetadataKeyContentType

Declaration
FromNSString *const AVMetadataID3MetadataKeyCopyright
Toconst AVMetadataKey AVMetadataID3MetadataKeyCopyright

Declaration
FromNSString *const AVMetadataID3MetadataKeyDate
Toconst AVMetadataKey AVMetadataID3MetadataKeyDate

Declaration
FromNSString *const AVMetadataID3MetadataKeyEncodingTime
Toconst AVMetadataKey AVMetadataID3MetadataKeyEncodingTime

Declaration
FromNSString *const AVMetadataID3MetadataKeyPlaylistDelay
Toconst AVMetadataKey AVMetadataID3MetadataKeyPlaylistDelay

Declaration
FromNSString *const AVMetadataID3MetadataKeyOriginalReleaseTime
Toconst AVMetadataKey AVMetadataID3MetadataKeyOriginalReleaseTime

Declaration
FromNSString *const AVMetadataID3MetadataKeyRecordingTime
Toconst AVMetadataKey AVMetadataID3MetadataKeyRecordingTime

Declaration
FromNSString *const AVMetadataID3MetadataKeyReleaseTime
Toconst AVMetadataKey AVMetadataID3MetadataKeyReleaseTime

Declaration
FromNSString *const AVMetadataID3MetadataKeyTaggingTime
Toconst AVMetadataKey AVMetadataID3MetadataKeyTaggingTime

Declaration
FromNSString *const AVMetadataID3MetadataKeyEncodedBy
Toconst AVMetadataKey AVMetadataID3MetadataKeyEncodedBy

Declaration
FromNSString *const AVMetadataID3MetadataKeyLyricist
Toconst AVMetadataKey AVMetadataID3MetadataKeyLyricist

Declaration
FromNSString *const AVMetadataID3MetadataKeyFileType
Toconst AVMetadataKey AVMetadataID3MetadataKeyFileType

Declaration
FromNSString *const AVMetadataID3MetadataKeyTime
Toconst AVMetadataKey AVMetadataID3MetadataKeyTime

Declaration
FromNSString *const AVMetadataID3MetadataKeyInvolvedPeopleList_v24
Toconst AVMetadataKey AVMetadataID3MetadataKeyInvolvedPeopleList_v24

Declaration
FromNSString *const AVMetadataID3MetadataKeyContentGroupDescription
Toconst AVMetadataKey AVMetadataID3MetadataKeyContentGroupDescription

Declaration
FromNSString *const AVMetadataID3MetadataKeyTitleDescription
Toconst AVMetadataKey AVMetadataID3MetadataKeyTitleDescription

Declaration
FromNSString *const AVMetadataID3MetadataKeySubTitle
Toconst AVMetadataKey AVMetadataID3MetadataKeySubTitle

Declaration
FromNSString *const AVMetadataID3MetadataKeyInitialKey
Toconst AVMetadataKey AVMetadataID3MetadataKeyInitialKey

Declaration
FromNSString *const AVMetadataID3MetadataKeyLanguage
Toconst AVMetadataKey AVMetadataID3MetadataKeyLanguage

Declaration
FromNSString *const AVMetadataID3MetadataKeyLength
Toconst AVMetadataKey AVMetadataID3MetadataKeyLength

Declaration
FromNSString *const AVMetadataID3MetadataKeyMusicianCreditsList
Toconst AVMetadataKey AVMetadataID3MetadataKeyMusicianCreditsList

Declaration
FromNSString *const AVMetadataID3MetadataKeyMediaType
Toconst AVMetadataKey AVMetadataID3MetadataKeyMediaType

Declaration
FromNSString *const AVMetadataID3MetadataKeyMood
Toconst AVMetadataKey AVMetadataID3MetadataKeyMood

Declaration
FromNSString *const AVMetadataID3MetadataKeyOriginalAlbumTitle
Toconst AVMetadataKey AVMetadataID3MetadataKeyOriginalAlbumTitle

Declaration
FromNSString *const AVMetadataID3MetadataKeyOriginalFilename
Toconst AVMetadataKey AVMetadataID3MetadataKeyOriginalFilename

Declaration
FromNSString *const AVMetadataID3MetadataKeyOriginalLyricist
Toconst AVMetadataKey AVMetadataID3MetadataKeyOriginalLyricist

Declaration
FromNSString *const AVMetadataID3MetadataKeyOriginalArtist
Toconst AVMetadataKey AVMetadataID3MetadataKeyOriginalArtist

Declaration
FromNSString *const AVMetadataID3MetadataKeyOriginalReleaseYear
Toconst AVMetadataKey AVMetadataID3MetadataKeyOriginalReleaseYear

Declaration
FromNSString *const AVMetadataID3MetadataKeyFileOwner
Toconst AVMetadataKey AVMetadataID3MetadataKeyFileOwner

Declaration
FromNSString *const AVMetadataID3MetadataKeyLeadPerformer
Toconst AVMetadataKey AVMetadataID3MetadataKeyLeadPerformer

Declaration
FromNSString *const AVMetadataID3MetadataKeyBand
Toconst AVMetadataKey AVMetadataID3MetadataKeyBand

Declaration
FromNSString *const AVMetadataID3MetadataKeyConductor
Toconst AVMetadataKey AVMetadataID3MetadataKeyConductor

Declaration
FromNSString *const AVMetadataID3MetadataKeyModifiedBy
Toconst AVMetadataKey AVMetadataID3MetadataKeyModifiedBy

Declaration
FromNSString *const AVMetadataID3MetadataKeyPartOfASet
Toconst AVMetadataKey AVMetadataID3MetadataKeyPartOfASet

Declaration
FromNSString *const AVMetadataID3MetadataKeyProducedNotice
Toconst AVMetadataKey AVMetadataID3MetadataKeyProducedNotice

Declaration
FromNSString *const AVMetadataID3MetadataKeyPublisher
Toconst AVMetadataKey AVMetadataID3MetadataKeyPublisher

Declaration
FromNSString *const AVMetadataID3MetadataKeyTrackNumber
Toconst AVMetadataKey AVMetadataID3MetadataKeyTrackNumber

Declaration
FromNSString *const AVMetadataID3MetadataKeyRecordingDates
Toconst AVMetadataKey AVMetadataID3MetadataKeyRecordingDates

Declaration
FromNSString *const AVMetadataID3MetadataKeyInternetRadioStationName
Toconst AVMetadataKey AVMetadataID3MetadataKeyInternetRadioStationName

Declaration
FromNSString *const AVMetadataID3MetadataKeyInternetRadioStationOwner
Toconst AVMetadataKey AVMetadataID3MetadataKeyInternetRadioStationOwner

Declaration
FromNSString *const AVMetadataID3MetadataKeySize
Toconst AVMetadataKey AVMetadataID3MetadataKeySize

Declaration
FromNSString *const AVMetadataID3MetadataKeyAlbumSortOrder
Toconst AVMetadataKey AVMetadataID3MetadataKeyAlbumSortOrder

Declaration
FromNSString *const AVMetadataID3MetadataKeyPerformerSortOrder
Toconst AVMetadataKey AVMetadataID3MetadataKeyPerformerSortOrder

Declaration
FromNSString *const AVMetadataID3MetadataKeyTitleSortOrder
Toconst AVMetadataKey AVMetadataID3MetadataKeyTitleSortOrder

Declaration
FromNSString *const AVMetadataID3MetadataKeyInternationalStandardRecordingCode
Toconst AVMetadataKey AVMetadataID3MetadataKeyInternationalStandardRecordingCode

Declaration
FromNSString *const AVMetadataID3MetadataKeyEncodedWith
Toconst AVMetadataKey AVMetadataID3MetadataKeyEncodedWith

Declaration
FromNSString *const AVMetadataID3MetadataKeySetSubtitle
Toconst AVMetadataKey AVMetadataID3MetadataKeySetSubtitle

Declaration
FromNSString *const AVMetadataID3MetadataKeyYear
Toconst AVMetadataKey AVMetadataID3MetadataKeyYear

Declaration
FromNSString *const AVMetadataID3MetadataKeyUserText
Toconst AVMetadataKey AVMetadataID3MetadataKeyUserText

Declaration
FromNSString *const AVMetadataID3MetadataKeyUniqueFileIdentifier
Toconst AVMetadataKey AVMetadataID3MetadataKeyUniqueFileIdentifier

Declaration
FromNSString *const AVMetadataID3MetadataKeyTermsOfUse
Toconst AVMetadataKey AVMetadataID3MetadataKeyTermsOfUse

Declaration
FromNSString *const AVMetadataID3MetadataKeyUnsynchronizedLyric
Toconst AVMetadataKey AVMetadataID3MetadataKeyUnsynchronizedLyric

Declaration
FromNSString *const AVMetadataID3MetadataKeyCommercialInformation
Toconst AVMetadataKey AVMetadataID3MetadataKeyCommercialInformation

Declaration
FromNSString *const AVMetadataID3MetadataKeyCopyrightInformation
Toconst AVMetadataKey AVMetadataID3MetadataKeyCopyrightInformation

Declaration
FromNSString *const AVMetadataID3MetadataKeyOfficialAudioFileWebpage
Toconst AVMetadataKey AVMetadataID3MetadataKeyOfficialAudioFileWebpage

Declaration
FromNSString *const AVMetadataID3MetadataKeyOfficialArtistWebpage
Toconst AVMetadataKey AVMetadataID3MetadataKeyOfficialArtistWebpage

Declaration
FromNSString *const AVMetadataID3MetadataKeyOfficialAudioSourceWebpage
Toconst AVMetadataKey AVMetadataID3MetadataKeyOfficialAudioSourceWebpage

Declaration
FromNSString *const AVMetadataID3MetadataKeyOfficialInternetRadioStationHomepage
Toconst AVMetadataKey AVMetadataID3MetadataKeyOfficialInternetRadioStationHomepage

Declaration
FromNSString *const AVMetadataID3MetadataKeyPayment
Toconst AVMetadataKey AVMetadataID3MetadataKeyPayment

Declaration
FromNSString *const AVMetadataID3MetadataKeyOfficialPublisherWebpage
Toconst AVMetadataKey AVMetadataID3MetadataKeyOfficialPublisherWebpage

Declaration
FromNSString *const AVMetadataID3MetadataKeyUserURL
Toconst AVMetadataKey AVMetadataID3MetadataKeyUserURL

Declaration
FromNSString *const AVMetadataKeySpaceIcy
Toconst AVMetadataKeySpace AVMetadataKeySpaceIcy

Declaration
FromNSString *const AVMetadataIcyMetadataKeyStreamTitle
Toconst AVMetadataKey AVMetadataIcyMetadataKeyStreamTitle

Declaration
FromNSString *const AVMetadataIcyMetadataKeyStreamURL
Toconst AVMetadataKey AVMetadataIcyMetadataKeyStreamURL

Declaration
FromNSString *const AVMetadataFormatHLSMetadata
Toconst AVMetadataFormat AVMetadataFormatHLSMetadata

Declaration
FromNSString *const AVMetadataKeySpaceHLSDateRange
Toconst AVMetadataKeySpace AVMetadataKeySpaceHLSDateRange

Declaration
FromNSString *const AVMetadataExtraAttributeValueURIKey
Toconst AVMetadataExtraAttributeKey AVMetadataExtraAttributeValueURIKey

Declaration
FromNSString *const AVMetadataExtraAttributeBaseURIKey
Toconst AVMetadataExtraAttributeKey AVMetadataExtraAttributeBaseURIKey

Declaration
FromNSString *const AVMetadataExtraAttributeInfoKey
Toconst AVMetadataExtraAttributeKey AVMetadataExtraAttributeInfoKey

AVMetadataIdentifiers.h
Declaration
FromNSString *const AVMetadataCommonIdentifierTitle
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierTitle

Declaration
FromNSString *const AVMetadataCommonIdentifierCreator
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierCreator

Declaration
FromNSString *const AVMetadataCommonIdentifierSubject
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierSubject

Declaration
FromNSString *const AVMetadataCommonIdentifierDescription
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierDescription

Declaration
FromNSString *const AVMetadataCommonIdentifierPublisher
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierPublisher

Declaration
FromNSString *const AVMetadataCommonIdentifierContributor
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierContributor

Declaration
FromNSString *const AVMetadataCommonIdentifierCreationDate
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierCreationDate

Declaration
FromNSString *const AVMetadataCommonIdentifierLastModifiedDate
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierLastModifiedDate

Declaration
FromNSString *const AVMetadataCommonIdentifierType
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierType

Declaration
FromNSString *const AVMetadataCommonIdentifierFormat
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierFormat

Declaration
FromNSString *const AVMetadataCommonIdentifierAssetIdentifier
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierAssetIdentifier

Declaration
FromNSString *const AVMetadataCommonIdentifierSource
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierSource

Declaration
FromNSString *const AVMetadataCommonIdentifierLanguage
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierLanguage

Declaration
FromNSString *const AVMetadataCommonIdentifierRelation
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierRelation

Declaration
FromNSString *const AVMetadataCommonIdentifierLocation
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierLocation

Declaration
FromNSString *const AVMetadataCommonIdentifierCopyrights
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierCopyrights

Declaration
FromNSString *const AVMetadataCommonIdentifierAlbumName
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierAlbumName

Declaration
FromNSString *const AVMetadataCommonIdentifierAuthor
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierAuthor

Declaration
FromNSString *const AVMetadataCommonIdentifierArtist
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierArtist

Declaration
FromNSString *const AVMetadataCommonIdentifierArtwork
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierArtwork

Declaration
FromNSString *const AVMetadataCommonIdentifierMake
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierMake

Declaration
FromNSString *const AVMetadataCommonIdentifierModel
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierModel

Declaration
FromNSString *const AVMetadataCommonIdentifierSoftware
Toconst AVMetadataIdentifier AVMetadataCommonIdentifierSoftware

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataAlbum
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataAlbum

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataArranger
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataArranger

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataArtist
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataArtist

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataAuthor
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataAuthor

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataChapter
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataChapter

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataComment
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataComment

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataComposer
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataComposer

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataCopyright
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataCopyright

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataCreationDate
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataCreationDate

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataDescription
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataDescription

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataDirector
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataDirector

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataDisclaimer
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataDisclaimer

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataEncodedBy
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataEncodedBy

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataFullName
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataFullName

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataGenre
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataGenre

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataHostComputer
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataHostComputer

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataInformation
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataInformation

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataKeywords
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataKeywords

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataMake
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataMake

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataModel
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataModel

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataOriginalArtist
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataOriginalArtist

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataOriginalFormat
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataOriginalFormat

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataOriginalSource
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataOriginalSource

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataPerformers
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataPerformers

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataProducer
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataProducer

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataPublisher
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataPublisher

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataProduct
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataProduct

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataSoftware
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataSoftware

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataSpecialPlaybackRequirements
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataSpecialPlaybackRequirements

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataTrack
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataTrack

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataWarning
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataWarning

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataWriter
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataWriter

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataURLLink
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataURLLink

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataLocationISO6709
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataLocationISO6709

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataTrackName
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataTrackName

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataCredits
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataCredits

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataPhonogramRights
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataPhonogramRights

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeUserDataTaggedCharacteristic
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataTaggedCharacteristic

Declaration
FromNSString *const AVMetadataIdentifierISOUserDataCopyright
Toconst AVMetadataIdentifier AVMetadataIdentifierISOUserDataCopyright

Declaration
FromNSString *const AVMetadataIdentifierISOUserDataDate
Toconst AVMetadataIdentifier AVMetadataIdentifierISOUserDataDate

Declaration
FromNSString *const AVMetadataIdentifierISOUserDataTaggedCharacteristic
Toconst AVMetadataIdentifier AVMetadataIdentifierISOUserDataTaggedCharacteristic

Declaration
FromNSString *const AVMetadataIdentifier3GPUserDataCopyright
Toconst AVMetadataIdentifier AVMetadataIdentifier3GPUserDataCopyright

Declaration
FromNSString *const AVMetadataIdentifier3GPUserDataAuthor
Toconst AVMetadataIdentifier AVMetadataIdentifier3GPUserDataAuthor

Declaration
FromNSString *const AVMetadataIdentifier3GPUserDataPerformer
Toconst AVMetadataIdentifier AVMetadataIdentifier3GPUserDataPerformer

Declaration
FromNSString *const AVMetadataIdentifier3GPUserDataGenre
Toconst AVMetadataIdentifier AVMetadataIdentifier3GPUserDataGenre

Declaration
FromNSString *const AVMetadataIdentifier3GPUserDataRecordingYear
Toconst AVMetadataIdentifier AVMetadataIdentifier3GPUserDataRecordingYear

Declaration
FromNSString *const AVMetadataIdentifier3GPUserDataLocation
Toconst AVMetadataIdentifier AVMetadataIdentifier3GPUserDataLocation

Declaration
FromNSString *const AVMetadataIdentifier3GPUserDataTitle
Toconst AVMetadataIdentifier AVMetadataIdentifier3GPUserDataTitle

Declaration
FromNSString *const AVMetadataIdentifier3GPUserDataDescription
Toconst AVMetadataIdentifier AVMetadataIdentifier3GPUserDataDescription

Declaration
FromNSString *const AVMetadataIdentifier3GPUserDataCollection
Toconst AVMetadataIdentifier AVMetadataIdentifier3GPUserDataCollection

Declaration
FromNSString *const AVMetadataIdentifier3GPUserDataUserRating
Toconst AVMetadataIdentifier AVMetadataIdentifier3GPUserDataUserRating

Declaration
FromNSString *const AVMetadataIdentifier3GPUserDataThumbnail
Toconst AVMetadataIdentifier AVMetadataIdentifier3GPUserDataThumbnail

Declaration
FromNSString *const AVMetadataIdentifier3GPUserDataAlbumAndTrack
Toconst AVMetadataIdentifier AVMetadataIdentifier3GPUserDataAlbumAndTrack

Declaration
FromNSString *const AVMetadataIdentifier3GPUserDataKeywordList
Toconst AVMetadataIdentifier AVMetadataIdentifier3GPUserDataKeywordList

Declaration
FromNSString *const AVMetadataIdentifier3GPUserDataMediaClassification
Toconst AVMetadataIdentifier AVMetadataIdentifier3GPUserDataMediaClassification

Declaration
FromNSString *const AVMetadataIdentifier3GPUserDataMediaRating
Toconst AVMetadataIdentifier AVMetadataIdentifier3GPUserDataMediaRating

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataAuthor
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataAuthor

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataComment
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataComment

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataCopyright
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataCopyright

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataCreationDate
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataCreationDate

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataDirector
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataDirector

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataDisplayName
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataDisplayName

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataInformation
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataInformation

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataKeywords
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataKeywords

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataProducer
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataProducer

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataPublisher
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataPublisher

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataAlbum
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataAlbum

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataArtist
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataArtist

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataArtwork
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataArtwork

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataDescription
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataDescription

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataSoftware
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataSoftware

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataYear
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataYear

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataGenre
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataGenre

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataiXML
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataiXML

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataLocationISO6709
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataLocationISO6709

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataMake
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataMake

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataModel
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataModel

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataArranger
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataArranger

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataEncodedBy
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataEncodedBy

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataOriginalArtist
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataOriginalArtist

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataPerformer
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataPerformer

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataComposer
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataComposer

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataCredits
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataCredits

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataPhonogramRights
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataPhonogramRights

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataCameraIdentifier
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataCameraIdentifier

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataCameraFrameReadoutTime
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataCameraFrameReadoutTime

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataTitle
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataTitle

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataCollectionUser
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataCollectionUser

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataRatingUser
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataRatingUser

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataLocationName
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataLocationName

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataLocationBody
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataLocationBody

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataLocationNote
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataLocationNote

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataLocationRole
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataLocationRole

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataLocationDate
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataLocationDate

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataDirectionFacing
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataDirectionFacing

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataDirectionMotion
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataDirectionMotion

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataPreferredAffineTransform
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataPreferredAffineTransform

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataDetectedFace
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataDetectedFace

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataVideoOrientation
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataVideoOrientation

Declaration
FromNSString *const AVMetadataIdentifierQuickTimeMetadataContentIdentifier
Toconst AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataContentIdentifier

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataAlbum
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataAlbum

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataArtist
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataArtist

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataUserComment
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataUserComment

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataCoverArt
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataCoverArt

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataCopyright
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataCopyright

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataReleaseDate
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataReleaseDate

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataEncodedBy
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataEncodedBy

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataPredefinedGenre
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataPredefinedGenre

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataUserGenre
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataUserGenre

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataSongName
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataSongName

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataTrackSubTitle
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataTrackSubTitle

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataEncodingTool
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataEncodingTool

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataComposer
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataComposer

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataAlbumArtist
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataAlbumArtist

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataAccountKind
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataAccountKind

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataAppleID
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataAppleID

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataArtistID
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataArtistID

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataSongID
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataSongID

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataDiscCompilation
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataDiscCompilation

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataDiscNumber
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataDiscNumber

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataGenreID
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataGenreID

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataGrouping
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataGrouping

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataPlaylistID
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataPlaylistID

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataContentRating
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataContentRating

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataBeatsPerMin
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataBeatsPerMin

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataTrackNumber
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataTrackNumber

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataArtDirector
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataArtDirector

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataArranger
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataArranger

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataAuthor
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataAuthor

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataLyrics
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataLyrics

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataAcknowledgement
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataAcknowledgement

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataConductor
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataConductor

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataDescription
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataDescription

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataDirector
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataDirector

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataEQ
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataEQ

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataLinerNotes
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataLinerNotes

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataRecordCompany
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataRecordCompany

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataOriginalArtist
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataOriginalArtist

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataPhonogramRights
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataPhonogramRights

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataProducer
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataProducer

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataPerformer
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataPerformer

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataPublisher
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataPublisher

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataSoundEngineer
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataSoundEngineer

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataSoloist
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataSoloist

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataCredits
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataCredits

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataThanks
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataThanks

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataOnlineExtras
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataOnlineExtras

Declaration
FromNSString *const AVMetadataIdentifieriTunesMetadataExecProducer
Toconst AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataExecProducer

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataAudioEncryption
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataAudioEncryption

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataAttachedPicture
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataAttachedPicture

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataAudioSeekPointIndex
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataAudioSeekPointIndex

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataComments
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataComments

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataCommercial
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataCommercial

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataCommerical
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataCommerical

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataEncryption
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataEncryption

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataEqualization
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataEqualization

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataEqualization2
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataEqualization2

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataEventTimingCodes
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataEventTimingCodes

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataGeneralEncapsulatedObject
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataGeneralEncapsulatedObject

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataGroupIdentifier
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataGroupIdentifier

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataInvolvedPeopleList_v23
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataInvolvedPeopleList_v23

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataLink
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataLink

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataMusicCDIdentifier
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataMusicCDIdentifier

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataMPEGLocationLookupTable
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataMPEGLocationLookupTable

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataOwnership
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataOwnership

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataPrivate
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataPrivate

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataPlayCounter
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataPlayCounter

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataPopularimeter
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataPopularimeter

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataPositionSynchronization
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataPositionSynchronization

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataRecommendedBufferSize
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataRecommendedBufferSize

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataRelativeVolumeAdjustment
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataRelativeVolumeAdjustment

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataRelativeVolumeAdjustment2
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataRelativeVolumeAdjustment2

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataReverb
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataReverb

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataSeek
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataSeek

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataSignature
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataSignature

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataSynchronizedLyric
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataSynchronizedLyric

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataSynchronizedTempoCodes
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataSynchronizedTempoCodes

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataAlbumTitle
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataAlbumTitle

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataBeatsPerMinute
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataBeatsPerMinute

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataComposer
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataComposer

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataContentType
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataContentType

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataCopyright
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataCopyright

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataDate
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataDate

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataEncodingTime
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataEncodingTime

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataPlaylistDelay
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataPlaylistDelay

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataOriginalReleaseTime
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataOriginalReleaseTime

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataRecordingTime
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataRecordingTime

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataReleaseTime
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataReleaseTime

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataTaggingTime
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataTaggingTime

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataEncodedBy
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataEncodedBy

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataLyricist
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataLyricist

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataFileType
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataFileType

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataTime
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataTime

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataInvolvedPeopleList_v24
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataInvolvedPeopleList_v24

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataContentGroupDescription
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataContentGroupDescription

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataTitleDescription
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataTitleDescription

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataSubTitle
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataSubTitle

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataInitialKey
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataInitialKey

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataLanguage
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataLanguage

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataLength
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataLength

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataMusicianCreditsList
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataMusicianCreditsList

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataMediaType
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataMediaType

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataMood
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataMood

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataOriginalAlbumTitle
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataOriginalAlbumTitle

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataOriginalFilename
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataOriginalFilename

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataOriginalLyricist
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataOriginalLyricist

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataOriginalArtist
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataOriginalArtist

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataOriginalReleaseYear
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataOriginalReleaseYear

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataFileOwner
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataFileOwner

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataLeadPerformer
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataLeadPerformer

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataBand
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataBand

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataConductor
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataConductor

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataModifiedBy
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataModifiedBy

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataPartOfASet
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataPartOfASet

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataProducedNotice
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataProducedNotice

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataPublisher
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataPublisher

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataTrackNumber
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataTrackNumber

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataRecordingDates
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataRecordingDates

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataInternetRadioStationName
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataInternetRadioStationName

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataInternetRadioStationOwner
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataInternetRadioStationOwner

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataSize
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataSize

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataAlbumSortOrder
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataAlbumSortOrder

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataPerformerSortOrder
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataPerformerSortOrder

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataTitleSortOrder
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataTitleSortOrder

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataInternationalStandardRecordingCode
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataInternationalStandardRecordingCode

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataEncodedWith
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataEncodedWith

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataSetSubtitle
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataSetSubtitle

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataYear
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataYear

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataUserText
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataUserText

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataUniqueFileIdentifier
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataUniqueFileIdentifier

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataTermsOfUse
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataTermsOfUse

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataUnsynchronizedLyric
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataUnsynchronizedLyric

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataCommercialInformation
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataCommercialInformation

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataCopyrightInformation
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataCopyrightInformation

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataOfficialAudioFileWebpage
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataOfficialAudioFileWebpage

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataOfficialArtistWebpage
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataOfficialArtistWebpage

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataOfficialAudioSourceWebpage
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataOfficialAudioSourceWebpage

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataOfficialInternetRadioStationHomepage
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataOfficialInternetRadioStationHomepage

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataPayment
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataPayment

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataOfficialPublisherWebpage
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataOfficialPublisherWebpage

Declaration
FromNSString *const AVMetadataIdentifierID3MetadataUserURL
Toconst AVMetadataIdentifier AVMetadataIdentifierID3MetadataUserURL

Declaration
FromNSString *const AVMetadataIdentifierIcyMetadataStreamTitle
Toconst AVMetadataIdentifier AVMetadataIdentifierIcyMetadataStreamTitle

Declaration
FromNSString *const AVMetadataIdentifierIcyMetadataStreamURL
Toconst AVMetadataIdentifier AVMetadataIdentifierIcyMetadataStreamURL

AVMetadataItem.h
Declaration
From@property (nonatomic, readonly, copy, nullable) NSString *identifier
To@property (nonatomic, readonly, copy, nullable) AVMetadataIdentifier identifier

Declaration
From@property (nonatomic, readonly, copy, nullable) NSDictionary<NSString *,id> *extraAttributes
To@property (nonatomic, readonly, copy, nullable) NSDictionary<AVMetadataExtraAttributeKey,id> *extraAttributes

Declaration
From+ (nonnull NSArray<AVMetadataItem *> *)metadataItemsFromArray:(nonnull NSArray<AVMetadataItem *> *)metadataItems filteredByIdentifier:(nonnull NSString *)identifier
To+ (nonnull NSArray<AVMetadataItem *> *)metadataItemsFromArray:(nonnull NSArray<AVMetadataItem *> *)metadataItems filteredByIdentifier:(nonnull AVMetadataIdentifier)identifier

Declaration
From+ (nullable NSString *)identifierForKey:(nonnull id)key keySpace:(nonnull NSString *)keySpace
To+ (nullable AVMetadataIdentifier)identifierForKey:(nonnull id)key keySpace:(nonnull AVMetadataKeySpace)keySpace

Declaration
From+ (nullable NSString *)keySpaceForIdentifier:(nonnull NSString *)identifier
To+ (nullable AVMetadataKeySpace)keySpaceForIdentifier:(nonnull AVMetadataIdentifier)identifier

Declaration
From+ (nullable id)keyForIdentifier:(nonnull NSString *)identifier
To+ (nullable id)keyForIdentifier:(nonnull AVMetadataIdentifier)identifier

Declaration
From@property (nonatomic, readonly, copy, nullable) NSString *commonKey
To@property (nonatomic, readonly, copy, nullable) AVMetadataKey commonKey

Declaration
From@property (nonatomic, readonly, copy, nullable) NSString *keySpace
To@property (nonatomic, readonly, copy, nullable) AVMetadataKeySpace keySpace

Declaration
From@property (nonatomic, readwrite, copy, nullable) NSString *identifier
To@property (nonatomic, readwrite, copy, nullable) AVMetadataIdentifier identifier

Declaration
From@property (nonatomic, readwrite, copy, nullable) NSDictionary<NSString *,id> *extraAttributes
To@property (nonatomic, readwrite, copy, nullable) NSDictionary<AVMetadataExtraAttributeKey,id> *extraAttributes

Declaration
From@property (nonatomic, readwrite, copy, nullable) NSString *keySpace
To@property (nonatomic, readwrite, copy, nullable) AVMetadataKeySpace keySpace

Declaration
From+ (nonnull NSArray<AVMetadataItem *> *)metadataItemsFromArray:(nonnull NSArray<AVMetadataItem *> *)metadataItems withKey:(nullable id)key keySpace:(nullable NSString *)keySpace
To+ (nonnull NSArray<AVMetadataItem *> *)metadataItemsFromArray:(nonnull NSArray<AVMetadataItem *> *)metadataItems withKey:(nullable id)key keySpace:(nullable AVMetadataKeySpace)keySpace

AVMetadataObject.h
Added AVMetadataMachineReadableCodeObject (AVMetadataMachineReadableCodeDescriptor)
Declaration
From@property (readonly) NSString *type
To@property (readonly, nonnull) AVMetadataObjectType type

Declaration
FromNSString *const AVMetadataObjectTypeFace
Toconst AVMetadataObjectType _Nonnull AVMetadataObjectTypeFace

AVMovie.h
Declaration
From+ (nonnull NSArray<NSString *> *)movieTypes
To+ (nonnull NSArray<AVFileType> *)movieTypes

Declaration
From- (nullable NSData *)movieHeaderWithFileType:(nonnull NSString *)fileType error:(nullable NSError * _Nullable *)outError
To- (nullable NSData *)movieHeaderWithFileType:(nonnull AVFileType)fileType error:(nullable NSError * _Nullable *)outError

Declaration
From- (BOOL)writeMovieHeaderToURL:(nonnull NSURL *)URL fileType:(nonnull NSString *)fileType options:(AVMovieWritingOptions)options error:(nullable NSError * _Nullable *)outError
To- (BOOL)writeMovieHeaderToURL:(nonnull NSURL *)URL fileType:(nonnull AVFileType)fileType options:(AVMovieWritingOptions)options error:(nullable NSError * _Nullable *)outError

Declaration
From- (BOOL)isCompatibleWithFileType:(nonnull NSString *)fileType
To- (BOOL)isCompatibleWithFileType:(nonnull AVFileType)fileType

Declaration
From- (nonnull NSArray<AVMovieTrack *> *)tracksWithMediaType:(nonnull NSString *)mediaType
To- (nonnull NSArray<AVMovieTrack *> *)tracksWithMediaType:(nonnull AVMediaType)mediaType

Declaration
From- (nonnull NSArray<AVMovieTrack *> *)tracksWithMediaCharacteristic:(nonnull NSString *)mediaCharacteristic
To- (nonnull NSArray<AVMovieTrack *> *)tracksWithMediaCharacteristic:(nonnull AVMediaCharacteristic)mediaCharacteristic

Declaration
From@property (nonatomic, copy, nonnull) AVMediaDataStorage *defaultMediaDataStorage
To@property (nonatomic, copy, nullable) AVMediaDataStorage *defaultMediaDataStorage

Declaration
From- (nonnull AVMutableMovieTrack *)addMutableTrackWithMediaType:(nonnull NSString *)mediaType copySettingsFromTrack:(nullable AVAssetTrack *)track options:(nullable NSDictionary<NSString *,id> *)options
To- (nullable AVMutableMovieTrack *)addMutableTrackWithMediaType:(nonnull AVMediaType)mediaType copySettingsFromTrack:(nullable AVAssetTrack *)track options:(nullable NSDictionary<NSString *,id> *)options

Declaration
From- (nonnull NSArray<AVMutableMovieTrack *> *)tracksWithMediaType:(nonnull NSString *)mediaType
To- (nonnull NSArray<AVMutableMovieTrack *> *)tracksWithMediaType:(nonnull AVMediaType)mediaType

Declaration
From- (nonnull NSArray<AVMutableMovieTrack *> *)tracksWithMediaCharacteristic:(nonnull NSString *)mediaCharacteristic
To- (nonnull NSArray<AVMutableMovieTrack *> *)tracksWithMediaCharacteristic:(nonnull AVMediaCharacteristic)mediaCharacteristic

Declaration
From- (nonnull NSArray<AVFragmentedMovieTrack *> *)tracksWithMediaType:(nonnull NSString *)mediaType
To- (nonnull NSArray<AVFragmentedMovieTrack *> *)tracksWithMediaType:(nonnull AVMediaType)mediaType

Declaration
From- (nonnull NSArray<AVFragmentedMovieTrack *> *)tracksWithMediaCharacteristic:(nonnull NSString *)mediaCharacteristic
To- (nonnull NSArray<AVFragmentedMovieTrack *> *)tracksWithMediaCharacteristic:(nonnull AVMediaCharacteristic)mediaCharacteristic

AVMovieTrack.h
AVOutputSettingsAssistant.h
Declaration
FromNSString *const _Nonnull AVOutputSettingsPreset640x480
Toconst AVOutputSettingsPreset _Nonnull AVOutputSettingsPreset640x480

Declaration
FromNSString *const _Nonnull AVOutputSettingsPreset960x540
Toconst AVOutputSettingsPreset _Nonnull AVOutputSettingsPreset960x540

Declaration
FromNSString *const _Nonnull AVOutputSettingsPreset1280x720
Toconst AVOutputSettingsPreset _Nonnull AVOutputSettingsPreset1280x720

Declaration
FromNSString *const _Nonnull AVOutputSettingsPreset1920x1080
Toconst AVOutputSettingsPreset _Nonnull AVOutputSettingsPreset1920x1080

Declaration
FromNSString *const _Nonnull AVOutputSettingsPreset3840x2160
Toconst AVOutputSettingsPreset _Nonnull AVOutputSettingsPreset3840x2160

Declaration
From+ (nonnull NSArray<NSString *> *)availableOutputSettingsPresets
To+ (nonnull NSArray<AVOutputSettingsPreset> *)availableOutputSettingsPresets

Declaration
From+ (nullable instancetype)outputSettingsAssistantWithPreset:(nonnull NSString *)presetIdentifier
To+ (nullable instancetype)outputSettingsAssistantWithPreset:(nonnull AVOutputSettingsPreset)presetIdentifier

Declaration
From@property (nonatomic, readonly, nonnull) NSString *outputFileType
To@property (nonatomic, readonly, nonnull) AVFileType outputFileType

AVPlayer.h
Declaration
FromNSString *const _Nonnull AVPlayerWaitingToMinimizeStallsReason
Toconst AVPlayerWaitingReason _Nonnull AVPlayerWaitingToMinimizeStallsReason

Declaration
FromNSString *const _Nonnull AVPlayerWaitingWhileEvaluatingBufferingRateReason
Toconst AVPlayerWaitingReason _Nonnull AVPlayerWaitingWhileEvaluatingBufferingRateReason

Declaration
FromNSString *const _Nonnull AVPlayerWaitingWithNoItemToPlayReason
Toconst AVPlayerWaitingReason _Nonnull AVPlayerWaitingWithNoItemToPlayReason

Declaration
From@property (nonatomic, readonly, nullable) NSString *reasonForWaitingToPlay
To@property (nonatomic, readonly, nullable) AVPlayerWaitingReason reasonForWaitingToPlay

Declaration
From- (void)setMediaSelectionCriteria:(nullable AVPlayerMediaSelectionCriteria *)criteria forMediaCharacteristic:(nonnull NSString *)mediaCharacteristic
To- (void)setMediaSelectionCriteria:(nullable AVPlayerMediaSelectionCriteria *)criteria forMediaCharacteristic:(nonnull AVMediaCharacteristic)mediaCharacteristic

Declaration
From- (nullable AVPlayerMediaSelectionCriteria *)mediaSelectionCriteriaForMediaCharacteristic:(nonnull NSString *)mediaCharacteristic
To- (nullable AVPlayerMediaSelectionCriteria *)mediaSelectionCriteriaForMediaCharacteristic:(nonnull AVMediaCharacteristic)mediaCharacteristic

AvailabilityDeprecation Message
FromAvailablenone
ToDeprecatedAllow AVPlayer to enable closed captions automatically according to user preferences by ensuring that the value of appliesMediaSelectionCriteriaAutomatically is YES.

AVPlayerItem.h
Declaration
From- (void)seekToTime:(CMTime)time completionHandler:(nonnull void (^)(BOOL))completionHandler
To- (void)seekToTime:(CMTime)time completionHandler:(nullable void (^)(BOOL))completionHandler

Declaration
From- (void)seekToTime:(CMTime)time toleranceBefore:(CMTime)toleranceBefore toleranceAfter:(CMTime)toleranceAfter completionHandler:(nonnull void (^)(BOOL))completionHandler
To- (void)seekToTime:(CMTime)time toleranceBefore:(CMTime)toleranceBefore toleranceAfter:(CMTime)toleranceAfter completionHandler:(nullable void (^)(BOOL))completionHandler

Declaration
From- (BOOL)seekToDate:(nonnull NSDate *)date completionHandler:(nonnull void (^)(BOOL))completionHandler
To- (BOOL)seekToDate:(nonnull NSDate *)date completionHandler:(nullable void (^)(BOOL))completionHandler

Declaration
From@property (nonatomic, copy, nonnull) NSString *audioTimePitchAlgorithm
To@property (nonatomic, copy, nonnull) AVAudioTimePitchAlgorithm audioTimePitchAlgorithm

AvailabilityDeprecation Message
FromAvailablenone
ToDeprecatedUse -seekToTime:completionHandler:, passing nil for the completionHandler if you don't require notification of completion

AvailabilityDeprecation Message
FromAvailablenone
ToDeprecatedUse -seekToTime:toleranceBefore:toleranceAfter:completionHandler:, passing nil for the completionHandler if you don't require notification of completion

AvailabilityDeprecation Message
FromAvailablenone
ToDeprecatedUse -seekToDate:completionHandler:, passing nil for the completionHandler if you don't require notification of completion

AvailabilityDeprecation Message
FromAvailablenone
ToDeprecatedUse currentMediaSelection to obtain an instance of AVMediaSelection, which encompasses the currently selected AVMediaSelectionOption in each of the available AVMediaSelectionGroups

AVPlayerItemOutput.h
Declaration
FromNSString *const _Nonnull AVPlayerItemLegibleOutputTextStylingResolutionDefault
Toconst AVPlayerItemLegibleOutputTextStylingResolution _Nonnull AVPlayerItemLegibleOutputTextStylingResolutionDefault

Declaration
FromNSString *const _Nonnull AVPlayerItemLegibleOutputTextStylingResolutionSourceAndRulesOnly
Toconst AVPlayerItemLegibleOutputTextStylingResolution _Nonnull AVPlayerItemLegibleOutputTextStylingResolutionSourceAndRulesOnly

Declaration
From@property (nonatomic, copy, nonnull) NSString *textStylingResolution
To@property (nonatomic, copy, nonnull) AVPlayerItemLegibleOutputTextStylingResolution textStylingResolution

Declaration
From- (void)metadataOutput:(nonnull AVPlayerItemMetadataOutput *)output didOutputTimedMetadataGroups:(nonnull NSArray<AVTimedMetadataGroup *> *)groups fromPlayerItemTrack:(nonnull AVPlayerItemTrack *)track
To- (void)metadataOutput:(nonnull AVPlayerItemMetadataOutput *)output didOutputTimedMetadataGroups:(nonnull NSArray<AVTimedMetadataGroup *> *)groups fromPlayerItemTrack:(nullable AVPlayerItemTrack *)track

AVPlayerLayer.h
Declaration
From@property (copy, nonnull) NSString *videoGravity
To@property (copy, nonnull) AVLayerVideoGravity videoGravity

AVPlayerMediaSelectionCriteria.h
Declaration
From- (nonnull instancetype)initWithPreferredLanguages:(nullable NSArray<NSString *> *)preferredLanguages preferredMediaCharacteristics:(nullable NSArray<NSString *> *)preferredMediaCharacteristics
To- (nonnull instancetype)initWithPreferredLanguages:(nullable NSArray<NSString *> *)preferredLanguages preferredMediaCharacteristics:(nullable NSArray<AVMediaCharacteristic> *)preferredMediaCharacteristics

AVQueuedSampleBufferRendering.h
Header
FromAVSampleBufferDisplayLayer.h
ToAVQueuedSampleBufferRendering.h

Header
FromAVSampleBufferDisplayLayer.h
ToAVQueuedSampleBufferRendering.h

Header
FromAVSampleBufferDisplayLayer.h
ToAVQueuedSampleBufferRendering.h

Header
FromAVSampleBufferDisplayLayer.h
ToAVQueuedSampleBufferRendering.h

AVSampleBufferAudioRenderer.h
AVSampleBufferDisplayLayer.h
Protocols
Fromnone
ToAVQueuedSampleBufferRendering

Header
FromAVSampleBufferDisplayLayer.h
ToAVQueuedSampleBufferRendering.h

Header
FromAVSampleBufferDisplayLayer.h
ToAVQueuedSampleBufferRendering.h

Header
FromAVSampleBufferDisplayLayer.h
ToAVQueuedSampleBufferRendering.h

Header
FromAVSampleBufferDisplayLayer.h
ToAVQueuedSampleBufferRendering.h

Declaration
From@property (copy, nonnull) NSString *videoGravity
To@property (copy, nonnull) AVLayerVideoGravity videoGravity

AVSampleBufferGenerator.h
Declaration
From- (nonnull CMSampleBufferRef)createSampleBufferForRequest:(nonnull AVSampleBufferRequest *)request
To- (nullable CMSampleBufferRef)createSampleBufferForRequest:(nonnull AVSampleBufferRequest *)request

AVSampleBufferRenderSynchronizer.h
AVVideoComposition.h
AVVideoSettings.h
Added AVVideoDecompressionPropertiesKey
AvailabilityReplacement
FromAvailablenone
ToDeprecatedAVVideoCodecTypeH264

AvailabilityReplacement
FromAvailablenone
ToDeprecatedAVVideoCodecTypeJPEG

AvailabilityReplacement
FromAvailablenone
ToDeprecatedAVVideoCodecTypeAppleProRes4444

AvailabilityReplacement
FromAvailablenone
ToDeprecatedAVVideoCodecTypeAppleProRes422