Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
AVFoundation.framework: Difference between revisions - iPhone Development Wiki

AVFoundation.framework: Difference between revisions

From iPhone Development Wiki
(Create AVFoundation stub to public docs)
 
m (formatting)
 
Line 5: Line 5:
}}
}}


Quoting Apple, "AVFoundation is the full featured framework for working with time-based audiovisual media on iOS, macOS, watchOS and tvOS. Using AVFoundation, you can easily play, create, and edit QuickTime movies and MPEG-4 files, play HLS streams, and build powerful media functionality into your apps."
Quoting Apple, "AVFoundation is the full featured framework for working with time-based audiovisual media on iOS, macOS, watchOS and tvOS.  
 
Using AVFoundation, you can easily play, create, and edit QuickTime movies and MPEG-4 files, play HLS streams, and build powerful media functionality into your apps."


*  [https://developer.apple.com/av-foundation/ Official Documentation]
*  [https://developer.apple.com/av-foundation/ Official Documentation]


{{Navbox Frameworks}}
{{Navbox Frameworks}}

Latest revision as of 12:45, 28 April 2020

AVFoundation.framework
Public Framework
Availabile 3.0 – present
Class Prefix AV
Headers [headers.cynder.me]


Quoting Apple, "AVFoundation is the full featured framework for working with time-based audiovisual media on iOS, macOS, watchOS and tvOS.

Using AVFoundation, you can easily play, create, and edit QuickTime movies and MPEG-4 files, play HLS streams, and build powerful media functionality into your apps."