Uses of Class
org.robovm.apple.corevideo.CVImageBufferTransferFunction
-
Packages that use CVImageBufferTransferFunction Package Description org.robovm.apple.corevideo -
-
Uses of CVImageBufferTransferFunction in org.robovm.apple.corevideo
Fields in org.robovm.apple.corevideo declared as CVImageBufferTransferFunction Modifier and Type Field Description static CVImageBufferTransferFunction
CVImageBufferTransferFunction. ITU_R_2020
static CVImageBufferTransferFunction
CVImageBufferTransferFunction. ITU_R_2100_HLG
static CVImageBufferTransferFunction
CVImageBufferTransferFunction. ITU_R_709_2
static CVImageBufferTransferFunction
CVImageBufferTransferFunction. Linear
static CVImageBufferTransferFunction
CVImageBufferTransferFunction. SMPTE_240M_1995
static CVImageBufferTransferFunction
CVImageBufferTransferFunction. SMPTE_ST_2084_PQ
static CVImageBufferTransferFunction
CVImageBufferTransferFunction. SMPTE_ST_428_1
static CVImageBufferTransferFunction
CVImageBufferTransferFunction. sRGB
static CVImageBufferTransferFunction
CVImageBufferTransferFunction. UseGamma
Methods in org.robovm.apple.corevideo that return CVImageBufferTransferFunction Modifier and Type Method Description CVImageBufferTransferFunction
CVImageBufferAttributes. getTransferFunction()
static CVImageBufferTransferFunction
CVImageBufferTransferFunction.Marshaler. toObject(java.lang.Class<CVImageBufferTransferFunction> cls, long handle, long flags)
static CVImageBufferTransferFunction
CVImageBufferTransferFunction. valueOf(CFString value)
Methods in org.robovm.apple.corevideo that return types with arguments of type CVImageBufferTransferFunction Modifier and Type Method Description static java.util.List<CVImageBufferTransferFunction>
CVImageBufferTransferFunction.AsListMarshaler. toObject(java.lang.Class<? extends CFType> cls, long handle, long flags)
Methods in org.robovm.apple.corevideo with parameters of type CVImageBufferTransferFunction Modifier and Type Method Description CVImageBufferAttributes
CVImageBufferAttributes. setTransferFunction(CVImageBufferTransferFunction transferFunction)
static long
CVImageBufferTransferFunction.Marshaler. toNative(CVImageBufferTransferFunction o, long flags)
Method parameters in org.robovm.apple.corevideo with type arguments of type CVImageBufferTransferFunction Modifier and Type Method Description static long
CVImageBufferTransferFunction.AsListMarshaler. toNative(java.util.List<CVImageBufferTransferFunction> l, long flags)
static CVImageBufferTransferFunction
CVImageBufferTransferFunction.Marshaler. toObject(java.lang.Class<CVImageBufferTransferFunction> cls, long handle, long flags)
-