Share via


CVPixelBufferAttributes Classe

Definizione

Gestisce gli attributi associati a CVPixelBuffer.

[ObjCRuntime.Watch(4, 0)]
public class CVPixelBufferAttributes : Foundation.DictionaryContainer
type CVPixelBufferAttributes = class
    inherit DictionaryContainer
Ereditarietà
CVPixelBufferAttributes
Derivato
Attributi

Commenti

Costruttori

CVPixelBufferAttributes()

Crea un set vuoto di attributi.

CVPixelBufferAttributes(CVPixelFormatType, nint, nint)

Costruttore che crea un CVPixelBufferAttributes oggetto con valori predefiniti per il tipo di formato pixel, una larghezza e un'altezza.

CVPixelBufferAttributes(NSDictionary)

Inizializza l'oggetto fortemente tipizzato CVPixelBufferAttributes dal dizionario specificato.

Proprietà

AllocateWithIOSurface

Se questa chiave è impostata, questo indica a CoreVideo di allocare i buffer video usando IOSurface.    Questa operazione è necessaria per alcuni usi di buffer pixel.

BytesPerRowAlignment

Indica il numero di byte per riga nel buffer pixel.

CGBitmapContextCompatibility

Indica se il buffer pixel è compatibile con i contesti bitmap della grafica core.

CGImageCompatibility

Indica se il buffer pixel è compatibile con i tipi CGImage

Dictionary

Ottiene l'oggetto wrapped NSDictionary.

(Ereditato da DictionaryContainer)
ExtendedPixelsBottom

Numero di pixel di riempimento nella parte inferiore dell'immagine.

ExtendedPixelsLeft

Numero di pixel di riempimento a sinistra dell'immagine.

ExtendedPixelsRight

Numero di pixel di riempimento a destra dell'immagine.

ExtendedPixelsTop

Numero di pixel che spazia nella parte superiore dell'immagine.

Height

Altezza del buffer pixel.

MemoryAllocator

Allocatore usato per il buffer di pixel.

MetalCompatibility

Indica se il buffer pixel è compatibile con Metal.

OpenGLCompatibility

Indica se il buffer pixel è compatibile con i contesti OpenGL.

OpenGLESCompatibility

Indica se il buffer pixel è compatibile con i contesti OpenGL per sistemi incorporati.

PixelFormatType

Formato pixel del buffer pixel.

PlaneAlignment

Specifica l'allineamento dei piani all'interno del buffer.

Width

Larghezza del buffer pixel.

Metodi

GetArray<T>(NSString)

Recupera la matrice di tipo T associata a key.

(Ereditato da DictionaryContainer)
GetArray<T>(NSString, Func<IntPtr,T>)

Gestisce gli attributi associati a CVPixelBuffer.

(Ereditato da DictionaryContainer)
GetBoolValue(NSString)

Restituisce il booleano nullable associato a key.

(Ereditato da DictionaryContainer)
GetCGPointValue(NSString)

Restituisce il valore Nullable CGPoint associato a key.

(Ereditato da DictionaryContainer)
GetCGRectValue(NSString)

Restituisce il valore Nullable NSString associato a key.

(Ereditato da DictionaryContainer)
GetCGSizeValue(NSString)

Restituisce il valore Nullable CGSize associato a key.

(Ereditato da DictionaryContainer)
GetCMTimeValue(NSString)

Restituisce il valore Nullable CMTime associato a key.

(Ereditato da DictionaryContainer)
GetDoubleValue(NSString)

Restituisce il doppio nullable associato a key.

(Ereditato da DictionaryContainer)
GetFloatValue(NSString)

Restituisce il float nullable associato a key.

(Ereditato da DictionaryContainer)
GetInt32Value(NSString)

Restituisce l'oggetto nullable int associato a key.

(Ereditato da DictionaryContainer)
GetLongValue(NSString)

Restituisce il long nullable associato a key.

(Ereditato da DictionaryContainer)
GetNativeValue<T>(NSString)

Restituisce l'oggetto nativo associato a key.

(Ereditato da DictionaryContainer)
GetNIntValue(NSString)

Restituisce l'intero nativo nullable associato a key.

(Ereditato da DictionaryContainer)
GetNSDictionary(NSString)

Restituisce l'oggetto NSDictionary associato a key.

(Ereditato da DictionaryContainer)
GetNSDictionary<TKey,TValue>(NSString)

Restituisce l'oggetto NSDictionary associato a key.

(Ereditato da DictionaryContainer)
GetNSStringValue(NSString)

Restituisce l'oggetto NSString associato a key.

(Ereditato da DictionaryContainer)
GetNUIntValue(NSString)

Restituisce l'oggetto nullable nativo senza segno associato a key.

(Ereditato da DictionaryContainer)
GetStringValue(NSString)

Restituisce la stringa associata a key.

(Ereditato da DictionaryContainer)
GetStringValue(String)

Restituisce la stringa associata a key.

(Ereditato da DictionaryContainer)
GetStrongDictionary<T>(NSString)

Restituisce l'oggetto DictionaryContainer associato a key.

(Ereditato da DictionaryContainer)
GetUInt32Value(NSString)

Restituisce il associato a key.

(Ereditato da DictionaryContainer)
GetUIntValue(NSString)

Restituisce il associato a key.

(Ereditato da DictionaryContainer)
RemoveValue(NSString)

Rimuove dal dizionario il valore associato a key.

(Ereditato da DictionaryContainer)
SetArrayValue(NSString, INativeObject[])

Associa la INativeObject matrice values a key.

(Ereditato da DictionaryContainer)
SetArrayValue(NSString, NSNumber[])

Associa la NSNumber matrice values a key.

(Ereditato da DictionaryContainer)
SetArrayValue(NSString, String[])

Associa la matrice values a key.

(Ereditato da DictionaryContainer)
SetArrayValue<T>(NSString, T[])

Associa la matrice values di tipo T a key.

(Ereditato da DictionaryContainer)
SetBooleanValue(NSString, Nullable<Boolean>)

Archivia il valore booleano value e lo associa a key.

(Ereditato da DictionaryContainer)
SetCGPointValue(NSString, Nullable<CGPoint>)

Archivia e CGPointvalue lo associa a key.

(Ereditato da DictionaryContainer)
SetCGRectValue(NSString, Nullable<CGRect>)

Archivia e CGRectvalue lo associa a key.

(Ereditato da DictionaryContainer)
SetCGSizeValue(NSString, Nullable<CGSize>)

Archivia e CGSizevalue lo associa a key.

(Ereditato da DictionaryContainer)
SetCMTimeValue(NSString, Nullable<CMTime>)

Archivia e CMTimevalue lo associa a key.

(Ereditato da DictionaryContainer)
SetNativeValue(NSString, INativeObject, Boolean)

Gestisce gli attributi associati a CVPixelBuffer.

(Ereditato da DictionaryContainer)
SetNumberValue(NSString, Nullable<Double>)

Archivia il doppio value (o null) e lo associa a key.

(Ereditato da DictionaryContainer)
SetNumberValue(NSString, Nullable<Int32>)

Archivia l'int valuekey(o ) nulle lo associa a .

(Ereditato da DictionaryContainer)
SetNumberValue(NSString, Nullable<Int64>)

Archivia la lunghezza value (o null) e la associa a key.

(Ereditato da DictionaryContainer)
SetNumberValue(NSString, Nullable<nint>)

Archivia l'intero valuekeynativo (o ) nulle lo associa a .

(Ereditato da DictionaryContainer)
SetNumberValue(NSString, Nullable<nuint>)

Archivia l'int valuekey(o null) nativo e lo associa a .

(Ereditato da DictionaryContainer)
SetNumberValue(NSString, Nullable<Single>)

Archivia il float value (o null) e lo associa a key.

(Ereditato da DictionaryContainer)
SetNumberValue(NSString, Nullable<UInt32>)

Archivia l'oggetto keyint value non firmato (o null) e lo associa a .

(Ereditato da DictionaryContainer)
SetStringValue(NSString, NSString)

Archivia la stringa value e la associa a key.

(Ereditato da DictionaryContainer)
SetStringValue(NSString, String)

Archivia la stringa value e la associa a key.

(Ereditato da DictionaryContainer)

Si applica a