BNBCameraTextureFormat
Objective-C
NS_ENUM(NSInteger, BNBCameraTextureFormat)
{
BNBCameraTextureFormatY,
BNBCameraTextureFormatU,
BNBCameraTextureFormatV,
BNBCameraTextureFormatUv,
BNBCameraTextureFormatRgba,
}
Swift
enum BNBCameraTextureFormat : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
BNBCameraTextureFormatYSwift
case Y = 0 -
Undocumented
Declaration
Objective-C
BNBCameraTextureFormatUSwift
case U = 1 -
Undocumented
Declaration
Objective-C
BNBCameraTextureFormatVSwift
case V = 2 -
Undocumented
Declaration
Objective-C
BNBCameraTextureFormatUvSwift
case uv = 3 -
Undocumented
Declaration
Objective-C
BNBCameraTextureFormatRgbaSwift
case rgba = 4
BNBCameraTextureFormat Enumeration Reference