ICIImageProcessorOutput Antarmuka
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Output dari CIImageProcessorKernel.
[Foundation.Protocol(Name="CIImageProcessorOutput", WrapperType=typeof(CoreImage.CIImageProcessorOutputWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public interface ICIImageProcessorOutput : IDisposable, ObjCRuntime.INativeObject
type ICIImageProcessorOutput = interface
interface INativeObject
interface IDisposable
- Atribut
- Penerapan
Properti
BaseAddress |
Alamat memori buffer data. |
BytesPerRow |
Jumlah byte dalam satu baris gambar output. |
Format |
Ruang warna gambar output. |
Handle |
Tangani (penunjuk) ke representasi objek yang tidak dikelola. (Diperoleh dari INativeObject) |
MetalCommandBuffer |
Buffer perintah Metal untuk gambar output. |
MetalTexture |
Logam IMTLTexture gambar output. |
PixelBuffer |
Gambar output, sebagai CVPixelBuffer. |
Region |
tempat CGRect pemrosesan diterapkan. |
Metode Ekstensi
GetSurface(ICIImageProcessorOutput) |
Metode ekstensi untuk mendapatkan permukaan dari ICIImageProcessorOutput. |