[View] [Edit] [Lock] [References] [Attachments] [History] [Home] [Changes] [Search] [Help]
api[apple,AVFoundation] definitions
See also
"We implemented here a minimal support for AVFoundation framework
#needsWork
"
#( #AVCaptureDevice
#AVCaptureInput #AVCaptureOutput
#AVCaptureInputPort
#AVCaptureSession
#AVMetadataObject
#AVCaptureConnection
) do: [:each| NSObject subclass: each category: #AVFoundation ].!
#( #AVCaptureDeviceInput
#AVCaptureMetadataInput
) do: [:each| AVCaptureInput subclass: each ].!
#( #AVCaptureMetadataOutput
) do: [:each| AVCaptureOutput subclass: each ].!
#( #AVMetadataFaceObject
#AVMetadataMachineReadableCodeObject
) do: [:each| AVMetadataObject subclass: each ].!
(Smalltalk includesKey: #CALayer) ifFalse: [
self error: 'Require QuartzCore'
]!
#( #AVCaptureVideoPreviewLayer
) do: [:each| CALayer subclass: each category: #AVFoundation ].!
(Smalltalk includesKey: #SDKConstants) ifFalse: [
self error: 'Require SDK (SDKConstants)'
]!
SDKConstants
subclass: #AVFoundationConstants
category: #AVFoundation!
! AVFoundationConstants class methodsFor: #private !
validNames
" Private - Return valid names for constant. "
^#(
"AV... Constants"
#AVLayerVideoGravityResize
#AVLayerVideoGravityResizeAspect
#AVLayerVideoGravityResizeAspectFill
)! !
ToDo list
- AVAudioBuffer.h
- AVAudioChannelLayout.h
- AVAudioEngine.h
- AVAudioEnvironmentNode.h
- AVAudioFile.h
- AVAudioFormat.h
- AVAudioIONode.h
- AVAudioMixerNode.h
- AVAudioMixing.h
- AVAudioNode.h
- AVAudioPlayer.h
- AVAudioPlayerNode.h
- AVAudioRecorder.h
- #if TARGET_OS_IPHONE
- AVAudioSettings.h
- AVAudioTime.h
- AVAudioTypes.h
- AVAudioUnit.h
- #if (TARGET_OS_MAC & !(TARGET_OS_EMBEDDED || TARGET_OS_IPHONE))
- AVAudioUnitDelay.h
- AVAudioUnitDistortion.h
- AVAudioUnitEQ.h
- AVAudioUnitEffect.h
- AVAudioUnitGenerator.h
- AVAudioUnitMIDIInstrument.h
- AVAudioUnitReverb.h
- AVAudioUnitSampler.h
- AVAudioUnitTimeEffect.h
- AVAudioUnitTimePitch.h
- AVAudioUnitVarispeed.h
- AVMIDIPlayer.h
- AVAnimation.h
- AVAsset.h
- AVAssetExportSession.h
- AVAssetImageGenerator.h
- AVAssetReader.h
- AVAssetReaderOutput.h
- AVAssetResourceLoader.h
- AVAssetTrack.h
- AVAssetTrackGroup.h
- AVAssetTrackSegment.h
- AVAssetWriter.h
- AVAssetWriterInput.h
- AVAsynchronousKeyValueLoading.h
- AVAudioMix.h
- AVAudioProcessingSettings.h
- #if (TARGET_OS_IPHONE || defined(__MAC_10_7))
- AVCaptureDevice.h
- AVCaptureInput.h
.-AVCaptureOutput.h
- AVCaptureSession.h
- AVCaptureVideoPreviewLayer.h
- AVComposition.h
- AVCompositionTrack.h
- AVCompositionTrackSegment.h
- AVError.h
- AVMediaFormat.h
- AVMediaSelectionGroup.h
- AVMetadataFormat.h
- AVMetadataIdentifiers.h
- AVMetadataItem.h
- AVMetadataObject.h
- #if (TARGET_OS_MAC & !(TARGET_OS_EMBEDDED || TARGET_OS_IPHONE))
- AVOutputSettingsAssistant.h
- AVPlayer.h
- AVPlayerItem.h
- AVPlayerItemOutput.h
- #if (TARGET_OS_MAC & !(TARGET_OS_EMBEDDED || TARGET_OS_IPHONE))
- AVPlayerItemProtectedContentAdditions.h
- AVPlayerItemTrack.h
- AVPlayerLayer.h
- AVPlayerMediaSelectionCriteria.h
- AVSampleBufferDisplayLayer.h
- #if (TARGET_OS_MAC & !(TARGET_OS_EMBEDDED || TARGET_OS_IPHONE))
- AVSampleBufferGenerator.h
- AVSampleCursor.h
- #if TARGET_OS_IPHONE
- AVSynchronizedLayer.h
- AVTextStyleRule.h
- AVTime.h
- AVTimedMetadataGroup.h
- AVUtilities.h
- AVVideoCompositing.h
- AVVideoComposition.h
- AVVideoSettings.h