Esempio n. 1
0
 public CVPixelBufferPool(CVPixelBufferPoolSettings settings, CVPixelBufferAttributes pixelBufferAttributes)
     : this(settings == null ? null : settings.Dictionary, pixelBufferAttributes == null ? null : pixelBufferAttributes.Dictionary)
 {
 }
Esempio n. 2
0
 public CVPixelBufferPool(CVPixelBufferPoolSettings settings, CVPixelBufferAttributes pixelBufferAttributes)
     : this(settings == null ? null : settings.Dictionary, pixelBufferAttributes == null ? null : pixelBufferAttributes.Dictionary)
 {
 }
		public CVPixelBuffer (Size size, CVPixelFormatType pixelFormatType, CVPixelBufferAttributes attributes)
			: this (size.Width, size.Height, pixelFormatType, attributes == null ? null : attributes.Dictionary)
		{
		}
Esempio n. 4
0
 public CVPixelBuffer(Size size, CVPixelFormatType pixelFormatType, CVPixelBufferAttributes attributes)
     : this(size.Width, size.Height, pixelFormatType, attributes == null ? null : attributes.Dictionary)
 {
 }