예제 #1
0
 public void Flush(CVPixelBufferPoolFlushFlags options)
 {
     CVPixelBufferPoolFlush(handle, options);
 }
예제 #2
0
		public void Flush (CVPixelBufferPoolFlushFlags options)
		{
			CVPixelBufferPoolFlush (handle, options);
		}
예제 #3
0
 static extern void CVPixelBufferPoolFlush(/* CVPixelBufferPoolRef __nonnull */ IntPtr pool,
                                           CVPixelBufferPoolFlushFlags options);
예제 #4
0
		static extern void CVPixelBufferPoolFlush (/* CVPixelBufferPoolRef __nonnull */ IntPtr pool,
			CVPixelBufferPoolFlushFlags options);