Esempio n. 1
0
		public CVPixelBufferPool (CVPixelBufferPoolSettings settings, CVPixelBufferAttributes pixelBufferAttributes)
			: this (settings.GetDictionary (), pixelBufferAttributes.GetDictionary ())
		{
		}
Esempio n. 2
0
 public CVPixelBufferPool(CVPixelBufferPoolSettings settings, CVPixelBufferAttributes pixelBufferAttributes)
     : this(settings.GetDictionary(), pixelBufferAttributes.GetDictionary())
 {
 }