共用方式為


AVVideoSettingsUncompressed 類別

定義

管理未壓縮視訊的設定。

public class AVVideoSettingsUncompressed : CoreVideo.CVPixelBufferAttributes
type AVVideoSettingsUncompressed = class
    inherit CVPixelBufferAttributes
繼承
AVVideoSettingsUncompressed

建構函式

AVVideoSettingsUncompressed()

預設建構函式。

AVVideoSettingsUncompressed(NSDictionary)

管理未壓縮視訊的設定。

屬性

AllocateWithIOSurface

如果已設定此金鑰,這會指示 CoreVideo 使用 IOSurface 配置視訊緩衝區。    這是某些圖元緩衝區使用的必要專案。

(繼承來源 CVPixelBufferAttributes)
BytesPerRowAlignment

指出圖元緩衝區中每個資料列的位元組數目。

(繼承來源 CVPixelBufferAttributes)
CGBitmapContextCompatibility

指出圖元緩衝區是否與核心圖形點陣圖內容相容。

(繼承來源 CVPixelBufferAttributes)
CGImageCompatibility

指出圖元緩衝區是否與 CGImage 類型相容

(繼承來源 CVPixelBufferAttributes)
Dictionary

取得包裝的 NSDictionary

(繼承來源 DictionaryContainer)
ExtendedPixelsBottom

圖元填補影像底部的數目。

(繼承來源 CVPixelBufferAttributes)
ExtendedPixelsLeft

影像左邊填補的圖元數目。

(繼承來源 CVPixelBufferAttributes)
ExtendedPixelsRight

圖元填補影像右邊的圖元數目。

(繼承來源 CVPixelBufferAttributes)
ExtendedPixelsTop

圖元填補影像頂端的數目。

(繼承來源 CVPixelBufferAttributes)
Height

圖元緩衝區的高度。

(繼承來源 CVPixelBufferAttributes)
MemoryAllocator

用於圖元緩衝區的配置器。

(繼承來源 CVPixelBufferAttributes)
MetalCompatibility

指出圖元緩衝區是否與 Metal 相容。

(繼承來源 CVPixelBufferAttributes)
OpenGLCompatibility

指出圖元緩衝區是否與 OpenGL 內容相容。

(繼承來源 CVPixelBufferAttributes)
OpenGLESCompatibility

指出圖元緩衝區是否與 OpenGL for Embedded Systems 內容相容。

(繼承來源 CVPixelBufferAttributes)
PixelFormatType

圖元緩衝區的像素格式。

(繼承來源 CVPixelBufferAttributes)
PlaneAlignment

指定緩衝區內平面的對齊方式。

(繼承來源 CVPixelBufferAttributes)
ScalingMode

表示視訊縮放模式。

Width

圖元緩衝區的寬度。

(繼承來源 CVPixelBufferAttributes)

方法

GetArray<T>(NSString)

擷取與 key 相關聯的型別 T 陣列。

(繼承來源 DictionaryContainer)
GetArray<T>(NSString, Func<IntPtr,T>)

管理未壓縮視訊的設定。

(繼承來源 DictionaryContainer)
GetBoolValue(NSString)

傳回與 相關聯的 key 可為 Null 布林值。

(繼承來源 DictionaryContainer)
GetCGPointValue(NSString)

傳回與 相關聯的 key 可為 CGPoint Null。

(繼承來源 DictionaryContainer)
GetCGRectValue(NSString)

傳回與 相關聯的 key 可為 NSString Null。

(繼承來源 DictionaryContainer)
GetCGSizeValue(NSString)

傳回與 相關聯的 key 可為 CGSize Null。

(繼承來源 DictionaryContainer)
GetCMTimeValue(NSString)

傳回與 相關聯的 key 可為 CMTime Null。

(繼承來源 DictionaryContainer)
GetDoubleValue(NSString)

傳回與 相關聯的 key 可為 Null 的雙精度浮點數。

(繼承來源 DictionaryContainer)
GetFloatValue(NSString)

傳回與 相關聯的 key 可為 Null 浮點數。

(繼承來源 DictionaryContainer)
GetInt32Value(NSString)

傳回與 相關聯的 key 可為 Null int。

(繼承來源 DictionaryContainer)
GetLongValue(NSString)

傳回與 相關聯的 key 可為 Null 的 long。

(繼承來源 DictionaryContainer)
GetNativeValue<T>(NSString)

傳回與 相關聯的 key 原生物件。

(繼承來源 DictionaryContainer)
GetNIntValue(NSString)

傳回與 相關聯的 key 可為 Null 原生整數。

(繼承來源 DictionaryContainer)
GetNSDictionary(NSString)

NSDictionary 回與 相關聯的 key

(繼承來源 DictionaryContainer)
GetNSDictionary<TKey,TValue>(NSString)

NSDictionary 回與 相關聯的 key

(繼承來源 DictionaryContainer)
GetNSStringValue(NSString)

NSString 回與 相關聯的 key

(繼承來源 DictionaryContainer)
GetNUIntValue(NSString)

傳回與 相關聯的 key 可為 Null 的原生不帶正負號的 int。

(繼承來源 DictionaryContainer)
GetStringValue(NSString)

傳回與 相關聯的 key 字串。

(繼承來源 DictionaryContainer)
GetStringValue(String)

傳回與 相關聯的 key 字串。

(繼承來源 DictionaryContainer)
GetStrongDictionary<T>(NSString)

DictionaryContainer 回與 相關聯的 key

(繼承來源 DictionaryContainer)
GetUInt32Value(NSString)

傳回與 key 相關聯的可為 Null T:System.UInt32

(繼承來源 DictionaryContainer)
GetUIntValue(NSString)

傳回與 key 相關聯的可為 Null T:System.UInt32

(繼承來源 DictionaryContainer)
RemoveValue(NSString)

從字典中移除與 相關聯的 key 值。

(繼承來源 DictionaryContainer)
SetArrayValue(NSString, INativeObject[])

INativeObject 陣列 valueskey 產生關聯。

(繼承來源 DictionaryContainer)
SetArrayValue(NSString, NSNumber[])

NSNumber 陣列 valueskey 產生關聯。

(繼承來源 DictionaryContainer)
SetArrayValue(NSString, String[])

陣列 valueskey 產生關聯。

(繼承來源 DictionaryContainer)
SetArrayValue<T>(NSString, T[])

將 型別 T 的陣列 valueskey 產生關聯。

(繼承來源 DictionaryContainer)
SetBooleanValue(NSString, Nullable<Boolean>)

儲存布林值 value ,並將它與 key 產生關聯。

(繼承來源 DictionaryContainer)
SetCGPointValue(NSString, Nullable<CGPoint>)

儲存 , CGPointvalue 並將它與 key 產生關聯。

(繼承來源 DictionaryContainer)
SetCGRectValue(NSString, Nullable<CGRect>)

儲存 , CGRectvalue 並將它與 key 產生關聯。

(繼承來源 DictionaryContainer)
SetCGSizeValue(NSString, Nullable<CGSize>)

儲存 , CGSizevalue 並將它與 key 產生關聯。

(繼承來源 DictionaryContainer)
SetCMTimeValue(NSString, Nullable<CMTime>)

儲存 , CMTimevalue 並將它與 key 產生關聯。

(繼承來源 DictionaryContainer)
SetNativeValue(NSString, INativeObject, Boolean)

管理未壓縮視訊的設定。

(繼承來源 DictionaryContainer)
SetNumberValue(NSString, Nullable<Double>)

儲存雙 value (或 null) ,並將它與 key 產生關聯。

(繼承來源 DictionaryContainer)
SetNumberValue(NSString, Nullable<Int32>)

儲存 int value (或 null) ,並將它與 key 產生關聯。

(繼承來源 DictionaryContainer)
SetNumberValue(NSString, Nullable<Int64>)

儲存長 value (或 null) ,並將它與 key 產生關聯。

(繼承來源 DictionaryContainer)
SetNumberValue(NSString, Nullable<nint>)

儲存原生整數 value (或 null) ,並將它與 key 產生關聯。

(繼承來源 DictionaryContainer)
SetNumberValue(NSString, Nullable<nuint>)

儲存原生未簽署的 int value (或 null) ,並將它與 key 產生關聯。

(繼承來源 DictionaryContainer)
SetNumberValue(NSString, Nullable<Single>)

儲存 float value (或 null) ,並將它與 key 產生關聯。

(繼承來源 DictionaryContainer)
SetNumberValue(NSString, Nullable<UInt32>)

儲存不帶正負號的 int value (或 null) ,並將它與 key 產生關聯。

(繼承來源 DictionaryContainer)
SetStringValue(NSString, NSString)

儲存字串 value ,並將它與 key 產生關聯。

(繼承來源 DictionaryContainer)
SetStringValue(NSString, String)

儲存字串 value ,並將它與 key 產生關聯。

(繼承來源 DictionaryContainer)

適用於