Declaration | |
---|---|
From | - (nonnull instancetype)initWithPCMFormat:(nonnull AVAudioFormat *)format frameCapacity:(AVAudioFrameCount)frameCapacity |
To | - (nullable instancetype)initWithPCMFormat:(nonnull AVAudioFormat *)format frameCapacity:(AVAudioFrameCount)frameCapacity |
Declaration | |
---|---|
From | - (nonnull instancetype)initWithLayoutTag:(AudioChannelLayoutTag)layoutTag |
To | - (nullable instancetype)initWithLayoutTag:(AudioChannelLayoutTag)layoutTag |
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 |
Declaration | |
---|---|
From | @property (nonatomic, readonly, nullable) AVAudioInputNode *inputNode |
To | @property (nonatomic, readonly, nonnull) AVAudioInputNode *inputNode |
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 |
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 |
Declaration | |
---|---|
From | - (nonnull AVAudioTime *)extrapolateTimeFromAnchor:(nonnull AVAudioTime *)anchorTime |
To | - (nullable AVAudioTime *)extrapolateTimeFromAnchor:(nonnull AVAudioTime *)anchorTime |
Declaration | |
---|---|
From | @property (nonatomic, assign, nullable) id<AVSpeechSynthesizerDelegate> delegate |
To | @property (nonatomic, weak, nullable) id<AVSpeechSynthesizerDelegate> delegate |
Declaration | |
---|---|
From | NSString *const AVLayerVideoGravityResizeAspect |
To | const AVLayerVideoGravity AVLayerVideoGravityResizeAspect |
Declaration | |
---|---|
From | NSString *const AVLayerVideoGravityResizeAspectFill |
To | const AVLayerVideoGravity AVLayerVideoGravityResizeAspectFill |
Declaration | |
---|---|
From | NSString *const AVLayerVideoGravityResize |
To | const AVLayerVideoGravity AVLayerVideoGravityResize |
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 |
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 |
Declaration | |
---|---|
From | NSString *const _Nonnull AVAssetImageGeneratorApertureModeCleanAperture |
To | const AVAssetImageGeneratorApertureMode _Nonnull AVAssetImageGeneratorApertureModeCleanAperture |
Declaration | |
---|---|
From | NSString *const _Nonnull AVAssetImageGeneratorApertureModeProductionAperture |
To | const AVAssetImageGeneratorApertureMode _Nonnull AVAssetImageGeneratorApertureModeProductionAperture |
Declaration | |
---|---|
From | NSString *const _Nonnull AVAssetImageGeneratorApertureModeEncodedPixels |
To | const AVAssetImageGeneratorApertureMode _Nonnull AVAssetImageGeneratorApertureModeEncodedPixels |
Declaration | |
---|---|
From | @property (nonatomic, copy, nullable) NSString *apertureMode |
To | @property (nonatomic, copy, nullable) AVAssetImageGeneratorApertureMode apertureMode |
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 |
Declaration | |
---|---|
From | - (nonnull NSData *)persistentContentKeyFromKeyVendorResponse:(nonnull NSData *)keyVendorResponse options:(nullable NSDictionary<NSString *,id> *)options error:(nullable NSError * _Nullable *)outError |
To | - (nullable NSData *)persistentContentKeyFromKeyVendorResponse:(nonnull NSData *)keyVendorResponse options:(nullable NSDictionary<NSString *,id> *)options error:(nullable NSError * _Nullable *)outError |
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 | |
---|---|
From | NSString *const _Nonnull AVTrackAssociationTypeAudioFallback |
To | const AVTrackAssociationType _Nonnull AVTrackAssociationTypeAudioFallback |
Declaration | |
---|---|
From | NSString *const _Nonnull AVTrackAssociationTypeChapterList |
To | const AVTrackAssociationType _Nonnull AVTrackAssociationTypeChapterList |
Declaration | |
---|---|
From | NSString *const _Nonnull AVTrackAssociationTypeForcedSubtitlesOnly |
To | const AVTrackAssociationType _Nonnull AVTrackAssociationTypeForcedSubtitlesOnly |
Declaration | |
---|---|
From | NSString *const _Nonnull AVTrackAssociationTypeSelectionFollower |
To | const AVTrackAssociationType _Nonnull AVTrackAssociationTypeSelectionFollower |
Declaration | |
---|---|
From | NSString *const _Nonnull AVTrackAssociationTypeTimecode |
To | const AVTrackAssociationType _Nonnull AVTrackAssociationTypeTimecode |
Declaration | |
---|---|
From | NSString *const _Nonnull AVTrackAssociationTypeMetadataReferent |
To | const 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 |
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 |
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 |
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 |
Declaration | |
---|---|
From | NSString *const AVAudioTimePitchAlgorithmLowQualityZeroLatency |
To | const AVAudioTimePitchAlgorithm AVAudioTimePitchAlgorithmLowQualityZeroLatency |
Declaration | |
---|---|
From | NSString *const AVAudioTimePitchAlgorithmTimeDomain |
To | const AVAudioTimePitchAlgorithm AVAudioTimePitchAlgorithmTimeDomain |
Declaration | |
---|---|
From | NSString *const AVAudioTimePitchAlgorithmSpectral |
To | const AVAudioTimePitchAlgorithm AVAudioTimePitchAlgorithmSpectral |
Declaration | |
---|---|
From | NSString *const AVAudioTimePitchAlgorithmVarispeed |
To | const AVAudioTimePitchAlgorithm AVAudioTimePitchAlgorithmVarispeed |
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 | - (NSDictionary *)recommendedAudioSettingsForAssetWriterWithOutputFileType:(NSString *)outputFileType |
To | - (nullable NSDictionary *)recommendedAudioSettingsForAssetWriterWithOutputFileType:(nonnull AVFileType)outputFileType |
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 | NSString *const AVCaptureDeviceWasConnectedNotification |
To | NSString *const _Nonnull AVCaptureDeviceWasConnectedNotification |
Declaration | |
---|---|
From | NSString *const AVCaptureDeviceWasDisconnectedNotification |
To | NSString *const _Nonnull AVCaptureDeviceWasDisconnectedNotification |
Declaration | |
---|---|
From | NSString *const AVCaptureDeviceSubjectAreaDidChangeNotification |
To | NSString *const _Nonnull AVCaptureDeviceSubjectAreaDidChangeNotification |
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 | - (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 *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 | const AVCaptureDeviceType AVCaptureDeviceTypeBuiltInMicrophone |
To | const AVCaptureDeviceType _Nonnull AVCaptureDeviceTypeBuiltInMicrophone |
Declaration | |
---|---|
From | const AVCaptureDeviceType AVCaptureDeviceTypeBuiltInWideAngleCamera |
To | const AVCaptureDeviceType _Nonnull AVCaptureDeviceTypeBuiltInWideAngleCamera |
Declaration | |
---|---|
From | const AVCaptureDeviceType AVCaptureDeviceTypeBuiltInTelephotoCamera |
To | const AVCaptureDeviceType _Nonnull AVCaptureDeviceTypeBuiltInTelephotoCamera |
Declaration | |
---|---|
From | const AVCaptureDeviceType AVCaptureDeviceTypeBuiltInDualCamera |
To | const AVCaptureDeviceType _Nonnull AVCaptureDeviceTypeBuiltInDualCamera |
Declaration | |
---|---|
From | const AVCaptureDeviceType AVCaptureDeviceTypeBuiltInDuoCamera |
To | const AVCaptureDeviceType _Nonnull AVCaptureDeviceTypeBuiltInDuoCamera |
Declaration | |
---|---|
From | @property (nonatomic, readonly) AVCaptureDeviceType deviceType |
To | @property (nonatomic, readonly, nonnull) AVCaptureDeviceType deviceType |
Declaration | |
---|---|
From | + (AVCaptureDevice *)defaultDeviceWithDeviceType:(AVCaptureDeviceType)deviceType mediaType:(NSString *)mediaType position:(AVCaptureDevicePosition)position |
To | + (nullable AVCaptureDevice *)defaultDeviceWithDeviceType:(nonnull AVCaptureDeviceType)deviceType mediaType:(nullable AVMediaType)mediaType position:(AVCaptureDevicePosition)position |
Declaration | |
---|---|
From | - (BOOL)setTorchModeOnWithLevel:(float)torchLevel error:(NSError **)outError |
To | - (BOOL)setTorchModeOnWithLevel:(float)torchLevel error:(nullable NSError * _Nullable *)outError |
Declaration | |
---|---|
From | - (void)setFocusModeLockedWithLensPosition:(float)lensPosition completionHandler:(void (^)(CMTime))handler |
To | - (void)setFocusModeLockedWithLensPosition:(float)lensPosition completionHandler:(nullable void (^)(CMTime))handler |
Declaration | |
---|---|
From | - (void)setExposureModeCustomWithDuration:(CMTime)duration ISO:(float)ISO completionHandler:(void (^)(CMTime))handler |
To | - (void)setExposureModeCustomWithDuration:(CMTime)duration ISO:(float)ISO completionHandler:(nullable void (^)(CMTime))handler |
Declaration | |
---|---|
From | - (void)setExposureTargetBias:(float)bias completionHandler:(void (^)(CMTime))handler |
To | - (void)setExposureTargetBias:(float)bias completionHandler:(nullable void (^)(CMTime))handler |
Declaration | |
---|---|
From | - (void)setWhiteBalanceModeLockedWithDeviceWhiteBalanceGains:(AVCaptureWhiteBalanceGains)whiteBalanceGains completionHandler:(void (^)(CMTime))handler |
To | - (void)setWhiteBalanceModeLockedWithDeviceWhiteBalanceGains:(AVCaptureWhiteBalanceGains)whiteBalanceGains completionHandler:(nullable void (^)(CMTime))handler |
Declaration | |
---|---|
From | + (AVAuthorizationStatus)authorizationStatusForMediaType:(NSString *)mediaType |
To | + (AVAuthorizationStatus)authorizationStatusForMediaType:(nonnull AVMediaType)mediaType |
Declaration | |
---|---|
From | + (void)requestAccessForMediaType:(NSString *)mediaType completionHandler:(void (^)(BOOL))handler |
To | + (void)requestAccessForMediaType:(nonnull AVMediaType)mediaType completionHandler:(nonnull void (^)(BOOL))handler |
Declaration | |
---|---|
From | + (instancetype)discoverySessionWithDeviceTypes:(NSArray<AVCaptureDeviceType> *)deviceTypes mediaType:(NSString *)mediaType position:(AVCaptureDevicePosition)position |
To | + (nonnull instancetype)discoverySessionWithDeviceTypes:(nonnull NSArray<AVCaptureDeviceType> *)deviceTypes mediaType:(nullable AVMediaType)mediaType position:(AVCaptureDevicePosition)position |
Declaration | |
---|---|
From | @property (nonatomic, readonly) NSArray<AVCaptureDevice *> *devices |
To | @property (nonatomic, readonly, nonnull) NSArray<AVCaptureDevice *> *devices |
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) NSArray<NSNumber *> *supportedColorSpaces |
To | @property (nonatomic, readonly, nonnull) NSArray<NSNumber *> *supportedColorSpaces |
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 |
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 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 |
Declaration | |
---|---|
From | @property (nonatomic, copy) NSArray *metadata |
To | @property (nonatomic, copy, nullable) NSArray<AVMetadataItem *> *metadata |
Declaration | |
---|---|
From | @property (nonatomic, readonly) NSArray *availableVideoCodecTypes |
To | @property (nonatomic, readonly, nonnull) NSArray<AVVideoCodecType> *availableVideoCodecTypes |
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 |
Declaration | |
---|---|
From | - (BOOL)recordsVideoOrientationAndMirroringChangesAsMetadataTrackForConnection:(AVCaptureConnection *)connection |
To | - (BOOL)recordsVideoOrientationAndMirroringChangesAsMetadataTrackForConnection:(nonnull AVCaptureConnection *)connection |
Declaration | |
---|---|
From | - (void)setRecordsVideoOrientationAndMirroringChanges:(BOOL)doRecordChanges asMetadataTrackForConnection:(AVCaptureConnection *)connection |
To | - (void)setRecordsVideoOrientationAndMirroringChanges:(BOOL)doRecordChanges asMetadataTrackForConnection:(nonnull AVCaptureConnection *)connection |
Declaration | |
---|---|
From | @property (nonatomic, readonly) NSArray *ports |
To | @property (nonatomic, readonly, nonnull) NSArray<AVCaptureInputPort *> *ports |
Declaration | |
---|---|
From | NSString *const AVCaptureInputPortFormatDescriptionDidChangeNotification |
To | NSString *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)metadataInputWithFormatDescription:(CMMetadataFormatDescriptionRef)desc clock:(CMClockRef)clock |
To | + (nonnull instancetype)metadataInputWithFormatDescription:(nonnull CMMetadataFormatDescriptionRef)desc clock:(nonnull CMClockRef)clock |
Declaration | |
---|---|
From | - (instancetype)initWithFormatDescription:(CMMetadataFormatDescriptionRef)desc clock:(CMClockRef)clock |
To | - (nonnull instancetype)initWithFormatDescription:(nonnull CMMetadataFormatDescriptionRef)desc clock:(nonnull CMClockRef)clock |
Declaration | |
---|---|
From | - (BOOL)appendTimedMetadataGroup:(AVTimedMetadataGroup *)metadata error:(NSError **)outError |
To | - (BOOL)appendTimedMetadataGroup:(nonnull AVTimedMetadataGroup *)metadata error:(nullable NSError * _Nullable *)outError |
Declaration | |
---|---|
From | - (void)setMetadataObjectsDelegate:(id<AVCaptureMetadataOutputObjectsDelegate>)objectsDelegate queue:(dispatch_queue_t)objectsCallbackQueue |
To | - (void)setMetadataObjectsDelegate:(nullable id<AVCaptureMetadataOutputObjectsDelegate>)objectsDelegate queue:(nullable dispatch_queue_t)objectsCallbackQueue |
Declaration | |
---|---|
From | @property (nonatomic, readonly) id<AVCaptureMetadataOutputObjectsDelegate> metadataObjectsDelegate |
To | @property (nonatomic, readonly, nullable) id<AVCaptureMetadataOutputObjectsDelegate> metadataObjectsDelegate |
Declaration | |
---|---|
From | @property (nonatomic, readonly) dispatch_queue_t metadataObjectsCallbackQueue |
To | @property (nonatomic, readonly, nullable) dispatch_queue_t metadataObjectsCallbackQueue |
Declaration | |
---|---|
From | @property (nonatomic, readonly) NSArray *availableMetadataObjectTypes |
To | @property (nonatomic, readonly, nonnull) NSArray<AVMetadataObjectType> *availableMetadataObjectTypes |
Declaration | |
---|---|
From | @property (nonatomic, copy) NSArray *metadataObjectTypes |
To | @property (nonatomic, copy, null_resettable) NSArray<AVMetadataObjectType> *metadataObjectTypes |
Declaration | |
---|---|
From | - (void)captureOutput:(AVCaptureOutput *)captureOutput didOutputMetadataObjects:(NSArray *)metadataObjects fromConnection:(AVCaptureConnection *)connection |
To | - (void)captureOutput:(nonnull AVCaptureOutput *)output didOutputMetadataObjects:(nonnull NSArray<__kindof AVMetadataObject *> *)metadataObjects fromConnection:(nonnull AVCaptureConnection *)connection |
Header | |
---|---|
From | AVCaptureOutput.h |
To | AVCaptureOutputBase.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 |
Declaration | |
---|---|
From | - (AVMetadataObject *)transformedMetadataObjectForMetadataObject:(AVMetadataObject *)metadataObject connection:(AVCaptureConnection *)connection |
To | - (nullable AVMetadataObject *)transformedMetadataObjectForMetadataObject:(nonnull AVMetadataObject *)metadataObject connection:(nonnull AVCaptureConnection *)connection |
Declaration | |
---|---|
From | @property (nonatomic, readonly, nonnull) NSArray<NSString *> *availablePhotoCodecTypes |
To | @property (nonatomic, readonly, nonnull) NSArray<AVVideoCodecType> *availablePhotoCodecTypes |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | Use -[AVCapturePhoto fileDataRepresentation] instead. |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | Use -[AVCapturePhoto fileDataRepresentation] instead. |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | Use -captureOutput:didFinishProcessingPhoto:error: instead. |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | Use -captureOutput:didFinishProcessingPhoto:error: instead |
Declaration | |
---|---|
From | + (nonnull instancetype)photoBracketSettingsWithRawPixelFormatType:(OSType)rawPixelFormatType processedFormat:(nullable NSDictionary<NSString *,id> *)processedFormat bracketedSettings:(nonnull NSArray<AVCaptureBracketedStillImageSettings *> *)bracketedSettings |
To | + (nonnull instancetype)photoBracketSettingsWithRawPixelFormatType:(OSType)rawPixelFormatType processedFormat:(nullable NSDictionary<NSString *,id> *)processedFormat bracketedSettings:(nonnull NSArray<__kindof AVCaptureBracketedStillImageSettings *> *)bracketedSettings |
Declaration | |
---|---|
From | @property (nonatomic, readonly, nonnull) NSArray<AVCaptureBracketedStillImageSettings *> *bracketedSettings |
To | @property (nonatomic, readonly, nonnull) NSArray<__kindof AVCaptureBracketedStillImageSettings *> *bracketedSettings |
Declaration | |
---|---|
From | NSString *const AVCaptureSessionRuntimeErrorNotification |
To | NSString *const _Nonnull AVCaptureSessionRuntimeErrorNotification |
Declaration | |
---|---|
From | NSString *const AVCaptureSessionErrorKey |
To | NSString *const _Nonnull AVCaptureSessionErrorKey |
Declaration | |
---|---|
From | NSString *const AVCaptureSessionDidStartRunningNotification |
To | NSString *const _Nonnull AVCaptureSessionDidStartRunningNotification |
Declaration | |
---|---|
From | NSString *const AVCaptureSessionDidStopRunningNotification |
To | NSString *const _Nonnull AVCaptureSessionDidStopRunningNotification |
Declaration | |
---|---|
From | NSString *const AVCaptureSessionWasInterruptedNotification |
To | NSString *const _Nonnull AVCaptureSessionWasInterruptedNotification |
Declaration | |
---|---|
From | NSString *const AVCaptureSessionInterruptionReasonKey |
To | NSString *const _Nonnull AVCaptureSessionInterruptionReasonKey |
Declaration | |
---|---|
From | NSString *const AVCaptureSessionInterruptionEndedNotification |
To | NSString *const _Nonnull AVCaptureSessionInterruptionEndedNotification |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPresetPhoto |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetPhoto |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPresetHigh |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetHigh |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPresetMedium |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetMedium |
Declaration | |
---|---|
From | - (BOOL)canSetSessionPreset:(NSString *)preset |
To | - (BOOL)canSetSessionPreset:(nonnull AVCaptureSessionPreset)preset |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPresetLow |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetLow |
Declaration | |
---|---|
From | @property (nonatomic, copy) NSString *sessionPreset |
To | @property (nonatomic, copy, nonnull) AVCaptureSessionPreset sessionPreset |
Declaration | |
---|---|
From | @property (nonatomic, readonly) NSArray *inputs |
To | @property (nonatomic, readonly, nonnull) NSArray<__kindof AVCaptureInput *> *inputs |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPreset352x288 |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPreset352x288 |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPreset640x480 |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPreset640x480 |
Declaration | |
---|---|
From | - (BOOL)canAddInput:(AVCaptureInput *)input |
To | - (BOOL)canAddInput:(nonnull AVCaptureInput *)input |
Declaration | |
---|---|
From | - (void)addInput:(AVCaptureInput *)input |
To | - (void)addInput:(nonnull AVCaptureInput *)input |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPreset1280x720 |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPreset1280x720 |
Declaration | |
---|---|
From | - (void)removeInput:(AVCaptureInput *)input |
To | - (void)removeInput:(nonnull AVCaptureInput *)input |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPreset1920x1080 |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPreset1920x1080 |
Declaration | |
---|---|
From | @property (nonatomic, readonly) NSArray *outputs |
To | @property (nonatomic, readonly, nonnull) NSArray<__kindof AVCaptureOutput *> *outputs |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPreset3840x2160 |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPreset3840x2160 |
Declaration | |
---|---|
From | - (BOOL)canAddOutput:(AVCaptureOutput *)output |
To | - (BOOL)canAddOutput:(nonnull AVCaptureOutput *)output |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPresetiFrame960x540 |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetiFrame960x540 |
Declaration | |
---|---|
From | - (void)addOutput:(AVCaptureOutput *)output |
To | - (void)addOutput:(nonnull AVCaptureOutput *)output |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPresetiFrame1280x720 |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetiFrame1280x720 |
Declaration | |
---|---|
From | - (void)removeOutput:(AVCaptureOutput *)output |
To | - (void)removeOutput:(nonnull AVCaptureOutput *)output |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPresetInputPriority |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetInputPriority |
Declaration | |
---|---|
From | - (void)addInputWithNoConnections:(AVCaptureInput *)input |
To | - (void)addInputWithNoConnections:(nonnull AVCaptureInput *)input |
Declaration | |
---|---|
From | - (void)addOutputWithNoConnections:(AVCaptureOutput *)output |
To | - (void)addOutputWithNoConnections:(nonnull AVCaptureOutput *)output |
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 |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPresetPhoto |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetPhoto |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPresetHigh |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetHigh |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPresetMedium |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetMedium |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPresetLow |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetLow |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPreset352x288 |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPreset352x288 |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPreset640x480 |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPreset640x480 |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPreset1280x720 |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPreset1280x720 |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPreset1920x1080 |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPreset1920x1080 |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPreset3840x2160 |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPreset3840x2160 |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPresetiFrame960x540 |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetiFrame960x540 |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPresetiFrame1280x720 |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetiFrame1280x720 |
Header | Declaration | |
---|---|---|
From | AVCaptureSession.h | NSString *const AVCaptureSessionPresetInputPriority |
To | AVCaptureSessionPreset.h | const AVCaptureSessionPreset _Nonnull AVCaptureSessionPresetInputPriority |
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 |
Declaration | |
---|---|
From | + (instancetype)manualExposureSettingsWithExposureDuration:(CMTime)duration ISO:(float)ISO |
To | + (nonnull instancetype)manualExposureSettingsWithExposureDuration:(CMTime)duration ISO:(float)ISO |
Declaration | |
---|---|
From | + (instancetype)autoExposureSettingsWithExposureTargetBias:(float)exposureTargetBias |
To | + (nonnull instancetype)autoExposureSettingsWithExposureTargetBias:(float)exposureTargetBias |
Declaration | |
---|---|
From | - (void)prepareToCaptureStillImageBracketFromConnection:(AVCaptureConnection *)connection withSettingsArray:(NSArray *)settings completionHandler:(void (^)(BOOL, NSError *))handler |
To | - (void)prepareToCaptureStillImageBracketFromConnection:(nonnull AVCaptureConnection *)connection withSettingsArray:(nonnull NSArray<__kindof AVCaptureBracketedStillImageSettings *> *)settings completionHandler:(nonnull void (^)(BOOL, NSError * _Nullable))handler |
Declaration | |
---|---|
From | - (void)captureStillImageBracketAsynchronouslyFromConnection:(AVCaptureConnection *)connection withSettingsArray:(NSArray *)settings completionHandler:(void (^)(CMSampleBufferRef, AVCaptureBracketedStillImageSettings *, NSError *))handler |
To | - (void)captureStillImageBracketAsynchronouslyFromConnection:(nonnull AVCaptureConnection *)connection withSettingsArray:(nonnull NSArray<__kindof AVCaptureBracketedStillImageSettings *> *)settings completionHandler:(nonnull void (^)(CMSampleBufferRef _Nullable, AVCaptureBracketedStillImageSettings * _Nullable, NSError * _Nullable))handler |
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 | - (NSDictionary *)recommendedVideoSettingsForAssetWriterWithOutputFileType:(NSString *)outputFileType |
To | - (nullable NSDictionary<NSString *,id> *)recommendedVideoSettingsForAssetWriterWithOutputFileType:(nonnull AVFileType)outputFileType |
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 |
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 |
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 |
Declaration | |
---|---|
From | - (AVMetadataObject *)transformedMetadataObjectForMetadataObject:(AVMetadataObject *)metadataObject |
To | - (nullable AVMetadataObject *)transformedMetadataObjectForMetadataObject:(nonnull AVMetadataObject *)metadataObject |
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 |
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 |
Declaration | |
---|---|
From | - (nonnull NSData *)persistableContentKeyFromKeyVendorResponse:(nonnull NSData *)keyVendorResponse options:(nullable NSDictionary<NSString *,id> *)options error:(nullable NSError * _Nullable *)outError |
To | - (nullable NSData *)persistableContentKeyFromKeyVendorResponse:(nonnull NSData *)keyVendorResponse options:(nullable NSDictionary<NSString *,id> *)options error:(nullable NSError * _Nullable *)outError |
Declaration | |
---|---|
From | NSString *const AVMediaTypeVideo |
To | const AVMediaType AVMediaTypeVideo |
Declaration | |
---|---|
From | NSString *const AVMediaTypeAudio |
To | const AVMediaType AVMediaTypeAudio |
Declaration | |
---|---|
From | NSString *const AVMediaTypeText |
To | const AVMediaType AVMediaTypeText |
Declaration | |
---|---|
From | NSString *const AVMediaTypeClosedCaption |
To | const AVMediaType AVMediaTypeClosedCaption |
Declaration | |
---|---|
From | NSString *const AVMediaTypeSubtitle |
To | const AVMediaType AVMediaTypeSubtitle |
Declaration | |
---|---|
From | NSString *const AVMediaTypeTimecode |
To | const AVMediaType AVMediaTypeTimecode |
Declaration | |
---|---|
From | NSString *const AVMediaTypeMetadata |
To | const AVMediaType AVMediaTypeMetadata |
Declaration | |
---|---|
From | NSString *const AVMediaTypeMuxed |
To | const AVMediaType AVMediaTypeMuxed |
Declaration | |
---|---|
From | NSString *const AVMediaTypeMetadataObject |
To | const AVMediaType AVMediaTypeMetadataObject |
Declaration | |
---|---|
From | NSString *const AVMediaCharacteristicVisual |
To | const AVMediaCharacteristic AVMediaCharacteristicVisual |
Declaration | |
---|---|
From | NSString *const AVMediaCharacteristicAudible |
To | const AVMediaCharacteristic AVMediaCharacteristicAudible |
Declaration | |
---|---|
From | NSString *const AVMediaCharacteristicLegible |
To | const AVMediaCharacteristic AVMediaCharacteristicLegible |
Declaration | |
---|---|
From | NSString *const AVMediaCharacteristicFrameBased |
To | const AVMediaCharacteristic AVMediaCharacteristicFrameBased |
Declaration | |
---|---|
From | NSString *const AVMediaCharacteristicUsesWideGamutColorSpace |
To | const AVMediaCharacteristic AVMediaCharacteristicUsesWideGamutColorSpace |
Declaration | |
---|---|
From | NSString *const AVMediaCharacteristicIsMainProgramContent |
To | const AVMediaCharacteristic AVMediaCharacteristicIsMainProgramContent |
Declaration | |
---|---|
From | NSString *const AVMediaCharacteristicIsAuxiliaryContent |
To | const AVMediaCharacteristic AVMediaCharacteristicIsAuxiliaryContent |
Declaration | |
---|---|
From | NSString *const AVMediaCharacteristicContainsOnlyForcedSubtitles |
To | const AVMediaCharacteristic AVMediaCharacteristicContainsOnlyForcedSubtitles |
Declaration | |
---|---|
From | NSString *const AVMediaCharacteristicTranscribesSpokenDialogForAccessibility |
To | const AVMediaCharacteristic AVMediaCharacteristicTranscribesSpokenDialogForAccessibility |
Declaration | |
---|---|
From | NSString *const AVMediaCharacteristicDescribesMusicAndSoundForAccessibility |
To | const AVMediaCharacteristic AVMediaCharacteristicDescribesMusicAndSoundForAccessibility |
Declaration | |
---|---|
From | NSString *const AVMediaCharacteristicEasyToRead |
To | const AVMediaCharacteristic AVMediaCharacteristicEasyToRead |
Declaration | |
---|---|
From | NSString *const AVMediaCharacteristicDescribesVideoForAccessibility |
To | const AVMediaCharacteristic AVMediaCharacteristicDescribesVideoForAccessibility |
Declaration | |
---|---|
From | NSString *const AVMediaCharacteristicLanguageTranslation |
To | const AVMediaCharacteristic AVMediaCharacteristicLanguageTranslation |
Declaration | |
---|---|
From | NSString *const AVMediaCharacteristicDubbedTranslation |
To | const AVMediaCharacteristic AVMediaCharacteristicDubbedTranslation |
Declaration | |
---|---|
From | NSString *const AVMediaCharacteristicVoiceOverTranslation |
To | const AVMediaCharacteristic AVMediaCharacteristicVoiceOverTranslation |
Declaration | |
---|---|
From | NSString *const AVFileTypeQuickTimeMovie |
To | const AVFileType AVFileTypeQuickTimeMovie |
Declaration | |
---|---|
From | NSString *const AVFileTypeMPEG4 |
To | const AVFileType AVFileTypeMPEG4 |
Declaration | |
---|---|
From | NSString *const AVFileTypeAppleM4V |
To | const AVFileType AVFileTypeAppleM4V |
Declaration | |
---|---|
From | NSString *const AVFileTypeAppleM4A |
To | const AVFileType AVFileTypeAppleM4A |
Declaration | |
---|---|
From | NSString *const AVFileType3GPP |
To | const AVFileType AVFileType3GPP |
Declaration | |
---|---|
From | NSString *const AVFileType3GPP2 |
To | const AVFileType AVFileType3GPP2 |
Declaration | |
---|---|
From | NSString *const AVFileTypeCoreAudioFormat |
To | const AVFileType AVFileTypeCoreAudioFormat |
Declaration | |
---|---|
From | NSString *const AVFileTypeWAVE |
To | const AVFileType AVFileTypeWAVE |
Declaration | |
---|---|
From | NSString *const AVFileTypeAIFF |
To | const AVFileType AVFileTypeAIFF |
Declaration | |
---|---|
From | NSString *const AVFileTypeAIFC |
To | const AVFileType AVFileTypeAIFC |
Declaration | |
---|---|
From | NSString *const AVFileTypeAMR |
To | const AVFileType AVFileTypeAMR |
Declaration | |
---|---|
From | NSString *const AVFileTypeMPEGLayer3 |
To | const AVFileType AVFileTypeMPEGLayer3 |
Declaration | |
---|---|
From | NSString *const AVFileTypeSunAU |
To | const AVFileType AVFileTypeSunAU |
Declaration | |
---|---|
From | NSString *const AVFileTypeAC3 |
To | const AVFileType AVFileTypeAC3 |
Declaration | |
---|---|
From | NSString *const AVFileTypeEnhancedAC3 |
To | const AVFileType AVFileTypeEnhancedAC3 |
Declaration | |
---|---|
From | - (BOOL)hasMediaCharacteristic:(nonnull NSString *)mediaCharacteristic |
To | - (BOOL)hasMediaCharacteristic:(nonnull AVMediaCharacteristic)mediaCharacteristic |
Declaration | |
---|---|
From | NSString *const AVMetadataKeySpaceCommon |
To | const AVMetadataKeySpace AVMetadataKeySpaceCommon |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeyTitle |
To | const AVMetadataKey AVMetadataCommonKeyTitle |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeyCreator |
To | const AVMetadataKey AVMetadataCommonKeyCreator |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeySubject |
To | const AVMetadataKey AVMetadataCommonKeySubject |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeyDescription |
To | const AVMetadataKey AVMetadataCommonKeyDescription |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeyPublisher |
To | const AVMetadataKey AVMetadataCommonKeyPublisher |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeyContributor |
To | const AVMetadataKey AVMetadataCommonKeyContributor |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeyCreationDate |
To | const AVMetadataKey AVMetadataCommonKeyCreationDate |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeyLastModifiedDate |
To | const AVMetadataKey AVMetadataCommonKeyLastModifiedDate |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeyType |
To | const AVMetadataKey AVMetadataCommonKeyType |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeyFormat |
To | const AVMetadataKey AVMetadataCommonKeyFormat |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeyIdentifier |
To | const AVMetadataKey AVMetadataCommonKeyIdentifier |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeySource |
To | const AVMetadataKey AVMetadataCommonKeySource |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeyLanguage |
To | const AVMetadataKey AVMetadataCommonKeyLanguage |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeyRelation |
To | const AVMetadataKey AVMetadataCommonKeyRelation |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeyLocation |
To | const AVMetadataKey AVMetadataCommonKeyLocation |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeyCopyrights |
To | const AVMetadataKey AVMetadataCommonKeyCopyrights |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeyAlbumName |
To | const AVMetadataKey AVMetadataCommonKeyAlbumName |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeyAuthor |
To | const AVMetadataKey AVMetadataCommonKeyAuthor |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeyArtist |
To | const AVMetadataKey AVMetadataCommonKeyArtist |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeyArtwork |
To | const AVMetadataKey AVMetadataCommonKeyArtwork |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeyMake |
To | const AVMetadataKey AVMetadataCommonKeyMake |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeyModel |
To | const AVMetadataKey AVMetadataCommonKeyModel |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonKeySoftware |
To | const AVMetadataKey AVMetadataCommonKeySoftware |
Declaration | |
---|---|
From | NSString *const AVMetadataFormatQuickTimeUserData |
To | const AVMetadataFormat AVMetadataFormatQuickTimeUserData |
Declaration | |
---|---|
From | NSString *const AVMetadataKeySpaceQuickTimeUserData |
To | const AVMetadataKeySpace AVMetadataKeySpaceQuickTimeUserData |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyAlbum |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyAlbum |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyArranger |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyArranger |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyArtist |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyArtist |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyAuthor |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyAuthor |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyChapter |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyChapter |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyComment |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyComment |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyComposer |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyComposer |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyCopyright |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyCopyright |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyCreationDate |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyCreationDate |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyDescription |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyDescription |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyDirector |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyDirector |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyDisclaimer |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyDisclaimer |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyEncodedBy |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyEncodedBy |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyFullName |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyFullName |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyGenre |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyGenre |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyHostComputer |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyHostComputer |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyInformation |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyInformation |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyKeywords |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyKeywords |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyMake |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyMake |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyModel |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyModel |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyOriginalArtist |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyOriginalArtist |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyOriginalFormat |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyOriginalFormat |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyOriginalSource |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyOriginalSource |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyPerformers |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyPerformers |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyProducer |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyProducer |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyPublisher |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyPublisher |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyProduct |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyProduct |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeySoftware |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeySoftware |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeySpecialPlaybackRequirements |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeySpecialPlaybackRequirements |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyTrack |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyTrack |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyWarning |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyWarning |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyWriter |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyWriter |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyURLLink |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyURLLink |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyLocationISO6709 |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyLocationISO6709 |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyTrackName |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyTrackName |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyCredits |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyCredits |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyPhonogramRights |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyPhonogramRights |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeUserDataKeyTaggedCharacteristic |
To | const AVMetadataKey AVMetadataQuickTimeUserDataKeyTaggedCharacteristic |
Declaration | |
---|---|
From | NSString *const AVMetadataFormatISOUserData |
To | const AVMetadataFormat AVMetadataFormatISOUserData |
Declaration | |
---|---|
From | NSString *const AVMetadataKeySpaceISOUserData |
To | const AVMetadataKeySpace AVMetadataKeySpaceISOUserData |
Declaration | |
---|---|
From | NSString *const AVMetadataISOUserDataKeyCopyright |
To | const AVMetadataKey AVMetadataISOUserDataKeyCopyright |
Declaration | |
---|---|
From | NSString *const AVMetadataISOUserDataKeyTaggedCharacteristic |
To | const AVMetadataKey AVMetadataISOUserDataKeyTaggedCharacteristic |
Declaration | |
---|---|
From | NSString *const AVMetadataISOUserDataKeyDate |
To | const AVMetadataKey AVMetadataISOUserDataKeyDate |
Declaration | |
---|---|
From | NSString *const AVMetadata3GPUserDataKeyCopyright |
To | const AVMetadataKey AVMetadata3GPUserDataKeyCopyright |
Declaration | |
---|---|
From | NSString *const AVMetadata3GPUserDataKeyAuthor |
To | const AVMetadataKey AVMetadata3GPUserDataKeyAuthor |
Declaration | |
---|---|
From | NSString *const AVMetadata3GPUserDataKeyPerformer |
To | const AVMetadataKey AVMetadata3GPUserDataKeyPerformer |
Declaration | |
---|---|
From | NSString *const AVMetadata3GPUserDataKeyGenre |
To | const AVMetadataKey AVMetadata3GPUserDataKeyGenre |
Declaration | |
---|---|
From | NSString *const AVMetadata3GPUserDataKeyRecordingYear |
To | const AVMetadataKey AVMetadata3GPUserDataKeyRecordingYear |
Declaration | |
---|---|
From | NSString *const AVMetadata3GPUserDataKeyLocation |
To | const AVMetadataKey AVMetadata3GPUserDataKeyLocation |
Declaration | |
---|---|
From | NSString *const AVMetadata3GPUserDataKeyTitle |
To | const AVMetadataKey AVMetadata3GPUserDataKeyTitle |
Declaration | |
---|---|
From | NSString *const AVMetadata3GPUserDataKeyDescription |
To | const AVMetadataKey AVMetadata3GPUserDataKeyDescription |
Declaration | |
---|---|
From | NSString *const AVMetadata3GPUserDataKeyCollection |
To | const AVMetadataKey AVMetadata3GPUserDataKeyCollection |
Declaration | |
---|---|
From | NSString *const AVMetadata3GPUserDataKeyUserRating |
To | const AVMetadataKey AVMetadata3GPUserDataKeyUserRating |
Declaration | |
---|---|
From | NSString *const AVMetadata3GPUserDataKeyThumbnail |
To | const AVMetadataKey AVMetadata3GPUserDataKeyThumbnail |
Declaration | |
---|---|
From | NSString *const AVMetadata3GPUserDataKeyAlbumAndTrack |
To | const AVMetadataKey AVMetadata3GPUserDataKeyAlbumAndTrack |
Declaration | |
---|---|
From | NSString *const AVMetadata3GPUserDataKeyKeywordList |
To | const AVMetadataKey AVMetadata3GPUserDataKeyKeywordList |
Declaration | |
---|---|
From | NSString *const AVMetadata3GPUserDataKeyMediaClassification |
To | const AVMetadataKey AVMetadata3GPUserDataKeyMediaClassification |
Declaration | |
---|---|
From | NSString *const AVMetadata3GPUserDataKeyMediaRating |
To | const AVMetadataKey AVMetadata3GPUserDataKeyMediaRating |
Declaration | |
---|---|
From | NSString *const AVMetadataFormatQuickTimeMetadata |
To | const AVMetadataFormat AVMetadataFormatQuickTimeMetadata |
Declaration | |
---|---|
From | NSString *const AVMetadataKeySpaceQuickTimeMetadata |
To | const AVMetadataKeySpace AVMetadataKeySpaceQuickTimeMetadata |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyAuthor |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyAuthor |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyComment |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyComment |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyCopyright |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyCopyright |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyCreationDate |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyCreationDate |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyDirector |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyDirector |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyDisplayName |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyDisplayName |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyInformation |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyInformation |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyKeywords |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyKeywords |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyProducer |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyProducer |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyPublisher |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyPublisher |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyAlbum |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyAlbum |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyArtist |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyArtist |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyArtwork |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyArtwork |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyDescription |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyDescription |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeySoftware |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeySoftware |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyYear |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyYear |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyGenre |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyGenre |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyiXML |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyiXML |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyLocationISO6709 |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyLocationISO6709 |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyMake |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyMake |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyModel |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyModel |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyArranger |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyArranger |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyEncodedBy |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyEncodedBy |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyOriginalArtist |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyOriginalArtist |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyPerformer |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyPerformer |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyComposer |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyComposer |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyCredits |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyCredits |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyPhonogramRights |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyPhonogramRights |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyCameraIdentifier |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyCameraIdentifier |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyCameraFrameReadoutTime |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyCameraFrameReadoutTime |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyTitle |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyTitle |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyCollectionUser |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyCollectionUser |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyRatingUser |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyRatingUser |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyLocationName |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyLocationName |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyLocationBody |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyLocationBody |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyLocationNote |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyLocationNote |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyLocationRole |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyLocationRole |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyLocationDate |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyLocationDate |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyDirectionFacing |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyDirectionFacing |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyDirectionMotion |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyDirectionMotion |
Declaration | |
---|---|
From | NSString *const AVMetadataQuickTimeMetadataKeyContentIdentifier |
To | const AVMetadataKey AVMetadataQuickTimeMetadataKeyContentIdentifier |
Declaration | |
---|---|
From | NSString *const AVMetadataFormatiTunesMetadata |
To | const AVMetadataFormat AVMetadataFormatiTunesMetadata |
Declaration | |
---|---|
From | NSString *const AVMetadataKeySpaceiTunes |
To | const AVMetadataKeySpace AVMetadataKeySpaceiTunes |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyAlbum |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyAlbum |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyArtist |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyArtist |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyUserComment |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyUserComment |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyCoverArt |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyCoverArt |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyCopyright |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyCopyright |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyReleaseDate |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyReleaseDate |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyEncodedBy |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyEncodedBy |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyPredefinedGenre |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyPredefinedGenre |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyUserGenre |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyUserGenre |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeySongName |
To | const AVMetadataKey AVMetadataiTunesMetadataKeySongName |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyTrackSubTitle |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyTrackSubTitle |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyEncodingTool |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyEncodingTool |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyComposer |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyComposer |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyAlbumArtist |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyAlbumArtist |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyAccountKind |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyAccountKind |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyAppleID |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyAppleID |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyArtistID |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyArtistID |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeySongID |
To | const AVMetadataKey AVMetadataiTunesMetadataKeySongID |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyDiscCompilation |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyDiscCompilation |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyDiscNumber |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyDiscNumber |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyGenreID |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyGenreID |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyGrouping |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyGrouping |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyPlaylistID |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyPlaylistID |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyContentRating |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyContentRating |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyBeatsPerMin |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyBeatsPerMin |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyTrackNumber |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyTrackNumber |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyArtDirector |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyArtDirector |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyArranger |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyArranger |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyAuthor |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyAuthor |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyLyrics |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyLyrics |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyAcknowledgement |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyAcknowledgement |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyConductor |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyConductor |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyDescription |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyDescription |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyDirector |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyDirector |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyEQ |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyEQ |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyLinerNotes |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyLinerNotes |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyRecordCompany |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyRecordCompany |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyOriginalArtist |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyOriginalArtist |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyPhonogramRights |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyPhonogramRights |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyProducer |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyProducer |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyPerformer |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyPerformer |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyPublisher |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyPublisher |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeySoundEngineer |
To | const AVMetadataKey AVMetadataiTunesMetadataKeySoundEngineer |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeySoloist |
To | const AVMetadataKey AVMetadataiTunesMetadataKeySoloist |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyCredits |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyCredits |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyThanks |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyThanks |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyOnlineExtras |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyOnlineExtras |
Declaration | |
---|---|
From | NSString *const AVMetadataiTunesMetadataKeyExecProducer |
To | const AVMetadataKey AVMetadataiTunesMetadataKeyExecProducer |
Declaration | |
---|---|
From | NSString *const AVMetadataFormatID3Metadata |
To | const AVMetadataFormat AVMetadataFormatID3Metadata |
Declaration | |
---|---|
From | NSString *const AVMetadataKeySpaceID3 |
To | const AVMetadataKeySpace AVMetadataKeySpaceID3 |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyAudioEncryption |
To | const AVMetadataKey AVMetadataID3MetadataKeyAudioEncryption |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyAttachedPicture |
To | const AVMetadataKey AVMetadataID3MetadataKeyAttachedPicture |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyAudioSeekPointIndex |
To | const AVMetadataKey AVMetadataID3MetadataKeyAudioSeekPointIndex |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyComments |
To | const AVMetadataKey AVMetadataID3MetadataKeyComments |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyCommercial |
To | const AVMetadataKey AVMetadataID3MetadataKeyCommercial |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyCommerical |
To | const AVMetadataKey AVMetadataID3MetadataKeyCommerical |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyEncryption |
To | const AVMetadataKey AVMetadataID3MetadataKeyEncryption |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyEqualization |
To | const AVMetadataKey AVMetadataID3MetadataKeyEqualization |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyEqualization2 |
To | const AVMetadataKey AVMetadataID3MetadataKeyEqualization2 |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyEventTimingCodes |
To | const AVMetadataKey AVMetadataID3MetadataKeyEventTimingCodes |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyGeneralEncapsulatedObject |
To | const AVMetadataKey AVMetadataID3MetadataKeyGeneralEncapsulatedObject |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyGroupIdentifier |
To | const AVMetadataKey AVMetadataID3MetadataKeyGroupIdentifier |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyInvolvedPeopleList_v23 |
To | const AVMetadataKey AVMetadataID3MetadataKeyInvolvedPeopleList_v23 |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyLink |
To | const AVMetadataKey AVMetadataID3MetadataKeyLink |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyMusicCDIdentifier |
To | const AVMetadataKey AVMetadataID3MetadataKeyMusicCDIdentifier |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyMPEGLocationLookupTable |
To | const AVMetadataKey AVMetadataID3MetadataKeyMPEGLocationLookupTable |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyOwnership |
To | const AVMetadataKey AVMetadataID3MetadataKeyOwnership |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyPrivate |
To | const AVMetadataKey AVMetadataID3MetadataKeyPrivate |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyPlayCounter |
To | const AVMetadataKey AVMetadataID3MetadataKeyPlayCounter |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyPopularimeter |
To | const AVMetadataKey AVMetadataID3MetadataKeyPopularimeter |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyPositionSynchronization |
To | const AVMetadataKey AVMetadataID3MetadataKeyPositionSynchronization |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyRecommendedBufferSize |
To | const AVMetadataKey AVMetadataID3MetadataKeyRecommendedBufferSize |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyRelativeVolumeAdjustment |
To | const AVMetadataKey AVMetadataID3MetadataKeyRelativeVolumeAdjustment |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyRelativeVolumeAdjustment2 |
To | const AVMetadataKey AVMetadataID3MetadataKeyRelativeVolumeAdjustment2 |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyReverb |
To | const AVMetadataKey AVMetadataID3MetadataKeyReverb |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeySeek |
To | const AVMetadataKey AVMetadataID3MetadataKeySeek |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeySignature |
To | const AVMetadataKey AVMetadataID3MetadataKeySignature |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeySynchronizedLyric |
To | const AVMetadataKey AVMetadataID3MetadataKeySynchronizedLyric |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeySynchronizedTempoCodes |
To | const AVMetadataKey AVMetadataID3MetadataKeySynchronizedTempoCodes |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyAlbumTitle |
To | const AVMetadataKey AVMetadataID3MetadataKeyAlbumTitle |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyBeatsPerMinute |
To | const AVMetadataKey AVMetadataID3MetadataKeyBeatsPerMinute |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyComposer |
To | const AVMetadataKey AVMetadataID3MetadataKeyComposer |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyContentType |
To | const AVMetadataKey AVMetadataID3MetadataKeyContentType |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyCopyright |
To | const AVMetadataKey AVMetadataID3MetadataKeyCopyright |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyDate |
To | const AVMetadataKey AVMetadataID3MetadataKeyDate |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyEncodingTime |
To | const AVMetadataKey AVMetadataID3MetadataKeyEncodingTime |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyPlaylistDelay |
To | const AVMetadataKey AVMetadataID3MetadataKeyPlaylistDelay |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyOriginalReleaseTime |
To | const AVMetadataKey AVMetadataID3MetadataKeyOriginalReleaseTime |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyRecordingTime |
To | const AVMetadataKey AVMetadataID3MetadataKeyRecordingTime |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyReleaseTime |
To | const AVMetadataKey AVMetadataID3MetadataKeyReleaseTime |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyTaggingTime |
To | const AVMetadataKey AVMetadataID3MetadataKeyTaggingTime |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyEncodedBy |
To | const AVMetadataKey AVMetadataID3MetadataKeyEncodedBy |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyLyricist |
To | const AVMetadataKey AVMetadataID3MetadataKeyLyricist |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyFileType |
To | const AVMetadataKey AVMetadataID3MetadataKeyFileType |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyTime |
To | const AVMetadataKey AVMetadataID3MetadataKeyTime |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyInvolvedPeopleList_v24 |
To | const AVMetadataKey AVMetadataID3MetadataKeyInvolvedPeopleList_v24 |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyContentGroupDescription |
To | const AVMetadataKey AVMetadataID3MetadataKeyContentGroupDescription |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyTitleDescription |
To | const AVMetadataKey AVMetadataID3MetadataKeyTitleDescription |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeySubTitle |
To | const AVMetadataKey AVMetadataID3MetadataKeySubTitle |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyInitialKey |
To | const AVMetadataKey AVMetadataID3MetadataKeyInitialKey |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyLanguage |
To | const AVMetadataKey AVMetadataID3MetadataKeyLanguage |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyLength |
To | const AVMetadataKey AVMetadataID3MetadataKeyLength |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyMusicianCreditsList |
To | const AVMetadataKey AVMetadataID3MetadataKeyMusicianCreditsList |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyMediaType |
To | const AVMetadataKey AVMetadataID3MetadataKeyMediaType |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyMood |
To | const AVMetadataKey AVMetadataID3MetadataKeyMood |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyOriginalAlbumTitle |
To | const AVMetadataKey AVMetadataID3MetadataKeyOriginalAlbumTitle |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyOriginalFilename |
To | const AVMetadataKey AVMetadataID3MetadataKeyOriginalFilename |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyOriginalLyricist |
To | const AVMetadataKey AVMetadataID3MetadataKeyOriginalLyricist |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyOriginalArtist |
To | const AVMetadataKey AVMetadataID3MetadataKeyOriginalArtist |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyOriginalReleaseYear |
To | const AVMetadataKey AVMetadataID3MetadataKeyOriginalReleaseYear |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyFileOwner |
To | const AVMetadataKey AVMetadataID3MetadataKeyFileOwner |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyLeadPerformer |
To | const AVMetadataKey AVMetadataID3MetadataKeyLeadPerformer |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyBand |
To | const AVMetadataKey AVMetadataID3MetadataKeyBand |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyConductor |
To | const AVMetadataKey AVMetadataID3MetadataKeyConductor |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyModifiedBy |
To | const AVMetadataKey AVMetadataID3MetadataKeyModifiedBy |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyPartOfASet |
To | const AVMetadataKey AVMetadataID3MetadataKeyPartOfASet |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyProducedNotice |
To | const AVMetadataKey AVMetadataID3MetadataKeyProducedNotice |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyPublisher |
To | const AVMetadataKey AVMetadataID3MetadataKeyPublisher |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyTrackNumber |
To | const AVMetadataKey AVMetadataID3MetadataKeyTrackNumber |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyRecordingDates |
To | const AVMetadataKey AVMetadataID3MetadataKeyRecordingDates |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyInternetRadioStationName |
To | const AVMetadataKey AVMetadataID3MetadataKeyInternetRadioStationName |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyInternetRadioStationOwner |
To | const AVMetadataKey AVMetadataID3MetadataKeyInternetRadioStationOwner |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeySize |
To | const AVMetadataKey AVMetadataID3MetadataKeySize |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyAlbumSortOrder |
To | const AVMetadataKey AVMetadataID3MetadataKeyAlbumSortOrder |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyPerformerSortOrder |
To | const AVMetadataKey AVMetadataID3MetadataKeyPerformerSortOrder |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyTitleSortOrder |
To | const AVMetadataKey AVMetadataID3MetadataKeyTitleSortOrder |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyInternationalStandardRecordingCode |
To | const AVMetadataKey AVMetadataID3MetadataKeyInternationalStandardRecordingCode |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyEncodedWith |
To | const AVMetadataKey AVMetadataID3MetadataKeyEncodedWith |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeySetSubtitle |
To | const AVMetadataKey AVMetadataID3MetadataKeySetSubtitle |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyYear |
To | const AVMetadataKey AVMetadataID3MetadataKeyYear |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyUserText |
To | const AVMetadataKey AVMetadataID3MetadataKeyUserText |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyUniqueFileIdentifier |
To | const AVMetadataKey AVMetadataID3MetadataKeyUniqueFileIdentifier |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyTermsOfUse |
To | const AVMetadataKey AVMetadataID3MetadataKeyTermsOfUse |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyUnsynchronizedLyric |
To | const AVMetadataKey AVMetadataID3MetadataKeyUnsynchronizedLyric |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyCommercialInformation |
To | const AVMetadataKey AVMetadataID3MetadataKeyCommercialInformation |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyCopyrightInformation |
To | const AVMetadataKey AVMetadataID3MetadataKeyCopyrightInformation |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyOfficialAudioFileWebpage |
To | const AVMetadataKey AVMetadataID3MetadataKeyOfficialAudioFileWebpage |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyOfficialArtistWebpage |
To | const AVMetadataKey AVMetadataID3MetadataKeyOfficialArtistWebpage |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyOfficialAudioSourceWebpage |
To | const AVMetadataKey AVMetadataID3MetadataKeyOfficialAudioSourceWebpage |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyOfficialInternetRadioStationHomepage |
To | const AVMetadataKey AVMetadataID3MetadataKeyOfficialInternetRadioStationHomepage |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyPayment |
To | const AVMetadataKey AVMetadataID3MetadataKeyPayment |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyOfficialPublisherWebpage |
To | const AVMetadataKey AVMetadataID3MetadataKeyOfficialPublisherWebpage |
Declaration | |
---|---|
From | NSString *const AVMetadataID3MetadataKeyUserURL |
To | const AVMetadataKey AVMetadataID3MetadataKeyUserURL |
Declaration | |
---|---|
From | NSString *const AVMetadataKeySpaceIcy |
To | const AVMetadataKeySpace AVMetadataKeySpaceIcy |
Declaration | |
---|---|
From | NSString *const AVMetadataIcyMetadataKeyStreamTitle |
To | const AVMetadataKey AVMetadataIcyMetadataKeyStreamTitle |
Declaration | |
---|---|
From | NSString *const AVMetadataIcyMetadataKeyStreamURL |
To | const AVMetadataKey AVMetadataIcyMetadataKeyStreamURL |
Declaration | |
---|---|
From | NSString *const AVMetadataFormatHLSMetadata |
To | const AVMetadataFormat AVMetadataFormatHLSMetadata |
Declaration | |
---|---|
From | NSString *const AVMetadataKeySpaceHLSDateRange |
To | const AVMetadataKeySpace AVMetadataKeySpaceHLSDateRange |
Declaration | |
---|---|
From | NSString *const AVMetadataExtraAttributeValueURIKey |
To | const AVMetadataExtraAttributeKey AVMetadataExtraAttributeValueURIKey |
Declaration | |
---|---|
From | NSString *const AVMetadataExtraAttributeBaseURIKey |
To | const AVMetadataExtraAttributeKey AVMetadataExtraAttributeBaseURIKey |
Declaration | |
---|---|
From | NSString *const AVMetadataExtraAttributeInfoKey |
To | const AVMetadataExtraAttributeKey AVMetadataExtraAttributeInfoKey |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierTitle |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierTitle |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierCreator |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierCreator |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierSubject |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierSubject |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierDescription |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierDescription |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierPublisher |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierPublisher |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierContributor |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierContributor |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierCreationDate |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierCreationDate |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierLastModifiedDate |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierLastModifiedDate |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierType |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierType |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierFormat |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierFormat |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierAssetIdentifier |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierAssetIdentifier |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierSource |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierSource |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierLanguage |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierLanguage |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierRelation |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierRelation |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierLocation |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierLocation |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierCopyrights |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierCopyrights |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierAlbumName |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierAlbumName |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierAuthor |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierAuthor |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierArtist |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierArtist |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierArtwork |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierArtwork |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierMake |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierMake |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierModel |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierModel |
Declaration | |
---|---|
From | NSString *const AVMetadataCommonIdentifierSoftware |
To | const AVMetadataIdentifier AVMetadataCommonIdentifierSoftware |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataAlbum |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataAlbum |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataArranger |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataArranger |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataArtist |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataArtist |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataAuthor |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataAuthor |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataChapter |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataChapter |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataComment |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataComment |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataComposer |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataComposer |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataCopyright |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataCopyright |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataCreationDate |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataCreationDate |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataDescription |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataDescription |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataDirector |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataDirector |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataDisclaimer |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataDisclaimer |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataEncodedBy |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataEncodedBy |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataFullName |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataFullName |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataGenre |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataGenre |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataHostComputer |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataHostComputer |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataInformation |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataInformation |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataKeywords |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataKeywords |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataMake |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataMake |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataModel |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataModel |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataOriginalArtist |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataOriginalArtist |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataOriginalFormat |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataOriginalFormat |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataOriginalSource |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataOriginalSource |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataPerformers |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataPerformers |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataProducer |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataProducer |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataPublisher |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataPublisher |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataProduct |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataProduct |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataSoftware |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataSoftware |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataSpecialPlaybackRequirements |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataSpecialPlaybackRequirements |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataTrack |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataTrack |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataWarning |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataWarning |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataWriter |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataWriter |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataURLLink |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataURLLink |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataLocationISO6709 |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataLocationISO6709 |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataTrackName |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataTrackName |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataCredits |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataCredits |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataPhonogramRights |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataPhonogramRights |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeUserDataTaggedCharacteristic |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeUserDataTaggedCharacteristic |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierISOUserDataCopyright |
To | const AVMetadataIdentifier AVMetadataIdentifierISOUserDataCopyright |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierISOUserDataDate |
To | const AVMetadataIdentifier AVMetadataIdentifierISOUserDataDate |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierISOUserDataTaggedCharacteristic |
To | const AVMetadataIdentifier AVMetadataIdentifierISOUserDataTaggedCharacteristic |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifier3GPUserDataCopyright |
To | const AVMetadataIdentifier AVMetadataIdentifier3GPUserDataCopyright |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifier3GPUserDataAuthor |
To | const AVMetadataIdentifier AVMetadataIdentifier3GPUserDataAuthor |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifier3GPUserDataPerformer |
To | const AVMetadataIdentifier AVMetadataIdentifier3GPUserDataPerformer |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifier3GPUserDataGenre |
To | const AVMetadataIdentifier AVMetadataIdentifier3GPUserDataGenre |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifier3GPUserDataRecordingYear |
To | const AVMetadataIdentifier AVMetadataIdentifier3GPUserDataRecordingYear |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifier3GPUserDataLocation |
To | const AVMetadataIdentifier AVMetadataIdentifier3GPUserDataLocation |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifier3GPUserDataTitle |
To | const AVMetadataIdentifier AVMetadataIdentifier3GPUserDataTitle |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifier3GPUserDataDescription |
To | const AVMetadataIdentifier AVMetadataIdentifier3GPUserDataDescription |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifier3GPUserDataCollection |
To | const AVMetadataIdentifier AVMetadataIdentifier3GPUserDataCollection |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifier3GPUserDataUserRating |
To | const AVMetadataIdentifier AVMetadataIdentifier3GPUserDataUserRating |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifier3GPUserDataThumbnail |
To | const AVMetadataIdentifier AVMetadataIdentifier3GPUserDataThumbnail |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifier3GPUserDataAlbumAndTrack |
To | const AVMetadataIdentifier AVMetadataIdentifier3GPUserDataAlbumAndTrack |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifier3GPUserDataKeywordList |
To | const AVMetadataIdentifier AVMetadataIdentifier3GPUserDataKeywordList |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifier3GPUserDataMediaClassification |
To | const AVMetadataIdentifier AVMetadataIdentifier3GPUserDataMediaClassification |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifier3GPUserDataMediaRating |
To | const AVMetadataIdentifier AVMetadataIdentifier3GPUserDataMediaRating |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataAuthor |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataAuthor |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataComment |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataComment |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataCopyright |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataCopyright |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataCreationDate |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataCreationDate |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataDirector |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataDirector |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataDisplayName |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataDisplayName |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataInformation |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataInformation |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataKeywords |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataKeywords |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataProducer |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataProducer |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataPublisher |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataPublisher |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataAlbum |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataAlbum |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataArtist |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataArtist |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataArtwork |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataArtwork |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataDescription |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataDescription |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataSoftware |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataSoftware |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataYear |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataYear |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataGenre |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataGenre |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataiXML |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataiXML |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataLocationISO6709 |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataLocationISO6709 |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataMake |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataMake |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataModel |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataModel |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataArranger |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataArranger |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataEncodedBy |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataEncodedBy |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataOriginalArtist |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataOriginalArtist |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataPerformer |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataPerformer |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataComposer |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataComposer |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataCredits |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataCredits |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataPhonogramRights |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataPhonogramRights |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataCameraIdentifier |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataCameraIdentifier |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataCameraFrameReadoutTime |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataCameraFrameReadoutTime |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataTitle |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataTitle |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataCollectionUser |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataCollectionUser |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataRatingUser |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataRatingUser |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataLocationName |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataLocationName |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataLocationBody |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataLocationBody |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataLocationNote |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataLocationNote |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataLocationRole |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataLocationRole |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataLocationDate |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataLocationDate |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataDirectionFacing |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataDirectionFacing |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataDirectionMotion |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataDirectionMotion |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataPreferredAffineTransform |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataPreferredAffineTransform |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataDetectedFace |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataDetectedFace |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataVideoOrientation |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataVideoOrientation |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierQuickTimeMetadataContentIdentifier |
To | const AVMetadataIdentifier AVMetadataIdentifierQuickTimeMetadataContentIdentifier |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataAlbum |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataAlbum |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataArtist |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataArtist |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataUserComment |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataUserComment |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataCoverArt |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataCoverArt |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataCopyright |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataCopyright |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataReleaseDate |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataReleaseDate |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataEncodedBy |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataEncodedBy |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataPredefinedGenre |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataPredefinedGenre |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataUserGenre |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataUserGenre |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataSongName |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataSongName |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataTrackSubTitle |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataTrackSubTitle |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataEncodingTool |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataEncodingTool |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataComposer |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataComposer |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataAlbumArtist |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataAlbumArtist |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataAccountKind |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataAccountKind |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataAppleID |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataAppleID |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataArtistID |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataArtistID |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataSongID |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataSongID |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataDiscCompilation |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataDiscCompilation |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataDiscNumber |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataDiscNumber |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataGenreID |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataGenreID |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataGrouping |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataGrouping |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataPlaylistID |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataPlaylistID |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataContentRating |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataContentRating |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataBeatsPerMin |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataBeatsPerMin |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataTrackNumber |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataTrackNumber |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataArtDirector |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataArtDirector |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataArranger |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataArranger |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataAuthor |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataAuthor |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataLyrics |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataLyrics |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataAcknowledgement |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataAcknowledgement |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataConductor |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataConductor |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataDescription |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataDescription |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataDirector |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataDirector |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataEQ |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataEQ |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataLinerNotes |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataLinerNotes |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataRecordCompany |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataRecordCompany |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataOriginalArtist |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataOriginalArtist |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataPhonogramRights |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataPhonogramRights |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataProducer |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataProducer |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataPerformer |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataPerformer |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataPublisher |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataPublisher |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataSoundEngineer |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataSoundEngineer |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataSoloist |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataSoloist |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataCredits |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataCredits |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataThanks |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataThanks |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataOnlineExtras |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataOnlineExtras |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifieriTunesMetadataExecProducer |
To | const AVMetadataIdentifier AVMetadataIdentifieriTunesMetadataExecProducer |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataAudioEncryption |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataAudioEncryption |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataAttachedPicture |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataAttachedPicture |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataAudioSeekPointIndex |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataAudioSeekPointIndex |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataComments |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataComments |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataCommercial |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataCommercial |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataCommerical |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataCommerical |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataEncryption |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataEncryption |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataEqualization |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataEqualization |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataEqualization2 |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataEqualization2 |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataEventTimingCodes |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataEventTimingCodes |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataGeneralEncapsulatedObject |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataGeneralEncapsulatedObject |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataGroupIdentifier |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataGroupIdentifier |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataInvolvedPeopleList_v23 |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataInvolvedPeopleList_v23 |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataLink |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataLink |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataMusicCDIdentifier |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataMusicCDIdentifier |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataMPEGLocationLookupTable |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataMPEGLocationLookupTable |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataOwnership |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataOwnership |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataPrivate |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataPrivate |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataPlayCounter |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataPlayCounter |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataPopularimeter |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataPopularimeter |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataPositionSynchronization |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataPositionSynchronization |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataRecommendedBufferSize |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataRecommendedBufferSize |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataRelativeVolumeAdjustment |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataRelativeVolumeAdjustment |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataRelativeVolumeAdjustment2 |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataRelativeVolumeAdjustment2 |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataReverb |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataReverb |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataSeek |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataSeek |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataSignature |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataSignature |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataSynchronizedLyric |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataSynchronizedLyric |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataSynchronizedTempoCodes |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataSynchronizedTempoCodes |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataAlbumTitle |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataAlbumTitle |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataBeatsPerMinute |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataBeatsPerMinute |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataComposer |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataComposer |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataContentType |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataContentType |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataCopyright |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataCopyright |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataDate |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataDate |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataEncodingTime |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataEncodingTime |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataPlaylistDelay |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataPlaylistDelay |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataOriginalReleaseTime |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataOriginalReleaseTime |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataRecordingTime |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataRecordingTime |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataReleaseTime |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataReleaseTime |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataTaggingTime |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataTaggingTime |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataEncodedBy |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataEncodedBy |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataLyricist |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataLyricist |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataFileType |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataFileType |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataTime |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataTime |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataInvolvedPeopleList_v24 |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataInvolvedPeopleList_v24 |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataContentGroupDescription |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataContentGroupDescription |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataTitleDescription |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataTitleDescription |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataSubTitle |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataSubTitle |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataInitialKey |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataInitialKey |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataLanguage |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataLanguage |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataLength |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataLength |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataMusicianCreditsList |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataMusicianCreditsList |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataMediaType |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataMediaType |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataMood |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataMood |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataOriginalAlbumTitle |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataOriginalAlbumTitle |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataOriginalFilename |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataOriginalFilename |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataOriginalLyricist |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataOriginalLyricist |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataOriginalArtist |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataOriginalArtist |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataOriginalReleaseYear |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataOriginalReleaseYear |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataFileOwner |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataFileOwner |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataLeadPerformer |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataLeadPerformer |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataBand |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataBand |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataConductor |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataConductor |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataModifiedBy |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataModifiedBy |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataPartOfASet |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataPartOfASet |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataProducedNotice |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataProducedNotice |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataPublisher |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataPublisher |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataTrackNumber |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataTrackNumber |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataRecordingDates |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataRecordingDates |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataInternetRadioStationName |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataInternetRadioStationName |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataInternetRadioStationOwner |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataInternetRadioStationOwner |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataSize |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataSize |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataAlbumSortOrder |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataAlbumSortOrder |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataPerformerSortOrder |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataPerformerSortOrder |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataTitleSortOrder |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataTitleSortOrder |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataInternationalStandardRecordingCode |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataInternationalStandardRecordingCode |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataEncodedWith |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataEncodedWith |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataSetSubtitle |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataSetSubtitle |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataYear |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataYear |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataUserText |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataUserText |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataUniqueFileIdentifier |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataUniqueFileIdentifier |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataTermsOfUse |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataTermsOfUse |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataUnsynchronizedLyric |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataUnsynchronizedLyric |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataCommercialInformation |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataCommercialInformation |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataCopyrightInformation |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataCopyrightInformation |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataOfficialAudioFileWebpage |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataOfficialAudioFileWebpage |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataOfficialArtistWebpage |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataOfficialArtistWebpage |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataOfficialAudioSourceWebpage |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataOfficialAudioSourceWebpage |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataOfficialInternetRadioStationHomepage |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataOfficialInternetRadioStationHomepage |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataPayment |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataPayment |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataOfficialPublisherWebpage |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataOfficialPublisherWebpage |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierID3MetadataUserURL |
To | const AVMetadataIdentifier AVMetadataIdentifierID3MetadataUserURL |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierIcyMetadataStreamTitle |
To | const AVMetadataIdentifier AVMetadataIdentifierIcyMetadataStreamTitle |
Declaration | |
---|---|
From | NSString *const AVMetadataIdentifierIcyMetadataStreamURL |
To | const AVMetadataIdentifier AVMetadataIdentifierIcyMetadataStreamURL |
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 |
Declaration | |
---|---|
From | @property (readonly) NSString *type |
To | @property (readonly, nonnull) AVMetadataObjectType type |
Declaration | |
---|---|
From | NSString *const AVMetadataObjectTypeFace |
To | const AVMetadataObjectType _Nonnull AVMetadataObjectTypeFace |
Declaration | |
---|---|
From | NSString *const AVMetadataObjectTypeUPCECode |
To | const AVMetadataObjectType _Nonnull AVMetadataObjectTypeUPCECode |
Declaration | |
---|---|
From | NSString *const AVMetadataObjectTypeCode39Code |
To | const AVMetadataObjectType _Nonnull AVMetadataObjectTypeCode39Code |
Declaration | |
---|---|
From | NSString *const AVMetadataObjectTypeCode39Mod43Code |
To | const AVMetadataObjectType _Nonnull AVMetadataObjectTypeCode39Mod43Code |
Declaration | |
---|---|
From | NSString *const AVMetadataObjectTypeEAN13Code |
To | const AVMetadataObjectType _Nonnull AVMetadataObjectTypeEAN13Code |
Declaration | |
---|---|
From | NSString *const AVMetadataObjectTypeEAN8Code |
To | const AVMetadataObjectType _Nonnull AVMetadataObjectTypeEAN8Code |
Declaration | |
---|---|
From | NSString *const AVMetadataObjectTypeCode93Code |
To | const AVMetadataObjectType _Nonnull AVMetadataObjectTypeCode93Code |
Declaration | |
---|---|
From | NSString *const AVMetadataObjectTypeCode128Code |
To | const AVMetadataObjectType _Nonnull AVMetadataObjectTypeCode128Code |
Declaration | |
---|---|
From | NSString *const AVMetadataObjectTypePDF417Code |
To | const AVMetadataObjectType _Nonnull AVMetadataObjectTypePDF417Code |
Declaration | |
---|---|
From | NSString *const AVMetadataObjectTypeQRCode |
To | const AVMetadataObjectType _Nonnull AVMetadataObjectTypeQRCode |
Declaration | |
---|---|
From | NSString *const AVMetadataObjectTypeAztecCode |
To | const AVMetadataObjectType _Nonnull AVMetadataObjectTypeAztecCode |
Declaration | |
---|---|
From | NSString *const AVMetadataObjectTypeInterleaved2of5Code |
To | const AVMetadataObjectType _Nonnull AVMetadataObjectTypeInterleaved2of5Code |
Declaration | |
---|---|
From | NSString *const AVMetadataObjectTypeITF14Code |
To | const AVMetadataObjectType _Nonnull AVMetadataObjectTypeITF14Code |
Declaration | |
---|---|
From | NSString *const AVMetadataObjectTypeDataMatrixCode |
To | const AVMetadataObjectType _Nonnull AVMetadataObjectTypeDataMatrixCode |
Declaration | |
---|---|
From | @property (readonly) NSArray *corners |
To | @property (readonly, nonnull) NSArray<NSDictionary *> *corners |
Declaration | |
---|---|
From | @property (readonly) NSString *stringValue |
To | @property (readonly, nullable) NSString *stringValue |
Declaration | |
---|---|
From | NSString *const _Nonnull AVOutputSettingsPreset640x480 |
To | const AVOutputSettingsPreset _Nonnull AVOutputSettingsPreset640x480 |
Declaration | |
---|---|
From | NSString *const _Nonnull AVOutputSettingsPreset960x540 |
To | const AVOutputSettingsPreset _Nonnull AVOutputSettingsPreset960x540 |
Declaration | |
---|---|
From | NSString *const _Nonnull AVOutputSettingsPreset1280x720 |
To | const AVOutputSettingsPreset _Nonnull AVOutputSettingsPreset1280x720 |
Declaration | |
---|---|
From | NSString *const _Nonnull AVOutputSettingsPreset1920x1080 |
To | const AVOutputSettingsPreset _Nonnull AVOutputSettingsPreset1920x1080 |
Declaration | |
---|---|
From | NSString *const _Nonnull AVOutputSettingsPreset3840x2160 |
To | const 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 |
Declaration | |
---|---|
From | NSString *const _Nonnull AVPlayerWaitingToMinimizeStallsReason |
To | const AVPlayerWaitingReason _Nonnull AVPlayerWaitingToMinimizeStallsReason |
Declaration | |
---|---|
From | NSString *const _Nonnull AVPlayerWaitingWhileEvaluatingBufferingRateReason |
To | const AVPlayerWaitingReason _Nonnull AVPlayerWaitingWhileEvaluatingBufferingRateReason |
Declaration | |
---|---|
From | NSString *const _Nonnull AVPlayerWaitingWithNoItemToPlayReason |
To | const 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 |
Declaration | |
---|---|
From | @property (nonatomic, copy, nonnull) NSString *externalPlaybackVideoGravity |
To | @property (nonatomic, copy, nonnull) AVLayerVideoGravity externalPlaybackVideoGravity |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | Allow AVPlayer to enable closed captions automatically according to user preferences by ensuring that the value of appliesMediaSelectionCriteriaAutomatically is YES. |
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 |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | Use -seekToTime:completionHandler:, passing nil for the completionHandler if you don't require notification of completion |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | Use -seekToTime:toleranceBefore:toleranceAfter:completionHandler:, passing nil for the completionHandler if you don't require notification of completion |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | Use -seekToDate:completionHandler:, passing nil for the completionHandler if you don't require notification of completion |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | Use currentMediaSelection to obtain an instance of AVMediaSelection, which encompasses the currently selected AVMediaSelectionOption in each of the available AVMediaSelectionGroups |
Declaration | |
---|---|
From | NSString *const _Nonnull AVPlayerItemLegibleOutputTextStylingResolutionDefault |
To | const AVPlayerItemLegibleOutputTextStylingResolution _Nonnull AVPlayerItemLegibleOutputTextStylingResolutionDefault |
Declaration | |
---|---|
From | NSString *const _Nonnull AVPlayerItemLegibleOutputTextStylingResolutionSourceAndRulesOnly |
To | const 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 |
Declaration | |
---|---|
From | @property (copy, nonnull) NSString *videoGravity |
To | @property (copy, nonnull) AVLayerVideoGravity videoGravity |
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 |
Header | |
---|---|
From | AVSampleBufferDisplayLayer.h |
To | AVQueuedSampleBufferRendering.h |
Header | |
---|---|
From | AVSampleBufferDisplayLayer.h |
To | AVQueuedSampleBufferRendering.h |
Header | |
---|---|
From | AVSampleBufferDisplayLayer.h |
To | AVQueuedSampleBufferRendering.h |
Header | |
---|---|
From | AVSampleBufferDisplayLayer.h |
To | AVQueuedSampleBufferRendering.h |
Protocols | |
---|---|
From | none |
To | AVQueuedSampleBufferRendering |
Header | |
---|---|
From | AVSampleBufferDisplayLayer.h |
To | AVQueuedSampleBufferRendering.h |
Header | |
---|---|
From | AVSampleBufferDisplayLayer.h |
To | AVQueuedSampleBufferRendering.h |
Header | |
---|---|
From | AVSampleBufferDisplayLayer.h |
To | AVQueuedSampleBufferRendering.h |
Header | |
---|---|
From | AVSampleBufferDisplayLayer.h |
To | AVQueuedSampleBufferRendering.h |
Declaration | |
---|---|
From | @property (copy, nonnull) NSString *videoGravity |
To | @property (copy, nonnull) AVLayerVideoGravity videoGravity |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | AVVideoCodecTypeH264 |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | AVVideoCodecTypeJPEG |