AVFoundation Programming Guide
AVFoundation Programming Guide
相關推薦
AVFoundation Programming Guide
AVFoundation Programming Guide https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/AVFoundationPG/Articles/00_Introducti
AVFoundation Programming Guide(官方文件翻譯)完整版中英對照
About AVFoundation - AVFoundation概述 AVFoundation is one of several frameworks that you can use to play and create time-based a
AVFoundation Programming Guide(官方文件翻譯6)Export
Export - 輸出 To read and write audiovisual assets, you must use the export APIs provided by the AVFoundation framework. The AVAss
AVFoundation Programming Guide 之 Media Capture
AVFoundation框架可以用來自定義相機,看了別人的程式碼,有很多的不明白,看了文件,就大致翻譯下吧,怕以後忘記! Media Capture 從相機or麥克風獲取資訊,至少需要以下幾個類: 1.一個 AVCaptureDevice 的例項,來代表輸入的裝置,例如:
Predicate Programming Guide
odin describes his cit dev tin represent hat ani https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/Predicates/Ad
Quartz 2D Programming Guide筆記
Graphics Contexts圖形上下文 圖形上下文(graphics context)是繪製目標,可以理解為畫布,包含著繪圖時的引數和裝置資訊。型別為CGContextRef。獲取graphics context後,呼叫Quartz 2D的函式進行繪製、旋轉等操作,還可以修改如
CUDA C Programming Guide | Programming Model
塊內的執行緒: Threads within a block can cooperate by sharing data through some shared memory and by synchronizing their execution to coordinate memory accesses.
CUDA C Programming Guide | Graphics Interoperability【圖形互動性】
CUDA C Programming Guide 3.2.12 Graphics Interoperability OpenGL和Direct3D中的 一些資源可以對映到CUDA的地址空間 CUDA能夠讀取OpenGL或Direct3D編寫的資料,或者使CU
讀 Metal Programming Guide: Tutorial and Reference via Swift
市面上關於metal的專著極少,當然apple的文件永遠是最好、最新、最及時的參考,但是一本系統講解,有示例解析的書定然會幫助我們更快更好掌握這門新的技術。 metal,本身不是新技術,2014年在ios上第一次出現,之後逐漸支援macOS、watchOS、tvOS,現在i
官網翻譯之RDD Programming Guide-Scala
Overview(概述) At a high level, every Spark application consists of a driver program that runs the user’s main function and executes
Spark2.1.0文件:Spark程式設計指南-Spark Programming Guide
1 概述 從一個較高的層次來看,每一個 Spark 應用程式由兩部分組成:driver program(驅動程式)端執行的 main 函式以及在整個叢集中被執行的各種並行操作。Spark 提供的主要抽象是一個彈性分散式資料集(RDD),它是可以被並行處理且跨節點分佈的元素的
Spark官方文件翻譯:Spark Programming Guide(一)
Overview At a high level, every Spark application consists of a driver program that runs the user’s main function and executes var
Spark Programming Guide(二)
Basics To illustrate RDD basics, consider the simple program below: 仔細觀察下面的程式,介紹了RDD的基本功能: val lines = sc.textFile("data.txt")
Spark Programming Guide(四)
Shuffle operations Certain operations within Spark trigger an event known as the shuffle. The shuffle is Spark’s mechanism for re-
Spark 2.0 Programming Guide 翻譯(PySpark)
1、spark2.0 工作依靠python2.6+或python3.4+ ,他可以使用標準的cpython直譯器,所以說C libraries 例如numpy可以使用,它工作依靠pypy2.3+
Vulkan Programming Guide 第一章(3)
物件型別和函式約定 事實上,Vulkan中的所有內容都被表示為一個由控制代碼引用的物件。控制代碼分為兩大類:可分派物件和不可分散物件。在大多數情況下,這與應用程式無關,僅影響API的結構以及系統級元件(如Vulkan載入器和層)與這些物件的互操作性。 可分派
Spark Programming Guide (Python) Spark程式設計指南 (二)
對部分內容有修改,恕本人水平有限,如有錯誤,在所難免。 PySpark程式設計指南(譯): 1. 概述: a) 從高層次上來看,每一個Spark應用都包含一個驅動程式,用於執行使用者的main函式以及在叢集上執行各種並行操作。Spark提供的主要抽象是彈性分散式資
音訊佇列服務程式設計指南(Audio Queue Services Programming Guide)(二)
關於音訊佇列(Audio Queues) 本章你將學習到音訊佇列的功能、架構和內部工作原理。我們將向你介紹音訊佇列用來播放或錄製所用的音訊佇列(audio queues)、音訊佇列緩衝區(audio queue buffers)和回撥函式(callback func
Spark官方文件《Spark Programming Guide》解讀
RDD的操作型別: Transformation 和 Action RDDs support two types of operations: transformations, which create a new dataset from an
OpenGL ES Programming Guide for iOS 第一章
關於OpenGL ES Open Graphics Library(OpenGL)用於二維及三維資料的視覺化。它是一種多用途的開放標準圖形庫,支援二維和三維數位內容創作,機械和建築設計,虛擬樣,飛行模擬,遊戲,以及更多的應用。OpenGL允許應用程式開發人員配置3D圖形管線