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