/*
File: AVBase.h
Framework: AVFoundation
Copyright 2010 Apple Inc. All rights reserved.
*/
#import
// Pre-10.7, weak import
#ifndef __AVAILABILITY_INTERNAL__MAC_10_7
#define __AVAILABILITY_INTERNAL__MAC_10_7 __AVAILABILITY_INTERNAL_WEAK_IMPORT
#endif
Apple makes efforts to the maintenance of API related to the sound caused by AVFoundation, and I think this is a strongly possibility.
iOS4 の AVFoundation.framework あたりを見ていたら 10.7 に AVFoundation が搭載されることを示唆する記述を発見。AVBase.h 以外のところにも記述はある。AVFoundation は iPhoneOS 上でサウンド関係の API として整備されてきており、これが現実になる可能性は高いだろう。
No comments:
Post a Comment